Memory Pool Memory Pool Refreshing

3,772 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,781 (425,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
482,346 482,346 0000000000000000011ed490419871ebefcc2ebe8049ad3a2a5e21e91d59c4df 1.00 MB 1,835 183
482,345 482,345 00000000000000000007d13c7d1abfea93dc5683872a98df570cfafbe9aae0be 1.00 MB 2,820 115
482,344 482,344 0000000000000000006cab9d93c8423b73ec40d57853049c986f3c215939110f 1.00 MB 1,612 401
482,343 482,343 0000000000000000002c95765c6979cf42c01e1f69e1b11b96de15a9bdd78eb2 1.00 MB 2,034 288
482,342 482,342 0000000000000000002221cbd62e75ece46be371d178694a263244dfb15686ea 1.00 MB 2,131 450
482,341 482,341 00000000000000000092d4537f04767bbf3c9b679bbe59777f7431851f7f39d4 1.00 MB 2,191 326
482,340 482,340 00000000000000000016da9d4eb64e842fb0b83e2eed963553a3378a63c80c6a 1.00 MB 1,981 362
482,339 482,339 000000000000000000a50f303c8d96b906682a0da4124a8dc77c4da09e8fc52e 1.00 MB 2,254 390
482,338 482,338 00000000000000000082be1e263fdb7bc33287315d8378728780559e2a950e3d 1.00 MB 2,014 456
482,337 482,337 0000000000000000000b20e5fa459587766cb23a0c7d1bb253bea56c983a89fc 1.00 MB 1,508 166
482,336 482,336 000000000000000000e2ca23aaa6849537eba9e5d0955b971e66d6ce94f51f63 1.00 MB 1,566 297
482,335 482,335 0000000000000000007873375305165b37df172b09d3ba339021a3a284f9cf14 1.00 MB 1,978 277
482,334 482,334 000000000000000000f57db4e096a159a3a0218494730ee601a76b314b9a39d0 1.00 MB 1,890 456
482,333 482,333 00000000000000000099931f05a6ef98d4e5de0aba96c2be9729663e9375a6ea 1.00 MB 1,879 350
482,332 482,332 0000000000000000006e26cd575ff3b3a9bbbebeceb3dfd33f0a02e9de011f2f 1.00 MB 2,271 469
482,331 482,331 00000000000000000106717524470f5699024cbcbf03cd03ed5f0c5778c7be43 1.00 MB 1,987 460
482,330 482,330 0000000000000000002ff3ccbef57951d2164ab7bc9b9649671e3e1fc1525141 1.00 MB 2,095 89
482,329 482,329 000000000000000000d554d133b7ba4135e2665bf994abe0274610e66f95f03c 1.00 MB 1,392 198
482,328 482,328 0000000000000000007414b7ecf4ffc65ad6de336a066ba452168272652a5e76 1.00 MB 2,306 404
482,327 482,327 000000000000000000f7ab181178dfc83ee4d801f96175cec05a924bbfb64819 1.00 MB 1,414 177
482,326 482,326 000000000000000000255c5cd3e2d9d7deb07fe0a4dbe726edb8cea54fee3f00 1.00 MB 1,735 115
Previous 10 blocks ↓
Total Size: 769.13 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,631.15 GB sent, 93.54 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.