Memory Pool Memory Pool Refreshing

6,073 transactions
3.60 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,727 (763,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,411 144,411 0000000000000938f98c268dcf86a8cb4efa000a31b6ce919ec5bf573edc86a3 0.02 MB 44 81
144,410 144,410 0000000000000718300d90eb48aeb8ff04ded8d257ae9a9285da47f8cd4bf308 0.05 MB 68 650
144,409 144,409 0000000000000292f69eab5e648eef57c590c4b96756b9d3b65ecfe834730382 0.01 MB 34 83
144,408 144,408 00000000000002face2bd36aafef9c12b6f69fe137912f21fd34d7ba9fd8364b 0.01 MB 30 175
144,407 144,407 000000000000042241d012cd3b594b5b33333bc61508d65d774c2ee5c91b5b32 0.03 MB 79 105
144,406 144,406 000000000000048ca894e0c52d7a719a7b8fa0b6d8e7bed3efb1dd3ab93161f8 0.00 MB 9 151
144,405 144,405 000000000000059290f39db6560506f27deb747d53a9f5241c9ff26dad5ee4ee 0.02 MB 34 174
144,404 144,404 00000000000006abd974e00e77a9759def788fbe94cf989db4ec7640850cb022 0.02 MB 78 109
144,403 144,403 00000000000004acffddc33c2d841d137339823ab62a5161e663582d90b83adb 0.00 MB 7 378
144,402 144,402 000000000000034825d8cc9be2bc230b09aa09ec73c559db5d75151f9fb2e0fd 0.01 MB 34 450
144,401 144,401 000000000000092cb95b3458536d6aeb1b64b713b720d6fb097c7188438f604d 0.01 MB 20 193
144,400 144,400 0000000000000152bdf5ddf5be78a058232ec315de6c6e0056db9bdfe7db2f4b 0.03 MB 97 28
144,399 144,399 000000000000032c1d7ccd4b0391a31dc601f0715bada57a9d0ed7e3694b2221 0.01 MB 21 112
144,398 144,398 00000000000008b4257f49fd64746f3c5055a628f08e158eefb1f2fb65685c54 0.05 MB 115 91
144,397 144,397 00000000000001e506e4a5954fa5f2e02ec6b498a6845a0f6c57a10e592c0f95 0.01 MB 19 667
144,396 144,396 00000000000005a7aec34c7eb39a62d059fc7c7c4b3e54c912967f971208acd1 0.03 MB 58 282
144,395 144,395 00000000000001deb47673632ac7f11a14e4d95d5f721a108e56ceaf8e82c75e 0.05 MB 178 81
144,394 144,394 0000000000000692c5b256532162aa4e246325cb6b7215d67e69a7bd4bf693d7 0.02 MB 47 315
144,393 144,393 00000000000007a1fdac9cd8694a7b31475238375f39a43bf578159240ba001b 0.04 MB 88 202
144,392 144,392 00000000000007903aa2da21dbad50444ecafeed0221738052a486fe3d54507f 0.05 MB 84 163
144,391 144,391 0000000000000101ff3c1ff5e7cb3d1933d7426c389c8a8b43cf6ca6f1ede3b1 0.07 MB 119 324
Previous 10 blocks ↓
Total Size: 769.03 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,625.84 GB sent, 93.05 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.