Memory Pool Memory Pool Refreshing

7,598 transactions
3.49 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,916 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (776,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,353 131,353 000000000000092cccef8c0b14767d5c5ae17b6c45279e226d5808ffb2f92784 0.05 MB 69 1,049
131,352 131,352 000000000000102fe5c6904296f7aa14c06a5b11972052faa458e98903eda250 0.05 MB 167 251
131,351 131,351 000000000000094c017290273c5241a5aab361120e92bfad5e36f7137c5e6ec3 0.00 MB 9 1,525
131,350 131,350 0000000000001132b4660387dde8594a501b3967c5ce5f01c7a3f89d1ee7bc9f 0.00 MB 10 978
131,349 131,349 00000000000011f5e217a0d9464c5e0ee75eaaddf8758111fec268ab5c598a8c 0.04 MB 95 697
131,348 131,348 000000000000073c02980dce50f0c687813a3180d6581c425e47626992c21e79 0.01 MB 25 1,235
131,347 131,347 0000000000000043b581b509b2088d6a57fb84f4ef4189053979e852467b6d87 0.00 MB 1 0
131,346 131,346 00000000000012ca734f48034b68122be3d6df22e69fd96fcf35153e120a19cf 0.01 MB 20 146
131,345 131,345 0000000000000e9d085d44098ea294f65725e2073f042acd81f1ba3772b4c46e 0.04 MB 76 881
131,344 131,344 0000000000000f7656798f35467cdfeba868ab62b5e5d64fa79b2631afb1ab75 0.01 MB 18 1,363
131,343 131,343 0000000000000acaa97fb729f6b2ce8486a26fb3fe7c97ecdab844feb7116012 0.01 MB 17 1,397
131,342 131,342 000000000000058e6bb98e14c5218aeb227c0b7b02f60e44327c13b786ff43d7 0.02 MB 45 820
131,341 131,341 00000000000007d912b179cf5e7ab60a99125f80b1db3946d7d40d87fe31ef37 0.01 MB 36 902
131,340 131,340 00000000000012ad13fb597077ef5e57b941b40ef42318c416cdb601f569a579 0.00 MB 9 525
131,339 131,339 000000000000078eeb09cfadff0bd245ab220f51132235be0d2a68def8fbc011 0.01 MB 10 1,076
131,338 131,338 000000000000085fd25283d4fd01811a00d557b175e8890636bcc69fa9fbc7ff 0.01 MB 15 1,675
131,337 131,337 0000000000000ef726e5064597610f9de669f2dbb418d56da19daa2f76a34c8d 0.00 MB 14 1,630
131,336 131,336 000000000000114c192419127b21284cb608db050baf3e254ac8d28acb31ebdb 0.04 MB 88 642
131,335 131,335 0000000000000beb1a23e41bbd0d8eb009e94c99521e185bff315f6e548e872d 0.00 MB 8 1,403
131,334 131,334 0000000000000753ce60e25919ec7d5aa7f9a3d944be0dc3f0d4c40302948921 0.04 MB 97 516
131,333 131,333 00000000000009367d838cacb745624f004495e1e06f4a9a4449e03f1ef471ec 0.01 MB 17 1,756
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.87 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.