Memory Pool Memory Pool Refreshing

8,647 transactions
4.09 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,485 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (527,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
380,718 380,718 00000000000000000484bdaf3c699b094640ea2156f7e7394a11a6f7f556757f 0.64 MB 1,401 41
380,717 380,717 000000000000000003cb3f1598a371c0013580d3bb69fe3baa412fdcc92e7b70 0.35 MB 871 38
380,716 380,716 000000000000000009917fe9215d8b20fabd5b32182af86562fda95025c7a839 0.15 MB 252 33
380,715 380,715 00000000000000000ad2bdcdfeea6b674ee5e7a4fd2de9207fde29b6a01ab9e4 0.59 MB 829 43
380,714 380,714 0000000000000000096ddfc13d7dfd78764b4ba0444630dde02326fd48155f42 0.27 MB 702 45
380,713 380,713 00000000000000000bd859289f050ebc901c545f224d52373aab6719300a9a03 0.25 MB 188 19
380,712 380,712 00000000000000000ea5ea2ffb1630392a4309f7d93efa1e0fe53ac07e6fa63b 0.19 MB 36 6
380,711 380,711 000000000000000005ba853216fb950e05d9ccb944662cf5e71b8b5ee0f5608e 1.00 MB 1,916 36
380,710 380,710 00000000000000000d61a89b408451afdc1b9cf1c93a076d42e2f12f0f2d9f51 0.28 MB 612 63
380,709 380,709 0000000000000000059b71192a95b5e19f91aa4eac2f1bb9f54befc39a84a9ae 0.09 MB 62 17
380,708 380,708 00000000000000001118a18f4605b81b89d380eb546305e7af1f9ef83a39dbd0 0.35 MB 761 43
380,707 380,707 000000000000000011505744ab075a7dee1221fdaa034daf92f7ec62c612c8c0 0.31 MB 617 39
380,706 380,706 00000000000000000112b25e71a715118ef82eabc66736a5302bc185208b4809 0.10 MB 58 3
380,705 380,705 0000000000000000067cc44a08cd14ea15f73c644b7ae8b518e3578ac0ea7141 0.82 MB 1,674 47
380,704 380,704 00000000000000000268e7eadeedd41eebf6995db30f068062f6bfba3c60c1e8 1.00 MB 453 7
380,703 380,703 00000000000000001021d38a654dced72eed8a5d8c8e310dae1cec0aafd0464b 0.46 MB 908 67
380,702 380,702 000000000000000001a460c313d7b0088c6e239e208e340cdaea2974f6661db0 0.17 MB 299 36
380,701 380,701 00000000000000000c84de966c7ad71fc24ddaedd96159ca8dd5908171b586b0 0.21 MB 342 33
380,700 380,700 000000000000000008c144be367536c1745abca24f72d4c439afd99cd35b8f54 0.15 MB 213 31
380,699 380,699 000000000000000004ba6fcc8d4b569a360e9cf6eb4d562235c5d48f53504b33 0.17 MB 372 39
380,698 380,698 0000000000000000061e877106a35450d8c842e4f9d26a1caf58f197d569a6e3 0.52 MB 156 10
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,625.17 GB sent, 93.02 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.