Memory Pool Memory Pool Refreshing

5,603 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
2 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,668 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,972 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,667 (706,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,443 201,443 000000000000017373d3f39102bb792c6090a646748a9ba448d976ab272070be 0.05 MB 124 248
201,442 201,442 0000000000000012de004dc2d0cff5bff6930e835cc8406c5715d328644e44b1 0.07 MB 239 164
201,441 201,441 00000000000003ef7227e2d9874ca2fa759a0ff2540fd2ff5acd2871b6aa9684 0.14 MB 236 209
201,440 201,440 00000000000000e12e3038a1d726530d3bfa63377ec889aded8208fa446f9e43 0.35 MB 861 155
201,439 201,439 00000000000001a5b603bd450fd8efa83a3f427c002af6b992893d79e7f5455b 0.05 MB 155 68
201,438 201,438 00000000000004e0e7ee803def3a80c3d93e0bfdc0672a3bc088f745a739e830 0.00 MB 13 324
201,437 201,437 0000000000000408ca40d8b453f4f3145ab511252abec56a098677951fa29fe7 0.00 MB 8 14
201,436 201,436 000000000000019c34230a17b702711633a098da622e8afcd08c7db6fb27d694 0.03 MB 49 36
201,435 201,435 00000000000003a3c826a317d0011daf80f927e583431ec54db708bb47d8d52f 0.21 MB 423 136
201,434 201,434 000000000000017dd29b3fdb85e581994f21c5a61e5d06fe6df657d654579b81 0.06 MB 183 121
201,433 201,433 00000000000000b3e91e13636df6ebebb7c6039d08168683f6fcc0d767a339ef 0.12 MB 235 217
201,432 201,432 00000000000005a6b35e5d9fec9b17e6c4473c18d0b4b4cbde89aa87d1ec0cf3 0.28 MB 567 151
201,431 201,431 00000000000000aa96ec30b7acbf1d37e73b4a8a98d05c2ea4414aef708ae0d4 0.04 MB 56 16
201,430 201,430 00000000000000356357435fe6d101e2a90e5b4c81bdd5fc6184540528979f7e 0.07 MB 153 183
201,429 201,429 00000000000001818167a9f22c27294b5f95150626ce020da414bc6078102398 0.04 MB 77 85
201,428 201,428 000000000000055fceffc73a9c5e2e288fccb483ec3da30a364e3c00e8ea0782 0.03 MB 29 9
201,427 201,427 000000000000053996274712108724db1752b40933ea33b4ad8c55ea137cd713 0.07 MB 106 118
201,426 201,426 000000000000000fceaaa4f52092a7fb4068ddc4995d4b43f3386179afa92289 0.20 MB 419 275
201,425 201,425 0000000000000189105bc54d1bc0d4de37b1a4d4416de62862f302eae3ceb4dd 0.07 MB 237 75
201,424 201,424 00000000000000d77e7ac0999325eb7fdb68a0f16b1f9e65f887dcc84aa4f4c7 0.23 MB 457 126
201,423 201,423 000000000000017216627cedf246399d9db552fcf1cc234bed65e7e016546a87 0.05 MB 143 144
Previous 10 blocks ↓
Total Size: 768.92 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,603.85 GB sent, 92.40 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.