Memory Pool Memory Pool Refreshing

35,594 transactions
28.97 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,461 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,491 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,460 (172,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
689,721 689,721 0000000000000000001360c2a1aad99838b007f602b568e5835a9ff7232c100c 0.55 MB 873 30
689,720 689,720 000000000000000000125c74d33d6b87be5a9f74a552199c9ed6306cff882cd8 1.00 MB 1,042 4
689,719 689,719 0000000000000000000ccb307fda33bd3b834fb9761465db6b193a322c3a4fa0 1.17 MB 964 74
689,718 689,718 0000000000000000000b58a15b22fd43faa516c3b83bf01e1ac3cff439b77220 1.20 MB 1,256 23
689,717 689,717 000000000000000000097f46a2e62930f7a8ca65e715c12dfc8aaa5118b9d7f6 1.25 MB 1,015 23
689,716 689,716 000000000000000000017f855f85a8d2670d815ee92b47ce76cdff0b67900ff3 1.17 MB 1,063 28
689,715 689,715 000000000000000000019dac978df4d61652c8c29f24b988450fea8597b1b0f4 1.22 MB 1,029 31
689,714 689,714 00000000000000000009d5873b819b88adbb291030612da76807af71be1e9d58 1.37 MB 1,571 45
689,713 689,713 0000000000000000000261273a5231dce3498dd2a826272b3cdd919ec57d5949 1.29 MB 1,844 17
689,712 689,712 00000000000000000008c6d5f369af44ac496e5cdaccf21443d5fd74b636579d 1.45 MB 2,346 47
689,711 689,711 0000000000000000000dfe8118ae78d5d18e30547670d1a08d1d47cccb193b37 1.19 MB 1,523 87
689,710 689,710 0000000000000000000bbc0e1cad9b14801e8fde7ec28f25231e882d53ff5007 0.11 MB 240 41
689,709 689,709 0000000000000000000dc83860aded396689bea6b3a656b3d71685489f0c2158 1.43 MB 1,626 37
689,708 689,708 00000000000000000006402aae2cb9eb54b8c16c4c468de217b56756a4b81703 1.14 MB 251 2
689,707 689,707 000000000000000000049f54c47bbccee57ea575af705704dcdbb8b37430e28d 1.61 MB 512 10
689,706 689,706 00000000000000000003b18e6b2547d314b8f4966bc5dcc29621042da9841b9d 1.44 MB 1,909 44
689,705 689,705 0000000000000000000ceb8b02f05928a3ed4dd2089fd619eef1d85812ab49e8 1.42 MB 1,507 29
689,704 689,704 00000000000000000011b273ede6e9f163c48d465817c3684b69a6c75b5fddb1 1.21 MB 1,683 35
689,703 689,703 0000000000000000000ece2f2573cef5e8410db5438bf7b00489e6b034d03e3a 1.60 MB 714 15
689,702 689,702 00000000000000000004e4e610744157cbfa9f7cb534ce4080a08fe4e2a8d82f 1.25 MB 901 54
689,701 689,701 0000000000000000000b70cc7837fe3220cd574024f73e7fbc617192cf5ce7e4 1.74 MB 343 5
Previous 10 blocks ↓
Total Size: 685.04 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: 1,370.01 GB sent, 105.57 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.