Memory Pool Memory Pool Refreshing

54,341 transactions
35.70 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
7 sats/vbyte 2
7 sats/vbyte 3
5 sats/vbyte 6
4 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,193 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 2,200 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,192 (687,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,529 188,529 0000000000000699f01c80a9cf8a59b9c2935124490a855015355269a48db237 0.01 MB 33 93
188,528 188,528 000000000000040167c69f7a835d124214316b72d9a9fc2ec2413a238b6ab6da 0.24 MB 512 103
188,527 188,527 000000000000079da5ca35f89821bf77449b23e1ed9ca834a6db9813cf59da56 0.25 MB 727 188
188,526 188,526 0000000000000775ff4ed4a434851e3fafe46617d595f06eb7d560d16b7d34a3 0.03 MB 119 4
188,525 188,525 00000000000000ecef0306e64d061acc3f97fa13a0cecb7a1d4690cd57c4ff1a 0.10 MB 221 92
188,524 188,524 000000000000020598dc0e67271176033e4bb5d21668bc534e4d148071db2244 0.07 MB 128 81
188,523 188,523 00000000000002b023e622cd03318943e6618091ffcd9e4601696dc117aabac3 0.25 MB 539 322
188,522 188,522 00000000000000ee032bc13c9cca737c21f2ca4b05a398eaa5105a9483899323 0.31 MB 654 232
188,521 188,521 000000000000031d3382b4041127eb905ec89a37c675ca9b75a98e13bbf8eb66 0.01 MB 47 138
188,520 188,520 00000000000002de90d49f2c22fc56e6eb33279079b673affb072bb08502dacf 0.14 MB 360 141
188,519 188,519 000000000000067c17960b21039725356f31e9da8bfd9568b69cd2b49ab2b79a 0.12 MB 254 130
188,518 188,518 000000000000009851fec028137e6d2eb9a1d6f7d3bace89a48ae92210ae71c5 0.15 MB 153 73
188,517 188,517 000000000000074b83fd73991607e6cdefa05d671adc53e42d319d8f7fc40a67 0.28 MB 551 105
188,516 188,516 0000000000000832e0f70b86d818755ab0aef51541e1f2bbe5146784daaa517c 0.25 MB 633 134
188,515 188,515 00000000000001201d082a6dbb9351a4edcca5df38bae6719654b535d4639565 0.25 MB 590 130
188,514 188,514 000000000000083f99accdc9f990c22dc70d0ac9cf6bf7d8867ada361b3d9eeb 0.25 MB 618 135
188,513 188,513 0000000000000263c5e9df2f0e11a566f714e7dc43b2b2f9f12e6ddacf146f99 0.04 MB 142 109
188,512 188,512 00000000000009051c7ae0ab6ff8630a23501c3c4a9a16cadebcc37987f6742e 0.03 MB 150 201
188,511 188,511 00000000000006b88e845ec67a97c93dd727b5773910d1656250a1ff65d81ec6 0.42 MB 1,036 137
188,510 188,510 0000000000000345207f82e021c32d74c787678155b24668d6dddc7cdb2f7641 0.05 MB 127 459
188,509 188,509 00000000000006a74fd53d8eadad88ed082236b57ad88a08ea889cb07b59226c 0.02 MB 32 2
Previous 10 blocks ↓
Total Size: 710.84 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: 741.58 GB sent, 17.42 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.