Memory Pool Memory Pool Refreshing

8,293 transactions
4.26 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
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
907,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,139 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (582,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,486 325,486 00000000000000000b9a995d7a7e7cbed73db3428a3cb2c87dcd2ebe3da82985 0.35 MB 732 33
325,485 325,485 0000000000000000174495b1ddac12e372ba7dba658ef24f78c17cbcd6d20094 0.06 MB 84 31
325,484 325,484 00000000000000000f9915e88ab75bb50b2c6c08ae90f9896a72bbe5cf6495cc 0.05 MB 90 15
325,483 325,483 0000000000000000119c184acdd31f1d6047218ac8f0aac421536b3c72c0a30c 0.18 MB 309 26
325,482 325,482 00000000000000001457ee05a3b744e983d19c35c34dcde6ee30e9d839a28828 0.16 MB 323 33
325,481 325,481 0000000000000000089dd91643f151da8b5aa1553b10940411f90d0afab2f8f7 0.70 MB 1,346 30
325,480 325,480 000000000000000015c5dd125f267674a325a54f74eaef7fa4fb1891dd28a2f5 0.16 MB 267 18
325,479 325,479 0000000000000000040d4bc7c35f9bea3ce048b6dac249f3d2ea24626f00b05a 0.61 MB 975 25
325,478 325,478 00000000000000001892ee2c055cc8e0ee766d402203320a7dce8feabcc3b1fe 0.39 MB 448 17
325,477 325,477 00000000000000001e94ac46e307a8c865b7585c55406c4cf0ea51d4e1879cfb 1.00 MB 2,049 31
325,476 325,476 000000000000000019e75ca8667f175b61a41ad950d15b61d83d3faf1a128f94 0.13 MB 246 31
325,475 325,475 00000000000000001f210d4090211354cf0006000a59b90e3a9b881724b9d338 0.40 MB 688 24
325,474 325,474 000000000000000010bab9682283edcc28bdb6c3e27b4f121bc95efe832dbe2e 0.69 MB 1,257 29
325,473 325,473 00000000000000001e5fd18a1fcd2b0e13ed98b00c0698ec637d0f05c4a6e5d2 0.17 MB 371 33
325,472 325,472 0000000000000000086d74e31ee21f45a647f019087e413a7b3873e0e991848a 0.48 MB 814 28
325,471 325,471 00000000000000000982a40adbd95ccd9445914003fb9f15d1d65fe535774d4d 0.26 MB 472 29
325,470 325,470 00000000000000000847892bccb4f59b27318551b01c595c06800ecbf4ba9c6b 0.29 MB 498 28
325,469 325,469 00000000000000001957a3aa060cbae055fd0b4a2405ebf2f03bb79a2a36b948 0.75 MB 1,061 28
325,468 325,468 00000000000000000daf0776ee31497b0a5f5f4e58b4af037c578e816b3bcc9d 0.75 MB 1,625 31
325,467 325,467 00000000000000001c91050556b38c59cbe437420827c12d588d115d68f69864 0.49 MB 247 12
325,466 325,466 00000000000000001d7f943b1168d501011579f71efa6243f8a733830556b831 1.00 MB 2,263 36
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.81 GB sent, 93.04 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.