Memory Pool Memory Pool Refreshing

3,859 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,039 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (764,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,432 143,432 00000000000000f0e9f26e05d1685e2f2e3f95b1e0bd0907af4fd4589da8d4fe 0.05 MB 163 66
143,431 143,431 00000000000008a48bd0a7f0eb54dc41d6594c0f7cf79a7b578cb1d24d946021 0.04 MB 92 161
143,430 143,430 0000000000000703f95af4fe048ac86afc39b936a8807ba2d7bccc95eadbbff6 0.05 MB 137 174
143,429 143,429 0000000000000940cc4b3a766e2d0058860b1e3f92f6c7320621241395355003 0.05 MB 139 42
143,428 143,428 00000000000006eb7179123a99ac04be1ef302c163f0da66f8507a4c86f6f7ee 0.00 MB 8 860
143,427 143,427 00000000000005e9e23bef79231b131bf9bb87d6b5fd77e79f47815cb9e46acd 0.00 MB 9 93
143,426 143,426 000000000000095673e8836c33e5fe321783807e54b6a661fc9870eb32883e1e 0.00 MB 15 10
143,425 143,425 00000000000002cbc919c3353bb6882db4ebaf629293b712a1201f3833d55c31 0.03 MB 24 124
143,424 143,424 00000000000000e24538ecdd8e3bba417ef033f7fd0074a8e5e0041433462273 0.01 MB 24 100
143,423 143,423 00000000000004c6330fc1e5cd73c0bacbf1378fee3d0bf8a8e45dfb1a70481e 0.01 MB 22 68
143,422 143,422 0000000000000717b712fc267af36d9f10d3cec1ecc0d0a3fd12fcd66041b304 0.04 MB 128 90
143,421 143,421 00000000000002882294475fbf4082b5b144d28836d83f8c46bcaa9dd2528273 0.03 MB 38 237
143,420 143,420 00000000000004a922f8489ef9854a337118ea9683eb4d1d1f836b1f5d25be60 0.01 MB 11 12
143,419 143,419 00000000000002b6965a82d8b25dbc378a8d51f4c7957e8d23a5058b29d56068 0.02 MB 45 160
143,418 143,418 00000000000000614912025def39262344524183c08fa2c9012ed523b24b68e7 0.01 MB 18 90
143,417 143,417 000000000000084b7a8c389296bfe9fc3dd513cece3cc1b46b6ae7c26f3a73dd 0.03 MB 88 252
143,416 143,416 00000000000007e0b400fc3a79c16e2a666f5e225317598a411bb22cf0372771 0.00 MB 18 223
143,415 143,415 00000000000007a2c623bf36d49bb60b5205d512f424e76cefd9074b1f7eac3c 0.03 MB 90 321
143,414 143,414 0000000000000618b7cda1bddf5c6fa7f2ed84567c748cc6fbf872d89fbdd4d3 0.00 MB 5 268
143,413 143,413 000000000000095d938c10ccf65cb972b640f2b8a560c38a8659630ed6244f31 0.00 MB 8 77
143,412 143,412 00000000000005143b672e721502cee7c99800f55e19f6de898c00ea3d4e6bd8 0.04 MB 62 385
Previous 10 blocks ↓
Total Size: 769.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.39 GB sent, 94.28 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.