Memory Pool Memory Pool Refreshing

53 transactions
0.01 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,794 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 3,619 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (776,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,712 131,712 0000000000000dea7b7b0ddb971a836916baabb9763fab3f375b5141b84d9023 0.04 MB 89 984
131,711 131,711 000000000000089da22b165df9787de01d889070d52ee144ccfbd12bec85c7d6 0.00 MB 7 108
131,710 131,710 0000000000000f8343c3457746289f713b8ebb431bd3e57a59940860446591fd 0.01 MB 17 578
131,709 131,709 00000000000000a491618228db761df34c2f517df9f5354b6b280bbfd1eef2c9 0.00 MB 16 271
131,708 131,708 000000000000087bdefc2f83a26b16a0c1eeb4147b66c9638b7e783908893769 0.01 MB 15 390
131,707 131,707 0000000000000c8fefd483f525086d37adb64208d584b2016a3354f2106de8b2 0.05 MB 147 263
131,706 131,706 0000000000000a422ba44ee5cf9f64359f49b31e0c21ae7db334b0446281fd6c 0.01 MB 5 190
131,705 131,705 0000000000000cb00c2b21970ec26b5067c1b140334702085402ec9223a8615b 0.00 MB 9 285
131,704 131,704 00000000000011e5d021073c35d3fd0cd53ed8dcd29e99d4297872b4b2897062 0.00 MB 12 0
131,703 131,703 00000000000003756ead8c7945cf15dcf6e381a8d1f4500798da642aac3cd7ff 0.03 MB 54 791
131,702 131,702 0000000000000f12efcfb607101db71f717022886f680e0933b9121149c82df6 0.02 MB 82 184
131,701 131,701 0000000000000f650323d9d8fdd3855ebba9543df9a8791c8d4c50aed629ff51 0.01 MB 28 1,338
131,700 131,700 0000000000000d904ef52b4e628b3b7073f06189a8d4fb218ecf65d1dd891563 0.00 MB 15 1,041
131,699 131,699 00000000000000e659bbbc5afa7d31f24b8bee2a32e0cc378c18cdbaa12f55aa 0.05 MB 107 41
131,698 131,698 0000000000000d2ce616e5428b2ccd8b989812d15c4a5734f847e795fb271a86 0.00 MB 12 328
131,697 131,697 000000000000005fa914d75f74911b5276abe7af046e1587cbc9026eb24faa38 0.02 MB 49 1,254
131,696 131,696 00000000000000e1ca0cfc888935ae84d34be6d8125805370d182195dd7668ad 0.05 MB 79 244
131,695 131,695 0000000000000cbd5918f06ab8037f3b14bf2ffadc7ea5c1bcb10d1f25fdec56 0.00 MB 1 0
131,694 131,694 0000000000000812d178c4e29e4682dd677b9f6770dbf599c8ffc374c8f9a57e 0.01 MB 22 630
131,693 131,693 00000000000008944066afec596a8540c99d8019c80e647e3bca818684b3be58 0.12 MB 194 140
131,692 131,692 0000000000000e7dd1ecf36a4e6c0399a38dfd8b2b226d0633ec2b5b8a25f7e2 0.04 MB 86 1,071
Previous 10 blocks ↓
Total Size: 769.15 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,632.64 GB sent, 93.64 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.