Memory Pool Memory Pool Refreshing

7,406 transactions
3.71 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,732 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (180,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
727,172 727,172 000000000000000000041cdb92eb05bef26f3bd06d36ae7003ee0f04f44d2f77 0.42 MB 793 7
727,171 727,171 000000000000000000061c2d2f8f92a8a03cb7e540606005c0d5e9cdc5d7d0e6 0.42 MB 845 8
727,170 727,170 00000000000000000004d6116d45808772aeec7768be287d2d3708123769667f 1.05 MB 1,962 8
727,169 727,169 00000000000000000001c0f3c48179d9404db6b36bbde42d62619c77f0a90890 0.73 MB 1,406 7
727,168 727,168 0000000000000000000199886980528d9ba76e9e58a817df2450d7c9bd01b978 0.47 MB 636 4
727,167 727,167 000000000000000000093a01406890b1bad28a6facb8efe768866b4371b714e1 0.37 MB 564 8
727,166 727,166 000000000000000000024438b2689ed3c3598535247e51baf89a1847ba8d2c74 0.19 MB 429 8
727,165 727,165 000000000000000000076b3b358aa526b6fe9cf26bc13ba9d9b52b0d5836dc2f 0.05 MB 88 8
727,164 727,164 000000000000000000098a246c8fc0576ea96ca7fcb6374206bd589b89f14089 0.56 MB 1,027 7
727,163 727,163 00000000000000000001f1a982492b3e4e95066c7e6d63a5b2ceb852aa3c9b75 0.63 MB 1,196 7
727,162 727,162 00000000000000000004f71c7e33b8ce99d9134f0933eb21e9d280165ceb0d29 0.82 MB 1,505 8
727,161 727,161 000000000000000000051e2d95b114b502fcdc4a49826746efaa49bf681aab18 1.26 MB 2,005 7
727,160 727,160 000000000000000000008b4330507c1bb8e9e965ac507497ecf4c46469a6d4ff 1.41 MB 1,745 3
727,159 727,159 00000000000000000008be85fb77c14587e29d6193fca89407f2eeb0b5de4116 1.27 MB 1,800 6
727,158 727,158 00000000000000000001d86937977070dd27a1fd23a08efd9e7b188659d870d5 1.34 MB 2,196 5
727,157 727,157 00000000000000000005182d1c85981708e9ae155519130e19a50557d75a5714 1.37 MB 2,328 10
727,156 727,156 00000000000000000004e143b73965aafbe8d7d85108f01c6ccb3b068cb064fa 1.32 MB 2,273 11
727,155 727,155 000000000000000000078c7ad45ab182796bbb419c361aa3eaffaa8ddd00d4f0 0.10 MB 151 11
727,154 727,154 00000000000000000004136135b2e0cd367b56ea6c0dd5b8f79964a4cd7d2718 1.26 MB 1,699 6
727,153 727,153 00000000000000000002b802441a8122efe71332b054023957cfcc959c6cc036 1.51 MB 2,146 8
727,152 727,152 00000000000000000005470c4a8eae1df7931a22f85a66d42cd669f6ce6db2f2 0.62 MB 1,141 8
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,625.37 GB sent, 93.03 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.