Memory Pool Memory Pool Refreshing

7,834 transactions
3.62 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,982 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (557,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
350,539 350,539 0000000000000000142c23f3d1bdcbce07899b88e0ae7695b62c7f0375867eca 0.04 MB 93 31
350,538 350,538 000000000000000012d813726b9d2014506bd6c33c518e687161b4c198635da0 0.28 MB 568 28
350,537 350,537 0000000000000000155be5e01de0a2304545368e3e80de87ad15f491eed3936d 0.40 MB 820 28
350,536 350,536 0000000000000000158cd1621e578923afff5d2e39adbee13edd182b963a209e 0.67 MB 1,280 28
350,535 350,535 0000000000000000130ea8308cfa34619e798b528e28f5acb4eb178be9b632b9 0.20 MB 441 29
350,534 350,534 00000000000000000c22e5c5f30cb174241ef9ff7dcae1d6c7da180de45cbb77 0.55 MB 920 24
350,533 350,533 00000000000000000d01a19abda1119df082ccb745aca8f1f18c57ffeb11df09 0.12 MB 310 34
350,532 350,532 000000000000000002dd6eb0dd715a7119814e755a16bd03ab6c429a6873fd35 0.75 MB 1,381 25
350,531 350,531 0000000000000000146c03173ad9738ad3dd1fd051136dd9d36b82fbd21dd610 0.26 MB 544 33
350,530 350,530 00000000000000001111231fd18bd00571bd6db2db2d1eaf66a2308e2f01974f 0.75 MB 1,492 29
350,529 350,529 0000000000000000006d9d5155a744d165a407d6bbd83484702ed24953a0f9a2 0.02 MB 64 35
350,528 350,528 0000000000000000170c88f45b9db10d78c034e7b2af10549ca0edab309efb36 0.47 MB 860 26
350,527 350,527 000000000000000016af979d0b88b2788c764c43f0748a0cc715ef7fa9beda59 0.22 MB 252 19
350,526 350,526 000000000000000014a6a961bb6f7b87108c8e78c86d4330fa862ba4143e309d 0.07 MB 131 25
350,525 350,525 000000000000000000d4cd859dafbe811dbc0ef9657dcb1424d4ae3c91bfd26a 0.11 MB 215 27
350,524 350,524 00000000000000001604bb1099e81ebb6d2f0c69bce33a8aa6c6b0584483821c 0.21 MB 301 17
350,523 350,523 0000000000000000047735996af8bb33e3843fd2b90f09af45490a1e12b76e27 0.44 MB 812 22
350,522 350,522 00000000000000000744d7e0a2147677b89d285629fa247f375829735c1bf07e 0.44 MB 839 25
350,521 350,521 00000000000000000718caad08dc35af441025085c63dd73e3bba8f632536d28 0.05 MB 100 29
350,520 350,520 000000000000000005ba69c08fdb7c6a4ebc718f202c7a2d508fdde5e30b22e5 0.06 MB 107 22
350,519 350,519 00000000000000000fe197c55f3aa28e1e5d39e68b77cc4ed531b0b7ae0330f6 0.50 MB 970 19
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,624.89 GB sent, 93.01 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.