Memory Pool Memory Pool Refreshing

62,550 transactions
21.50 vMB
Show Random Selection Loading Transactions
Max Size: 126/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
867,477 00000000000000000002f1280000000000000000000000000000000000000000 ago 1.00 vMB 2,951 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,476 (47 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
867,429 867,429 000000000000000000022a9dac46435ec3ca798dfbae2f378a4ad61c71e902be 1.73 MB 2,770 4
867,428 867,428 00000000000000000001f23562a93712bf79dbc4756932484967a4f989bb2e09 1.65 MB 3,766 10
867,427 867,427 00000000000000000001c096b31a3cb9b19850a009628e3b47703e8bf2ab3d76 1.75 MB 5,347 4
867,426 867,426 00000000000000000002e84546eb4309ac2c7c43e59ba95bfde22f21fe75cbb9 1.74 MB 6,937 2
867,425 867,425 00000000000000000000419e939d4cdbf1aaadd468e702548c510c72528c99f1 1.79 MB 5,439 3
867,424 867,424 0000000000000000000187a5f7f088ea873bd9754b2fbe57a9b9b0509c1d8779 1.52 MB 4,066 11
867,423 867,423 000000000000000000014d9b8261bc0755a6038fc90009d2df0c08e18f13a9ee 1.89 MB 5,614 4
867,422 867,422 00000000000000000000207e0920bb6b1005d35cb41359477a5b1f16b37abf3f 1.95 MB 3,855 3
867,421 867,421 0000000000000000000000ba5d2716574e6d4f9cf9967a92d7bd8621772240f5 1.62 MB 2,982 4
867,420 867,420 0000000000000000000059d91be0482c93c991629559c4d11c2206605f40c679 1.57 MB 2,508 7
867,419 867,419 00000000000000000002de99fd73beac93ec5f062c6c0b45d0aa3207f6fe3b5b 1.56 MB 4,033 20
867,418 867,418 00000000000000000001b9d33459112ec73566aeab5deee9ed924e3681b53db5 1.66 MB 5,255 3
867,417 867,417 00000000000000000000c1aff35b93afefff7fccf342e733df3efca37fd71cd8 1.64 MB 4,547 6
867,416 867,416 0000000000000000000173a0e2b7ed028061bf517e8885da84edb967357c747b 1.65 MB 3,349 11
867,415 867,415 00000000000000000002b5344b38b8a363514b726e2ad33028140e934f4a148d 1.58 MB 3,473 6
867,414 867,414 00000000000000000000cd70ef01d37b91a5c44c8b23fd1c2916db5aac3b1fb5 1.61 MB 2,722 9
867,413 867,413 00000000000000000002115a9863612eaf7c1a05138b72e6e6dbf9a778fa362a 1.64 MB 2,920 12
867,412 867,412 00000000000000000002d4f45da95a3ca83d621e3f10ebe267009ed9f5c8e72b 1.74 MB 6,183 2
867,411 867,411 0000000000000000000075213d55080991a26938b69c66b236a6f0089d58a931 1.64 MB 7,061 2
867,410 867,410 0000000000000000000060c90c2c87a9ae99104894a93122c86f3dd645f40366 1.68 MB 5,487 4
867,409 867,409 00000000000000000000be5bc6420bc3df0e65f2d4632aa04a94b223e89290a8 1.84 MB 3,299 6
Previous 10 blocks ↓
Total Size: 694.51 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,918.89 GB sent, 176.31 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.