Memory Pool Memory Pool Refreshing

40,390 transactions
24.91 vMB
Show Random Selection Loading Transactions
Max Size: 128/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,525 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,601 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,524 (91,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
779,441 779,441 0000000000000000000509393e877453e4530e4cdb87abb3f964fa2b85772c40 1.80 MB 2,519 11
779,440 779,440 000000000000000000001c658a01ffb7afde3eb4c29d282775995872baf021fd 1.38 MB 2,906 20
779,439 779,439 0000000000000000000173300699cd08b6248155a49a6cacafe9e6551f6f9629 2.08 MB 902 5
779,438 779,438 00000000000000000004f0677ff60b1fea253b28c769101f4241a5034e28b111 2.00 MB 1,332 7
779,437 779,437 000000000000000000014edec96d6b8b7cc775dbd76153fc8e3fda98238774ee 1.98 MB 1,235 5
779,436 779,436 0000000000000000000480c942b7eea184189e724999f443ea65958d15571c0b 2.01 MB 946 6
779,435 779,435 000000000000000000015d715deb6d7ce8b87be964f72e4656fa9e9c1ac0b626 2.11 MB 842 4
779,434 779,434 00000000000000000004012fe607fb194f7722419aee8245b248833ea8e3a2b3 1.67 MB 2,778 13
779,433 779,433 000000000000000000036fe64e604ea34851a15cee36fb33885ffbc98ce2d704 1.95 MB 1,884 8
779,432 779,432 00000000000000000001b021531701ccadc6b07b09d0ac446420351f987f2368 1.64 MB 750 5
779,431 779,431 0000000000000000000272bba8d7f7c42c9ac3145646f24f7aad68bb24863518 1.84 MB 807 5
779,430 779,430 000000000000000000033aae2b6062cdf3c5364ffe04c17b716efae523b1a79f 1.79 MB 1,004 6
779,429 779,429 000000000000000000017c6f7499b28e7d4fa81486a11bf25e696ad17c48a793 2.15 MB 673 4
779,428 779,428 00000000000000000003f601ad49d2d57e7f71c9ee117b20b977c1d5594b4e69 1.75 MB 1,548 4
779,427 779,427 00000000000000000001e95b462f310f021ca0f41f1603686c70f10a89b74876 1.44 MB 2,784 21
779,426 779,426 00000000000000000006438c407efdf479a108354d47976afdd8b6aa9bb9258c 2.14 MB 1,251 6
779,425 779,425 000000000000000000035cb96f5d3aeaabebb0fe040ef33fd27d38cab97039f1 0.00 MB 1 0
779,424 779,424 00000000000000000001e188b3809aac49c7eb2b646143f3a611fd18c0d3f71c 1.82 MB 1,717 20
779,423 779,423 00000000000000000005a6f7c7dfbe28b2a8cb8cbc0cdd8c3f31508cb019b451 1.47 MB 1,513 13
779,422 779,422 000000000000000000045e1d1d449091a1f1b1ce58b8af6596953abbfe89fb70 2.11 MB 294 3
779,421 779,421 00000000000000000000d18f791967f0194373f9fc67cc5cbd1ea69fca5a5c46 2.00 MB 1,961 11
Previous 10 blocks ↓
Total Size: 700.44 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,332.19 GB sent, 213.52 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.