Memory Pool Memory Pool Refreshing

59,575 transactions
26.47 vMB
Show Random Selection Loading Transactions
Max Size: 154/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,413 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,760 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,412 (726,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
143,605 143,605 000000000000081014ab2b4015d522934b376dcc54d3d3ab3dced36fdb6f71d4 0.02 MB 51 251
143,604 143,604 00000000000006b5626877cc854c521e5aa5dfa7690e0fa61a009ed059e16f2f 0.01 MB 29 197
143,603 143,603 00000000000006c9f6522e95e88c2e12ce5c0f21c34548f29cbf3cac3f49b898 0.05 MB 154 97
143,602 143,602 00000000000005d089ac84a54e3e5a996db25e1ca56ba7b6d45513021a27b326 0.05 MB 72 426
143,601 143,601 000000000000012f7d2eaeba6ff1f75d4c2f3c9097e459a7244d50d9776be815 0.01 MB 34 36
143,600 143,600 000000000000076d6e1c0fef188ae125e9860a5acdb4d8aa03d5a4c58970b3cb 0.00 MB 1 0
143,599 143,599 00000000000004da87b66880ce29a98802608c35df32e78496935be3d281df35 0.00 MB 5 85
143,598 143,598 00000000000001e1a26ba007fd2d12d07907c91e5b61880466db8a2504bffa04 0.00 MB 6 731
143,597 143,597 0000000000000627fad5f819ca4a6fb6e8f1e7e54fffc9501677c75fd6c8f649 0.01 MB 21 33
143,596 143,596 000000000000092cdb4e9e64408033531f50e2e0ad61801828a25b53492d7c7c 0.02 MB 60 113
143,595 143,595 0000000000000610df93ac40914463abeff9868151a0f116208e6e36f21dfffd 0.02 MB 66 188
143,594 143,594 000000000000065b585e3b8d036dd29015a1378d45a38e79c7b5cbed1626e731 0.00 MB 11 61
143,593 143,593 00000000000000ab3cc67ff45914adc6fdb529c378bdf6264a865a34abb9373c 0.04 MB 68 110
143,592 143,592 000000000000028d53834351d1c9a9a855cc28aa9972e325f74f9e5c46be64da 0.00 MB 6 121
143,591 143,591 000000000000055ce32195caf774f7a715ccfb2ecb458a00370247b715ad7ace 0.03 MB 65 91
143,590 143,590 00000000000008f60a672e043b69b2282b9e395d4dd0d312728c542ab892a4e1 0.00 MB 7 727
143,589 143,589 00000000000006bc712370ab066a9b2714bceb1ae9b0e0526e40322d28f92657 0.02 MB 92 59
143,588 143,588 0000000000000932b052be9cf5b34f2a8b1fb742cda34f2cfb7e66a3d9aac508 0.01 MB 8 19
143,587 143,587 00000000000005ec59272680b715c8cc35a7968aa8f9285c7dc5fc3559c61d46 0.03 MB 50 64
143,586 143,586 00000000000001ceb0f086ac501e3a959e7253512e88cef3101c659fddba405d 0.02 MB 49 94
143,585 143,585 000000000000007dd0cbed79f412745af74d324f5eae087a032707703dc9bb77 0.01 MB 18 44
Previous 10 blocks ↓
Total Size: 700.23 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,277.72 GB sent, 211.82 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.