Memory Pool Memory Pool Refreshing

4,408 transactions
2.36 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,419 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (638,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,275 269,275 00000000000000030cd4d7ab645cf6469cb12924adfe25a107bd3846f318f7ef 0.08 MB 167 54
269,274 269,274 0000000000000003e94eb210d5d5a3ef9c20ab5b54d32527d3ed701aeb0dfc8b 0.05 MB 178 45
269,273 269,273 000000000000000799f8d40a7d02a26950edfee58c0193c932411789d341aeaa 0.15 MB 269 58
269,272 269,272 0000000000000007e42beb3ec5285a7b67e6bfa6c5d5b3dd51639399c417c03f 0.24 MB 525 39
269,271 269,271 00000000000000061361f604f77f3c0aa66d42646e972e85da5085c6904dd137 0.25 MB 599 52
269,270 269,270 00000000000000083c97d97d0c569e1dff7b04a4afc406b19a17ea1ee85e424b 0.25 MB 555 126
269,269 269,269 0000000000000004e685d69cd44cf88d2565ee331d33b09c5e18a007ecde67ef 0.01 MB 18 82
269,268 269,268 00000000000000068cfb029f58c96157d3973e2b94e705a603da99c2cb79fedd 0.11 MB 230 45
269,267 269,267 00000000000000050a3f603aebeeb2f11e163c6994b0146b1246b7e1caf14ea1 0.06 MB 101 77
269,266 269,266 0000000000000006c5c1391dcd0c8089b298b1811ba58c10e78f4a26b87cc1d7 0.20 MB 398 39
269,265 269,265 000000000000000112033eb81a52d5792f63f11337fb045d0f168542681243bd 0.17 MB 375 85
269,264 269,264 000000000000000796ff16c409babcaf729ec4d1229b799d1984fe6af03c5244 0.10 MB 252 74
269,263 269,263 0000000000000002b6a27e44ed7d1e096f340089d02af90e885db2a5c8b55a2a 0.50 MB 925 76
269,262 269,262 0000000000000002cc4cb70cb7e054505c48bf56ffbf08d46277fccb9841ed5a 0.10 MB 270 2,482
269,261 269,261 00000000000000078c7c3b11f53eb86b5e998c89c652fe459ef1081c9af6f3b5 0.15 MB 296 43
269,260 269,260 0000000000000007269f50ce16ddc936d4e243e1f134d4304fb73c795e00a3ba 0.46 MB 761 61
269,259 269,259 00000000000000038d9dc50d0e18df20e21742b9edb83a12614fff79865a946d 0.15 MB 376 112
269,258 269,258 0000000000000007f7b5f6ce16f6310d8a3c16dc8fde296456e55b3eec5903ff 0.24 MB 123 16
269,257 269,257 00000000000000067216735dfd8c53db58adf33029a6926e6cf140a943914baa 0.25 MB 397 29
269,256 269,256 0000000000000000b10e59637882be4911d12953c1738d34ce73cd02cfc87ebb 0.35 MB 867 97
269,255 269,255 0000000000000006816d9da54b22ace8a4b22058d61c267bd48344eda946ede5 0.50 MB 1,315 60
Previous 10 blocks ↓
Total Size: 769.21 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,634.47 GB sent, 93.99 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.