Memory Pool Memory Pool Refreshing

14,261 transactions
4.52 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (724,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,251 183,251 00000000000007fa71c4a221cde2e9e1b968e0d3b1f42c33126f0141528fa730 0.01 MB 15 6
183,250 183,250 0000000000000982a721e876e38e82b88e57186c4ffbd3a5111578dc842bf2c8 0.01 MB 23 268
183,249 183,249 000000000000016cb3cd8e902bc05d1c36feabe53950affc955dab7d5c7c6d6a 0.02 MB 33 72
183,248 183,248 00000000000002ec6031c86fe4200e328b94a4ff619721df4e9a0a3c6169531d 0.02 MB 27 52
183,247 183,247 00000000000001ec98e968065dcf16d9252fef05bcd1768e5862a8100a38cfcf 0.00 MB 11 31
183,246 183,246 00000000000008fbd604d289a21c7ed7b5b22326361afce2dc8d24c534c2585d 0.03 MB 122 1,285
183,245 183,245 000000000000039d591fac483d2a6ab199fffa673d71cc84d970a5780531f4b3 0.00 MB 14 15
183,244 183,244 0000000000000256c21a4783049cfced1d9c7013a0dc3547e3c75cb376f8386d 0.03 MB 81 70
183,243 183,243 000000000000012f4f1ae3409bad6902314daeb3a77f7ac4fb7341655ad67f65 0.01 MB 38 79
183,242 183,242 000000000000019020f3f95e085d5d37743f237c01080854642280da79fb1233 0.02 MB 59 198
183,241 183,241 000000000000089944394d88fc66c16227f0334a5fa05c1e82c17631fb07cb06 0.06 MB 89 224
183,240 183,240 000000000000065878a284dece73185477d0b9f32d821a389ad30c756e75910c 0.01 MB 41 42
183,239 183,239 00000000000005680253bb53517011720564f4d4ff1c0d85348c43dc677cd279 0.00 MB 3 59
183,238 183,238 0000000000000698178c4ab1741f3b07f7bc715ff4c95697cba8208a0c523f97 0.00 MB 10 32
183,237 183,237 00000000000008d14d55f34573c9e2b8e18a6a7155230ba727c44827ba8380b6 0.02 MB 42 27
183,236 183,236 00000000000003fe33c0ea7c917b2e088863e72d7f364851e461d46a8e9bb829 0.04 MB 31 80
183,235 183,235 00000000000006c08c3705e04db049470c99f29f5565a4ca4480743faf3bd687 0.05 MB 117 114
183,234 183,234 00000000000009f1fb662c61f12bb44a5b8ad3b799347eee16585cbd3bd7cb89 0.00 MB 17 91
183,233 183,233 000000000000068926f150b0abb7227448bb2017bb593cc13802c093a81820cf 0.03 MB 98 28
183,232 183,232 0000000000000388eb0bca511097cf9e976423215b061bd119149041ffe65041 0.02 MB 52 96
183,231 183,231 000000000000075ec1123636a804edbf68f99cd2d668ac7e27298322766af4db 0.00 MB 10 15
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,622.96 GB sent, 92.96 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.