Memory Pool Memory Pool Refreshing

11,240 transactions
20.87 vMB
Show Random Selection Loading Transactions
Max Size: 119/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
893,899 0000000000000000000248b60000000000000000000000000000000000000000 1.00 vMB 989 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 893,898 (1,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,572 892,572 000000000000000000007bf772a2138f2cefc1d77ad2e9e67f0313d3f653a11a 1.51 MB 1,874 2
892,571 892,571 00000000000000000001a2261bebe725d17a442b3c4934ba69f03736351de2b2 1.68 MB 3,823 5
892,570 892,570 000000000000000000003d52e692705f26e5649cf0de0076f414698e6d5056d7 1.71 MB 3,769 3
892,569 892,569 00000000000000000000c0690961ec57edd5b7619b8c571329cd90b696560f56 1.80 MB 3,796 3
892,568 892,568 0000000000000000000214f52452164ebae37c40543010b5ac7c9e95c53d9215 1.83 MB 3,936 2
892,567 892,567 000000000000000000012a264131af633f3d734f05f9d439b76338cd546f6db0 1.58 MB 3,238 4
892,566 892,566 00000000000000000000a4be10a1500127507e5eeafbc4f11030f712ce6b66f5 1.77 MB 4,198 6
892,565 892,565 0000000000000000000145e2161747bdc1b748cf332845bd43431b190449819f 1.61 MB 3,471 12
892,564 892,564 000000000000000000016bf4a6216a43afc1c0ea942e1606c0b0ae77df845e2b 1.69 MB 3,960 3
892,563 892,563 000000000000000000016311680619aa5b05626c5839800701a3b546fb91486f 1.72 MB 3,874 4
892,562 892,562 0000000000000000000035a73a419e050c7ab4304fd2b827e5b1c97cd65b830e 1.75 MB 4,161 3
892,561 892,561 00000000000000000001f82b66cdb7642488e9ed2024c6ae1cf7f40e639bced5 1.62 MB 3,891 4
892,560 892,560 00000000000000000001a8ac110b7d8779a4513c0080d7490b936425b06e8f3c 1.70 MB 3,407 6
892,559 892,559 00000000000000000000c3db8c1427149efd3244c4453f9c5e7012c71f7306b8 1.64 MB 4,218 3
892,558 892,558 00000000000000000001c05183db3f51937a81c1d343d4b81628128518e30d2d 1.53 MB 2,879 3
892,557 892,557 000000000000000000016db77a8918f45db442994016dc9ee52277b12f169408 1.50 MB 3,177 5
892,556 892,556 000000000000000000003a2338648558501683e3c580c40e676645d7e63cdd60 1.55 MB 3,389 4
892,555 892,555 00000000000000000001f4526667d8185f65db5a02049395d340f21a2f2478da 1.84 MB 1,547 2
892,554 892,554 00000000000000000001f35455cbaab1a72f02889b764118cf60ccb8c6377b5c 2.14 MB 234 2
892,553 892,553 0000000000000000000113c994bb95beaaf3d14ecaa94ebcf3ed92f6b3b3b728 1.98 MB 1,263 3
892,552 892,552 0000000000000000000145b5e24b543687c7f33dbd28607dd93103b6f27d0d25 1.64 MB 3,950 3
Previous 10 blocks ↓
Total Size: 744.73 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: 3,811.04 GB sent, 187.23 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.