Memory Pool Memory Pool Refreshing

65,101 transactions
17.51 vMB
Show Random Selection Loading Transactions
Max Size: 123/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
865,462 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 4,891 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 865,461 (41 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
865,420 865,420 00000000000000000002b4cbcb14fa3efaa828d44af10b30851ea0c3eabf049b 1.63 MB 4,332 10
865,419 865,419 000000000000000000017985e4e7355b93822b676946e9511b64851fa5bec975 1.66 MB 4,331 9
865,418 865,418 000000000000000000002aacdf79eb3818c9fe7b7d24d3fca32165d01f87d46b 1.65 MB 3,277 13
865,417 865,417 000000000000000000000ef6637d2be11aba4ec28515d0bb5078d10ddd86345e 1.66 MB 4,041 9
865,416 865,416 00000000000000000001d3ef578fce6c1e1df1115c0fb339a30e7439c35e13d7 1.52 MB 4,181 14
865,415 865,415 00000000000000000002ef15eb083a8c6c5bbdfd722aadfd8de74b97dce4563d 1.65 MB 2,793 10
865,414 865,414 000000000000000000006b0f7ddf8f48acf77bf62d8682a7967ab6b0e7a57056 1.75 MB 2,945 11
865,413 865,413 00000000000000000002db65d498608d1a54f1dedb26a522c6b9f44c46367bb2 1.66 MB 4,343 9
865,412 865,412 00000000000000000002d0254843a0ad0a62093807b69d1884855ee4c27ec36b 1.33 MB 2,796 12
865,411 865,411 00000000000000000001cf5a7ddb53a0cff817d2b1bd50d17fc67136be0b5ac1 1.20 MB 1,441 11
865,410 865,410 00000000000000000001831d1cc3838bf76ec53a5e5abba772cb4dd05bec2bd3 1.09 MB 1,158 12
865,409 865,409 00000000000000000001207d7e4098e8b946391db7bb22254a9d110266271a33 1.11 MB 1,246 12
865,408 865,408 0000000000000000000238062c1bfeab9fe5345f3bd5c95eeb58cb8afd549253 1.50 MB 5,218 14
865,407 865,407 00000000000000000001879ecf5b31e6d71aa7d9666b5760464734f769b7fee2 1.46 MB 3,323 20
865,406 865,406 00000000000000000001325f35e1cb87a5c5aff25d7f2f6f3a6466f79e6d383e 1.20 MB 2,105 14
865,405 865,405 0000000000000000000269eff4fbc8181279606daa8d7d9b1b504733cd072c54 1.23 MB 1,459 14
865,404 865,404 00000000000000000002e039b1bd5ed3ed18a9e120e64f77799d9b03862d4899 1.51 MB 4,772 16
865,403 865,403 0000000000000000000293151bc2509de5c2a1e179cb26f2a6e5a429e3df206b 1.40 MB 3,790 16
865,402 865,402 00000000000000000001146ec1df3f29bf46336e3c3c05dbbad19811401db9f2 1.62 MB 3,706 13
865,401 865,401 000000000000000000014bd456f136e6a8a3c825438ba14e63c6997387d5fbee 1.63 MB 4,439 16
865,400 865,400 00000000000000000000ecd6b33b4be906d2bd226e433df6347f672c17ef984c 1.66 MB 3,311 21
Previous 10 blocks ↓
Total Size: 690.75 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,693.24 GB sent, 147.56 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.