Memory Pool Memory Pool Refreshing

5,651 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,626 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (778,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,334 129,334 0000000000000f3594e017f589c6a587ea1cb171f250a42287107b8ddf86973d 0.00 MB 7 0
129,333 129,333 0000000000001785b60d502dfdb67b935379b303e8fb4caf7af08aae1265024d 0.00 MB 6 334
129,332 129,332 0000000000000acab0a39626839b757e981da9cb55b1b1265da765953ecc82f2 0.01 MB 33 1,328
129,331 129,331 00000000000019bd83aea8f554380228f4bf96976bc277a4f09fa7bb2c9aa773 0.01 MB 8 660
129,330 129,330 00000000000004c52e1c143e8058f6401d6acf4320a0fa575abaa18923cfae1b 0.06 MB 183 147
129,329 129,329 000000000000048c786ed2782510a2557eb6334c6079746d62de642e9857f091 0.04 MB 132 2,070
129,328 129,328 0000000000000d827a9ee55f9ad6371a5906910d7e3efecbbe8d1080f9811332 0.06 MB 82 1,174
129,327 129,327 0000000000000d1c27aa7ea4133f134eaaecff2ca463bf113197803e968f9c8b 0.01 MB 30 1,174
129,326 129,326 00000000000005221ccf72654276e43ad57e85877ffe2723cd925d04fae461ae 0.00 MB 13 912
129,325 129,325 000000000000177d18aed8fa7cd35df9595115902a3d6fb3b5603406da741f12 0.02 MB 42 1,003
129,324 129,324 000000000000054992ee4ea2ccdb5de6ce94c9ae3b5513080754fc00273da2d5 0.02 MB 40 812
129,323 129,323 0000000000000608e732d27fb702a488140322e62df1adaecee330300b973d5c 0.02 MB 21 793
129,322 129,322 000000000000017da52fcd8f1745284fb3970ce71b2f2474495b36941da9589e 0.02 MB 58 575
129,321 129,321 0000000000000b133c640bab5f16120f2b46ff7354de9ecacb6b7873c017022e 0.01 MB 37 819
129,320 129,320 0000000000001d564e616cb247cdf8901d8980347e6af2685f92b1818b253410 0.05 MB 153 246
129,319 129,319 00000000000010636a97e1aa823a6b2d60b5a964f087448857190093e014a5d5 0.10 MB 233 587
129,318 129,318 0000000000000243aea58a7686235871772bc1c0e4f2344055ef08e72879b352 0.02 MB 47 1,145
129,317 129,317 0000000000001238d206000fc4562ca9eb00d664c3ca6f69d76925ae050a47e8 0.10 MB 247 0
129,316 129,316 0000000000001c8257d15ca71eb1b3ba020fea42d534c9b15172f22ed6741cd3 0.03 MB 34 983
129,315 129,315 00000000000011e4ac93a2763ebad4d0b9aa115cf9249e6e1355e69368dc410b 0.03 MB 37 444
129,314 129,314 00000000000013043a1a72f93c3836da4c02aaba47696d928515fc7442fae000 0.03 MB 85 985
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.58 GB sent, 94.34 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.