Memory Pool Memory Pool Refreshing

1,634 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,618 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (80,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
827,525 827,525 000000000000000000026862fd100cd07700de59b00b7a2717a4dfa6f1c442a4 1.71 MB 3,619 54
827,524 827,524 00000000000000000003034d7a82bfcca04635b92e2d428caf49891d55a9ea4c 1.63 MB 3,403 50
827,523 827,523 000000000000000000007bb8fc7e2465f0cd289344ce8ae97539a39e748c4adf 1.70 MB 4,139 40
827,522 827,522 00000000000000000001e3ce6279858d6ab3c0cc13305ccdf877ed2295a36bf0 1.72 MB 3,632 41
827,521 827,521 000000000000000000032fb7da63e4e697f94a2140a635be69a9cf4f19f6df4f 1.63 MB 3,421 52
827,520 827,520 00000000000000000002a27d3e284beb89c409473988883daeb6effdde9c2518 1.73 MB 3,979 35
827,519 827,519 0000000000000000000323c96fdf6aab96d8c9f353ab0656b7e29bffc057d491 1.81 MB 4,662 46
827,518 827,518 0000000000000000000116a1660b74f803b2798ac64026c45a48b2a4c772b0fe 1.90 MB 4,128 35
827,517 827,517 00000000000000000002ad32235611f3dcd4f80d46bd21803dfeb34396f35efb 1.63 MB 3,498 45
827,516 827,516 00000000000000000002965d4534b963aef577f5a74f65914e3b2c79865ab22e 1.61 MB 3,529 38
827,515 827,515 00000000000000000003dd024f54829a6fae043c5ff49e5fdd6f30b21ffb5917 1.71 MB 4,054 50
827,514 827,514 000000000000000000035610a0f974aebf1fa863af1df35d143f2b56ba9b87ab 1.81 MB 4,697 51
827,513 827,513 00000000000000000001292a2dbb9560ab3b66f1be425de09d866127100afeb8 1.61 MB 3,741 50
827,512 827,512 00000000000000000003c17b1bbe5dfcf7e76c0cf1a6cf016c84a98cee6b95f8 1.83 MB 4,867 44
827,511 827,511 000000000000000000036993a90b102d15834b236e28ad8a3f45cf6ca39c2961 1.72 MB 4,098 40
827,510 827,510 00000000000000000003b7dadf1331f5ede68fafc6fa2d5059427c2bd4478b04 1.69 MB 3,885 52
827,509 827,509 00000000000000000002143a5693160af195678ac1d0abc8acceb42f22948b57 1.68 MB 3,926 46
827,508 827,508 0000000000000000000159f1b7e1c57c54e65440920a40f425bb42519c145423 1.69 MB 4,005 52
827,507 827,507 00000000000000000002c53ee159dd42dc66f57f66ef23efaef2851b422b8302 1.71 MB 4,463 41
827,506 827,506 000000000000000000016bd04dc360283718da15c1b3e9c48b5d40d25161f42b 1.68 MB 4,254 40
827,505 827,505 0000000000000000000198f4f5e2f2be0a7b0762694eab0d802d0f89b2735ebe 1.79 MB 4,325 46
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.