Memory Pool Memory Pool Refreshing

2,056 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
907,934 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 2,033 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,933 (804,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,449 103,449 000000000001e5d5bc0cef64bda545b8be724cfdf3001cef3dbfe36e98ea4d4f 0.00 MB 1 0
103,448 103,448 000000000000851d5864e6f4b99927092d289d3e8ef9ec327c0ddf10093ca7ce 0.00 MB 2 0
103,447 103,447 00000000000033b623ebcafd7f95ee650e6208bee2b3f7d56d1bb6b49e434065 0.00 MB 9 0
103,446 103,446 000000000001149a0f35b7b80b85b5ce420a2f8ba5c5f5dea2719f4720041ac7 0.00 MB 12 0
103,445 103,445 0000000000020d4f5b1444b6a381e44f9b5aa330a54c78a6fd60f05a1a2f58d6 0.01 MB 21 0
103,444 103,444 0000000000016fd49b0d7b2a14ac0d39c4a23bab271e0d3d4ed4f53669d1d727 0.00 MB 1 0
103,443 103,443 000000000002309023fb51546935e31c4fa58e3582052bbcf09d9d90e023d1c8 0.00 MB 1 0
103,442 103,442 000000000002d35c9b58fdec4c2dc29805105593f8190248001ec83f8b5b6a70 0.00 MB 1 0
103,441 103,441 00000000000039f78d9589cf591fc4438a05dd9a7184a87a25a096ac86b3c5f5 0.00 MB 7 0
103,440 103,440 000000000002418962ac66e27464e18853dde27d21b498c0f2f3a524254a462d 0.00 MB 8 0
103,439 103,439 000000000000a80e72592ae2defc14eaf6167537930e38ad5a6421822c629c44 0.01 MB 22 0
103,438 103,438 00000000000359b454944cd3e0f24d47ae15d1255af7eb68531a53109a3c615b 0.00 MB 1 0
103,437 103,437 000000000001fff123e91ecd6f2b4f403a10c33f5c86b74839d5a7a859f8fd50 0.00 MB 1 0
103,436 103,436 000000000002a9c28a2c156a7d40529b4fa57e74b138888f619d7bbca70aad84 0.00 MB 3 0
103,435 103,435 0000000000026f87707417a94866de37233a5c3a1bbea85f06f1d3d5c195f73b 0.00 MB 12 0
103,434 103,434 000000000000f0ece5f3a47d67bd21b4366b0d09a8e2f1f54f6833c104f44778 0.00 MB 18 0
103,433 103,433 000000000000728234f6bd22cfc3f36c68a86b62be67bc8436cb3ded23119884 0.00 MB 1 0
103,432 103,432 000000000000784dd9b4d4287a36d5db4f97ab1b7cf26595f7b81921acb47348 0.00 MB 1 0
103,431 103,431 0000000000026706d12eeef754fbc2b4c8b50f6400f10e6d691601f5688bb7d6 0.00 MB 1 0
103,430 103,430 000000000002796195243ac25ebab35c9ca619d3618e4ed5fc8dc9c8061e9e85 0.00 MB 1 0
103,429 103,429 0000000000007b11c0586aa4e36d3a6eaca5eac5d8440ec9137cedda37ef54ab 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.42 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,645.19 GB sent, 95.03 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.