Memory Pool Memory Pool Refreshing

3,078 transactions
1.32 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,858 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,507 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,857 (84,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
823,423 823,423 00000000000000000002058accd73370981b707d066dc5d198a977c918febaa5 1.26 MB 1,824 263
823,422 823,422 00000000000000000000dac69eb80a24f58e47e3e0d85b9761d08bf63374ec58 1.56 MB 3,914 132
823,421 823,421 000000000000000000023998c8d4d707b5bc51a2fd04b64140e8b099fc4047c3 1.40 MB 2,789 163
823,420 823,420 00000000000000000000b062a3b5229e27a23174ed4f454a0df92058785b2ee4 1.56 MB 3,666 212
823,419 823,419 00000000000000000000643e54a3390bf3597c9e8489699c359599fef1532a8c 1.70 MB 4,955 86
823,418 823,418 00000000000000000001554ce7fb92e138c1187f9c45e24d1c1057b2a4258598 1.66 MB 4,417 113
823,417 823,417 000000000000000000014944601713ff2f279d578120518f82ae206355970c16 1.74 MB 5,017 98
823,416 823,416 000000000000000000014b71447cd85cc489061c4a7862f9752bcdac2611965a 1.64 MB 3,880 122
823,415 823,415 000000000000000000004d6fc424625ab171a8b1b514c9746dfa8144bd60a53c 1.59 MB 4,405 131
823,414 823,414 000000000000000000029470138a2361dbb818d99ca71d173b37a0dd5da48b04 1.67 MB 4,548 116
823,413 823,413 00000000000000000002a05b4ac30b080bd4cc5f67c154e10bd4d2a865244892 1.73 MB 3,999 109
823,412 823,412 00000000000000000002c7fd058904428a290acc978217452d4240485bb9b66f 1.65 MB 4,034 156
823,411 823,411 00000000000000000000893f6f181b8a2f2f5fae0c978d01064d792c6c6c5ef6 1.79 MB 3,566 109
823,410 823,410 00000000000000000003179591109805a35f5146fc38f6efb45ccba843ef8b15 1.64 MB 3,981 121
823,409 823,409 000000000000000000003203e4431cb503f9e6bf0446dff9a0ad5ce6eebb598d 1.55 MB 3,680 208
823,408 823,408 000000000000000000005024187041fbaae3f061beed340975780ff81869c691 1.67 MB 4,920 87
823,407 823,407 000000000000000000023a7a345a723f649ae045e83ae067d74d9e861e1eb693 1.65 MB 4,532 114
823,406 823,406 00000000000000000002bc75b81ed8ecdcbffb727308cb6f5d0e33b33a5a759b 1.59 MB 3,801 162
823,405 823,405 000000000000000000019652e3f1cfc659fb74f6546713d1ba7c6015bc7a27b0 1.67 MB 4,201 91
823,404 823,404 00000000000000000002865d80979d02ab7d75591e99c000e77794fe1d6187c7 1.70 MB 4,354 120
823,403 823,403 000000000000000000007c1bf7c4b645ca780266ab94d1da0a76490c92725f8a 1.86 MB 3,420 84
Previous 10 blocks ↓
Total Size: 769.28 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,635.43 GB sent, 94.29 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.