Memory Pool Memory Pool Refreshing

3,978 transactions
1.20 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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,665 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (477,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
430,044 430,044 000000000000000002e06695f40d69238a11703fcb6f521cdc41f542bdc40c8b 1.00 MB 2,296 56
430,043 430,043 0000000000000000003f4a80a2fcb9c756092701dfcd8ddeef4296d9e700540a 1.00 MB 2,908 78
430,042 430,042 000000000000000004d577ea61a2dbdb498bfa2b097c82ae70cd28759c1c8ee4 0.21 MB 511 57
430,041 430,041 0000000000000000035012dbb520560db5b035c6e0569889f721f966c7164cee 0.33 MB 902 45
430,040 430,040 0000000000000000021aaf81758fea6bc310d8fd190fed3cb11cb4f64a094cbe 0.29 MB 103 14
430,039 430,039 00000000000000000146be61caa5acaa056b226d1b8f57e8542a5434ce727906 0.30 MB 681 58
430,038 430,038 0000000000000000017670be8f8209f18cac44b907c5a39e271b61eb288c3411 1.00 MB 1,368 34
430,037 430,037 0000000000000000045136bc624f7820ac36b8efbba2a9a90168903e68d83fca 1.00 MB 2,666 66
430,036 430,036 0000000000000000006f93ca8ad75e267d33b706ba2dcd1f3d15a39bb0433525 0.44 MB 885 49
430,035 430,035 0000000000000000004836b21c6f12cc5e7154547d29225699e50f7292e63492 1.00 MB 2,327 58
430,034 430,034 0000000000000000046c7901485c6c4135070fbad6fc94f0a59307fc605b9e11 0.22 MB 197 41
430,033 430,033 00000000000000000127a2e11ba1d339265775dd1f9fdcd0c0dc2087c5fa3bd5 0.70 MB 1,061 70
430,032 430,032 000000000000000001737d7eefb3a10a696ab9a59c2efac26605240244dc86ba 0.70 MB 875 33
430,031 430,031 0000000000000000048354f45d2d6a3c5d223f95b1641b1c4d7e17c986815a2e 0.32 MB 630 46
430,030 430,030 0000000000000000044c58afc7bc69a0d17ca3050086dc3337bd5025b6a84668 0.02 MB 47 57
430,029 430,029 000000000000000003ee88f3b94b831987aa0d219a93ad6ad7039d539632792a 0.08 MB 152 51
430,028 430,028 0000000000000000009cd963cee36e036d1e8d97894fb4584aefeba5a759e0d0 0.41 MB 915 55
430,027 430,027 0000000000000000004d23015c6a0b87f059fd7d533cc516d1305452948e86f3 0.64 MB 1,515 58
430,026 430,026 0000000000000000020546e4058e4c75654ba93ffe03d3415a6f0b1080ca72cb 0.61 MB 1,289 55
430,025 430,025 0000000000000000038ae40f362289d858dda52a4a7def84300ffed9c8a1617b 1.00 MB 1,506 35
430,024 430,024 00000000000000000072dcea979fc8f8724eff3a4f8450bd80215427f305c2d1 0.28 MB 686 62
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.