Memory Pool Memory Pool Refreshing

17,358 transactions
5.60 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,836 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (764,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,730 142,730 000000000000023ad38c75ccc20850f20aa50f1b2d43d881a11cc78ce19bb5c3 0.02 MB 47 93
142,729 142,729 00000000000006ff87cfce407f8f1f4e12626f2dff68be22a74013c2609e3103 0.01 MB 23 52
142,728 142,728 00000000000006f64ed19aa11cfbae3c08fff134da8dbc8de2fefd860960cac9 0.05 MB 134 183
142,727 142,727 00000000000009147403189355c551bcf230744d059a7ceb46d2c1e9f2da6ce1 0.00 MB 4 194
142,726 142,726 00000000000002e77249f3c87f95cad23086248a155f6e072775b45714ff8c30 0.02 MB 57 105
142,725 142,725 000000000000084aff4def3e252a352f73119d9767d09afc67c759468608551c 0.01 MB 16 151
142,724 142,724 00000000000007010a98801b00cc0e2567b015ea3ee72fe13ce0e07e68e43f74 0.02 MB 51 187
142,723 142,723 00000000000006dcfce99271602cfef14741475dde5172ee72e499e76277b8d7 0.03 MB 88 34
142,722 142,722 00000000000003c9cf52e30615b84f68304b5b5e7db7416cb07b094520fec84c 0.00 MB 15 133
142,721 142,721 00000000000003246b1c1203fafbf0990bc0949d1c704e51349ce8eea7abb19c 0.05 MB 83 66
142,720 142,720 00000000000007a0f0b2dca52a4cdd6e985281ce1464806c8e30930c56103aa7 0.04 MB 101 24
142,719 142,719 00000000000000fb8ff4020acd593630006e1ac31c18ea7db0f2e81491160a43 0.05 MB 59 113
142,718 142,718 0000000000000429695e29a228dfa368dbcb6c862134c5473e0cf002353c6b99 0.05 MB 102 84
142,717 142,717 000000000000067dd7b961f795e85a31cbe0e2ed29bebda30d521d52403ecc39 0.05 MB 88 108
142,716 142,716 00000000000004b734cd32153ef8426e7726f3f836d3c0379719cd3b4aa44cba 0.03 MB 27 1
142,715 142,715 000000000000059f771bfc25b199d2416f7234f0a3ce24eaf0a145d149fa3986 0.08 MB 120 198
142,714 142,714 000000000000002d6317a3f78829160c3e8f270d929aede4f8d32e2739e42f83 0.00 MB 5 26
142,713 142,713 00000000000005065f329adfebf6b9d446a1e65d65ae900d5b531799b34892c5 0.03 MB 94 6
142,712 142,712 00000000000003a28bf0daf45ffa4ef7f3ad8241d33e40de8c7b541ee0f2a0a1 0.02 MB 49 113
142,711 142,711 000000000000056ad87756d0a22b2e97310b7d4a4b7de75cc295d1fbbf0ad47c 0.04 MB 126 17
142,710 142,710 0000000000000517b5d5e4f309a581bea2df94f360488973fb1f3ce827602d87 0.05 MB 75 0
Previous 10 blocks ↓
Total Size: 769.02 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,624.18 GB sent, 92.99 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.