Memory Pool Memory Pool Refreshing

657 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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
908,043 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 642 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,042 (694,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,435 213,435 0000000000000293fc4f72b6faf8f0e62e21593e4b4fcae5dc21eae896f30ae3 0.10 MB 233 184
213,434 213,434 00000000000002d6dac8d735aa1c957d5acf931d0a4142582a360c8c2a107f98 0.00 MB 1 0
213,433 213,433 000000000000002de7d26446e2a6beac2bf83e81a45547b8f3d3bd03c641f3aa 0.10 MB 174 142
213,432 213,432 0000000000000145b01710ce650f57b8d0e22bacee3f49a98d3d66dff184a3d5 0.28 MB 636 89
213,431 213,431 00000000000001182ca4dfa51e7403085823ff05b99366d72b9e02b40d0b20e4 0.21 MB 382 153
213,430 213,430 0000000000000498497951dbcd7570a455af01ad6a43a4f567a8be57133127ec 0.09 MB 146 188
213,429 213,429 00000000000003a1239f13f55e30a39e15cd4846266d019322c90e7cbb456eb7 0.09 MB 204 153
213,428 213,428 000000000000024224adb751cbef8ad16e4c666e75e29f9ca9e23c8d77f13b16 0.12 MB 258 147
213,427 213,427 000000000000009013f492564e38247614f324171bebd0fb079efa42c667fcea 0.12 MB 237 139
213,426 213,426 0000000000000313d8c67bb1d1e036d3520faf3a48189da322b3d79f33825a52 0.21 MB 444 226
213,425 213,425 000000000000002a4b2469aa83c3ae21aae7cf60ea3f04946e681eb81befab84 0.10 MB 176 118
213,424 213,424 00000000000004b7578a1ea7f82152c44d2f24335fb5c4772b3f26338238c784 0.18 MB 269 105
213,423 213,423 00000000000000ca25ff5a07fac7485ffd1a083b71d0887f6cb7e7b7a9666db3 0.25 MB 381 124
213,422 213,422 00000000000001dc7534a8b95f4dcd2743df236cdc63127079edbff6cf35b9e0 0.25 MB 669 203
213,421 213,421 000000000000042f334dbff6bf7464f57150dc9e2bf577790cc694e5f48c385a 0.37 MB 393 121
213,420 213,420 00000000000004581be222298f134cb5d0a8b50a79ea43c773be2b38021ac0ec 0.25 MB 607 195
213,419 213,419 0000000000000221637a44fdf57ecbee2490350f86271ac1ea40028988e944e6 0.25 MB 764 221
213,418 213,418 000000000000016bc10a20f09a26d95c4cf8f9c58979e7714d88cd6217792f09 0.05 MB 139 98
213,417 213,417 0000000000000295a3b319cd6da4e09e4a8db4edf065c84b129e1453254115fc 0.00 MB 9 192
213,416 213,416 0000000000000359a28ddf5916361fe6c5b9baa7695a99f163ea707abcfbf48c 0.00 MB 11 0
213,415 213,415 00000000000003e182f200dc4f106c32de683aa910672225b0e2b4cf4eae41df 0.25 MB 453 145
Previous 10 blocks ↓
Total Size: 769.62 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,652.14 GB sent, 95.98 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.