Memory Pool Memory Pool Refreshing

50,423 transactions
27.24 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,571 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,284 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,570 (412,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
449,800 449,800 0000000000000000022787e81a28ff288d8770a6ab593dc5629af506572205c5 1.00 MB 2,570 105
449,799 449,799 000000000000000000372ac02c6d73ebeb9f72405b0d035b62371b2c0aff6104 1.00 MB 2,571 94
449,798 449,798 000000000000000000b0f88f667b2283b8e7ed66807f4ee944ad80d008391302 1.00 MB 2,523 101
449,797 449,797 0000000000000000020555af84c2212a2b8a0710a54c0a0553af2d7a996e5de4 1.00 MB 2,639 109
449,796 449,796 000000000000000001a64842a35b47738b30d1fab0c90b73db6829d5dd94d520 1.00 MB 2,667 135
449,795 449,795 00000000000000000040f5e8f5b37328ad4469fa04ecdbf548136516b0c209bb 1.00 MB 2,373 68
449,794 449,794 00000000000000000003879e8c38a1cac64f901086b1622996e5926a17829c3a 1.00 MB 2,343 103
449,793 449,793 000000000000000001466573ea78ff78dcba878e349eed80f823bbd80e178f69 1.00 MB 2,160 125
449,792 449,792 0000000000000000007160deb13247c46a08302c631992099b130fa833834575 1.00 MB 2,361 105
449,791 449,791 00000000000000000142c3432aa37265b93edeafc4305d0c49f1409bde0dde76 1.00 MB 1,979 117
449,790 449,790 000000000000000001af5a257db91d636de34333c33c86a5452cf6e9488b76c1 1.00 MB 1,902 79
449,789 449,789 0000000000000000018773e50613adca82dc12ab54c2e6267ff6bebf62c5001f 1.00 MB 1,937 92
449,788 449,788 0000000000000000027602d3d87f555731dd58f3984d096032413f5be8b24367 1.00 MB 872 68
449,787 449,787 000000000000000002b2c0440e74846ea552c26787010143f5db91166346981c 1.00 MB 1,471 132
449,786 449,786 00000000000000000213c59f9a504f8cdcee21dff822cb64a0a71ae20ec76741 1.00 MB 1,980 69
449,785 449,785 000000000000000001fbba3cecc685050d6def761a64406d9f4680806322f053 1.00 MB 1,408 83
449,784 449,784 000000000000000000ddc037b0a24c7e4eb2250042e37d9b6b96fb47cf7a686f 1.00 MB 2,212 118
449,783 449,783 000000000000000001db59e298eda69c97e5ba83a65b71cee41fb52d76673140 1.00 MB 2,132 92
449,782 449,782 0000000000000000006f92f48fb3114935a93ea9ab6c0ca1d10c064eb3409aae 1.00 MB 2,290 96
449,781 449,781 00000000000000000127dc3ae954c46b5e12f5220922192cdfe4c5f2faae546c 1.00 MB 2,869 63
449,780 449,780 00000000000000000029e836d8cdbb589133604a72e6a1d414c8ecb5df722676 1.00 MB 3,199 84
Previous 10 blocks ↓
Total Size: 685.25 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,375.50 GB sent, 107.39 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.