Memory Pool Memory Pool Refreshing

19,902 transactions
28.62 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,783 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 4,541 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,782 (406,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
455,822 455,822 000000000000000001136b70c3796be633d5e9ef80764325c981c463fda5342b 1.00 MB 1,128 72
455,821 455,821 0000000000000000005ccc496a0ba88b575dd59fcd5d3a9f984c6f05e320b2e6 1.00 MB 1,894 155
455,820 455,820 0000000000000000016bef002e002f44b7c145f3ab014fd59101884b6f08b910 1.00 MB 2,303 120
455,819 455,819 0000000000000000000a7c28437011bfb0fce2280710c90e858a2e13265658b2 1.00 MB 1,550 152
455,818 455,818 0000000000000000015c2b0839e70846bbea298e9c22cf2e15231f000aba1db8 1.00 MB 2,350 202
455,817 455,817 00000000000000000045f2ed16575e0caf0c91a6ad7b8e64407e108d69c2f069 1.00 MB 1,907 134
455,816 455,816 000000000000000000a0a80c8386d3ad5f8c5b113284ce36c49a416fb9aa10e7 1.00 MB 1,999 155
455,815 455,815 00000000000000000008c5182a26f6d709e4fcc8dd7d50e1905b7a8b20e9b8ef 1.00 MB 2,319 123
455,814 455,814 0000000000000000023f2358844bde571f3fc92ce2abc01feaae88c593b4107c 1.00 MB 1,801 157
455,813 455,813 000000000000000000ad6d334c0e54b88dccba598340c9c69100d3472b6cdca2 1.00 MB 1,996 181
455,812 455,812 000000000000000000670a664f65651a4655ebb24578ac853000a9989cf825ae 1.00 MB 2,360 238
455,811 455,811 00000000000000000153a461254ae61a7c27503c4304f41b053ce2b6098c17a9 1.00 MB 1,452 91
455,810 455,810 0000000000000000012d6f17acd67e55303c7ce75a8d44c24784044865b896fd 1.00 MB 2,139 88
455,809 455,809 0000000000000000016f660d3db22d7d0bb7dcbd9de7663e092e9e01877797e4 1.00 MB 2,287 77
455,808 455,808 000000000000000000f51530fda18ce357e2a5504e606f69038fe241e9109e94 1.00 MB 844 85
455,807 455,807 00000000000000000107a158529ac9448946981489894a00075b2a9968f567b7 0.00 MB 1 0
455,806 455,806 0000000000000000025e83218aa34690df030c1e9480b1f2f9b21227a2bfdc80 1.00 MB 1,782 90
455,805 455,805 000000000000000001ad704df0914cb5b26e91e5769eaf102199e2dc57a36556 1.00 MB 1,808 104
455,804 455,804 000000000000000000f0313392f5cf96f2a6967565bff4bc4269b022dccd6b30 1.00 MB 2,229 171
455,803 455,803 000000000000000002257805a355e8911336564b818f197a9a64acb3e1d09dd5 1.00 MB 1,974 109
455,802 455,802 000000000000000001b3510ae13d3fec027c08526ce720b0cd8784e370b362ed 1.00 MB 1,940 143
Previous 10 blocks ↓
Total Size: 685.68 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,398.31 GB sent, 110.01 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.