Memory Pool Memory Pool Refreshing

20,168 transactions
28.83 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,711 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,671 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,710 (29,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
834,464 834,464 0000000000000000000177a0869a911a2b65c9bdcd5a8bcb02b68f305bee848e 2.39 MB 1,442 11
834,463 834,463 000000000000000000007a3094ac2d9d7be086f4bb3c8c294f2bc0bf9285547d 2.13 MB 2,244 15
834,462 834,462 00000000000000000000587c393ee349c72e0a6f25e4b902e5132c99f7f4c2ce 1.94 MB 2,215 15
834,461 834,461 000000000000000000003cdd089d4d19d6765d16d6c6388d6ae005448a88b6dd 2.01 MB 2,906 15
834,460 834,460 00000000000000000000484a79b643b2524bbce82e5d8a442013fa5b8905ed98 2.03 MB 3,211 13
834,459 834,459 000000000000000000031ed44cbf1ce50617cde3fd720e981defad308baa3722 1.62 MB 2,926 24
834,458 834,458 0000000000000000000006cdbf06715d7d636bb189d040e8c8a0b1493890f3b8 1.54 MB 1,853 15
834,457 834,457 00000000000000000002fc9dd40562a07afd3f1234f9855d1be2d433d0061c2d 0.00 MB 1 0
834,456 834,456 00000000000000000002e8f0937615de5fa1b781f2704e2455b22ca36bb9b036 2.41 MB 2,883 15
834,455 834,455 000000000000000000000d1dbf0f1304a9458c73649b153d6c2d354fd33067d8 1.82 MB 2,956 24
834,454 834,454 0000000000000000000296af9a1b27849574a36f845fce55703ae76f9f4d6a57 1.90 MB 1,843 15
834,453 834,453 000000000000000000024e7ecdd9fea2ba73277b8f0a6a99f7add093d3c060d4 1.81 MB 2,836 22
834,452 834,452 0000000000000000000015381091a1536930e1f631c03b85d2fc7e7b3226e811 1.52 MB 2,388 38
834,451 834,451 000000000000000000015b51ca9c6b7b23d4dacd18831652d6e9c60f5b79ffca 1.84 MB 2,932 20
834,450 834,450 00000000000000000001563d59298f167f9e83b94c94b6dcc578fe38437d53a2 1.89 MB 2,503 39
834,449 834,449 00000000000000000001cb178bc31fe9a085fd49d2fbe0c615dfc58f9545b1cc 2.07 MB 1,344 17
834,448 834,448 00000000000000000000809170650982e87274f339ab4446df4e2c417a6d2906 2.01 MB 3,151 26
834,447 834,447 00000000000000000001e4a900becb73c9470914cf69afdce63984f17acb6214 1.81 MB 3,346 23
834,446 834,446 000000000000000000020fa6a44c9ed8f3e6dd88ffee82339539b5de3feb08a0 1.67 MB 2,978 21
834,445 834,445 00000000000000000000062270f3e1ace04b002f341fb186f19850035ef2237b 1.76 MB 3,105 30
834,444 834,444 00000000000000000000918db8877a287680c10f431297d4e8a3ac7ba6eb6b8b 1.71 MB 3,437 25
Previous 10 blocks ↓
Total Size: 687.46 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,518.91 GB sent, 122.09 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.