Memory Pool Memory Pool Refreshing

33,056 transactions
25.71 vMB
Show Random Selection Loading Transactions
Max Size: 150/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,138 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 1,238 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,137 (131,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
731,418 731,418 00000000000000000008e476d212fb421eb09ac781a412f62910d24294dd431c 1.53 MB 3,381 5
731,417 731,417 00000000000000000005c6a4c382d11296eb9f1d0c171df597458aa0277fe104 1.56 MB 3,139 10
731,416 731,416 000000000000000000018b8b709d25f92a383d2237d2d3f76baccb43dfbf6a8b 1.82 MB 1,828 14
731,415 731,415 00000000000000000000401399b5c7319f1863ae2262d7e7adfabbffe1a87658 1.59 MB 2,613 9
731,414 731,414 0000000000000000000216d31056372fcce9637eb092b046c9e8d262fb0d2a09 1.56 MB 3,058 12
731,413 731,413 00000000000000000000865310d5ab8a9fecff0e3117dec95d2ffef2a46dbaaa 1.30 MB 700 3
731,412 731,412 00000000000000000000f28caeec2472983ef8c5deb3e42a8f5e3f92eb9e68f5 1.44 MB 2,622 7
731,411 731,411 000000000000000000066bc5a2cd790aff2920559d4303a4f8a40a862e3438eb 1.45 MB 2,886 11
731,410 731,410 000000000000000000052b4eb537d8623e1d0735de577b7204397383b2eae71a 0.73 MB 1,229 9
731,409 731,409 000000000000000000086b5f9ae18b7c6281423c1e070ffd07fb9b189eb7b743 0.64 MB 282 1
731,408 731,408 0000000000000000000497a9479785f9f96955052af9fe1a82528a0e047799c2 1.40 MB 684 1
731,407 731,407 0000000000000000000059af51507fb2c44a3772792b7f3a8762dbdc23656a14 1.41 MB 2,741 10
731,406 731,406 00000000000000000003cc01d8eae11f377bd4e50c2dd0f70d3963d6688cada0 1.48 MB 2,963 11
731,405 731,405 00000000000000000007f6025a612172a9962f175dbcdc39de851697db9182d4 1.58 MB 1,948 3
731,404 731,404 00000000000000000008c439bed6e819c589d6febf20ffe11fd0fc18d82b5fd3 1.52 MB 2,098 12
731,403 731,403 000000000000000000012ad66f8fb016c9faf88747db05c78d899420e4ded282 1.54 MB 2,428 8
731,402 731,402 000000000000000000071de67f756119cd7b237d09974701a257fe1da25e59df 1.37 MB 2,057 4
731,401 731,401 000000000000000000055bb268eb7911cfba158ef9e4cdf1b1ba2da277c667ff 1.52 MB 3,026 17
731,400 731,400 0000000000000000000725fbc8fc06876f21fb68eea9e44a40ff273bed59d6a0 1.49 MB 2,914 23
731,399 731,399 00000000000000000005fe603342d2226d40f899f53cf3918fb5baefde15e2e8 1.60 MB 3,308 18
731,398 731,398 00000000000000000007b4d0fbdb0eb926880f2e2fb2b75907f05f8482ba086b 1.39 MB 1,894 9
Previous 10 blocks ↓
Total Size: 686.36 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,444.30 GB sent, 114.27 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.