Memory Pool Memory Pool Refreshing

8,593 transactions
4.33 vMB
Show Random Selection Loading Transactions
Max Size: 23/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
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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,181 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (906,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,450 1,450 000000003077f52fca44f7881567de49c2d816c25435a32bfc104c2158d709d9 0.00 MB 1 0
1,449 1,449 000000000aa1de01ee09679ba0b9454a814d3439af3c9ef5ada73e54c6c3f6f8 0.00 MB 1 0
1,448 1,448 00000000a968eef92dc53c5a70be90bf1b96b4e3cabad694806476d038f54774 0.00 MB 1 0
1,447 1,447 000000006635177dfec02298a4cc0a3ad3091c8e34924a3d6cb50c8019b18007 0.00 MB 1 0
1,446 1,446 000000000a40b0bc6bf7d848c0c3276f2d315ca4bcf3b42c53b470c5bfe31a94 0.00 MB 1 0
1,445 1,445 000000003c8b441c72e5da4cf42a254cd0bd124aabdf0e3de31a9314d461104a 0.00 MB 1 0
1,444 1,444 00000000575d08bc344342ed03b0efb608b4dbf8e172bf6bb60aed30954c1036 0.00 MB 1 0
1,443 1,443 000000004504bbe882c8093ab41036ffd2ef264ad0b88ad96a2e56fa73aac44b 0.00 MB 1 0
1,442 1,442 00000000cc55e4386c9058a04888ac9680d2a767b3d7075dc0c680f5d699e548 0.00 MB 1 0
1,441 1,441 000000009ea40eadbe623ae735d05ed6b57dc821bcd1d871e1b032fe939f5c8b 0.00 MB 1 0
1,440 1,440 00000000ad67cba546e7a036e14ca28e74d1d092218236b8bb6f0b420dc12d59 0.00 MB 1 0
1,439 1,439 00000000a37055f99a4c0ba0c418a30d4d27c2c97ecb78211e01f66d34701f59 0.00 MB 1 0
1,438 1,438 000000000e262c2960b79e930fbf40dc1ab67fa5c74becf72251ecefd07e54ef 0.00 MB 1 0
1,437 1,437 000000008f346cd97b39692b44d0cfc824c4f19454bbde5f26f5d03434751fbc 0.00 MB 1 0
1,436 1,436 00000000c6bdeda56c538ca9a63a2f0e46c5e3df8c0eac955300f1964f5cb1a8 0.00 MB 1 0
1,435 1,435 00000000d90d095ad40666d8ad56af00b8c8b32b39a79301ddd58a35e0176654 0.00 MB 1 0
1,434 1,434 00000000570833758a30d31d67e8e6fd8c56488173e9a71f4fa7be920b93190c 0.00 MB 1 0
1,433 1,433 0000000072c277adb4922170496fe2f181fd6b3c66103f8284e01818374aaf34 0.00 MB 1 0
1,432 1,432 0000000067581e59bebbbca4fbf396f7395cb89e4470d3875fc3d28198b464b8 0.00 MB 1 0
1,431 1,431 000000000f74612866d64e628be188be845fb0a1fd8a0842ff4c7dd44fd1565d 0.00 MB 1 0
1,430 1,430 000000000009606d829b157912edb060c406b519fb2bfcc1078c196b69c67e49 0.00 MB 1 0
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,625.82 GB sent, 93.04 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.