Memory Pool Memory Pool Refreshing

493 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
908,435 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 493 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,434 (815,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,541 92,541 000000000007721d16845d491302ee2c7a8e8a3310d9cedd6c007659ff2ada4f 0.00 MB 2 0
92,540 92,540 0000000000012741f0a043f15e75152e1250f29898769ea47f2ecd975cd26e7a 0.00 MB 2 0
92,539 92,539 000000000009de49f40b9e0451f04537fac2e6b42a8f0a07ba63f2f70bdf2230 0.00 MB 1 0
92,538 92,538 00000000000703cbb233d2435cc296d1a2a917dae734d7a5051b5df2084d7546 0.00 MB 1 0
92,537 92,537 000000000006f27ec234211fad91d26a1310091fdbfb165767d0b3d836c1b54e 0.00 MB 1 0
92,536 92,536 00000000000a7e6c657a822f58e8201fe65d58df374ab2ab06a22e303e6b126a 0.00 MB 1 0
92,535 92,535 000000000000b52bb22cdfaed7d3d02f3b2b017e49e325c249e075e08d6b9b95 0.00 MB 1 0
92,534 92,534 00000000000ba9a5a003380f42dab91ebab9d4eebee1680c9d062679f668c808 0.00 MB 1 0
92,533 92,533 00000000000b218fe7a81eb9a34a29dd38cb86d878dd2066815d5bb1f4c2876e 0.00 MB 1 0
92,532 92,532 000000000005c500c9a2afa069b7b33b411d2f9d15db37e931d1edd896528f71 0.00 MB 2 0
92,531 92,531 00000000000102a8af5702eecc55cc268dfd2492ae5ffb8a6b48f7eec5309ab8 0.00 MB 2 0
92,530 92,530 0000000000005da16f12a5a7490e02df7df8a0530eaaef60b63e7d3edf6587b6 0.00 MB 2 0
92,529 92,529 00000000000347248ab165323b49584df8cac22614db1b044d1ae0c264810879 0.00 MB 1 0
92,528 92,528 000000000008a779f5a88bc289ea72ec1f9c472c721f1ff3a03c03341cd47db1 0.00 MB 1 0
92,527 92,527 00000000000ce77251d7213239cc6a94af2f47495caddc88ba3767c9388a628c 0.00 MB 1 0
92,526 92,526 000000000008d7d5d0a908bfe9da840155dde5fd425e15dd246adc255fd9dc5b 0.00 MB 1 0
92,525 92,525 0000000000075e5e3d0142013aaab4b00e5d71ab547f2b696806f557c8364867 0.00 MB 1 0
92,524 92,524 00000000000a064a198a6aacbb2cbfad8c551ec7c9d769999bff84a68db836a1 0.00 MB 3 0
92,523 92,523 0000000000051b8784e737082dd0a7aea79dc90789a449697f654e9d607cc6a1 0.00 MB 1 0
92,522 92,522 0000000000071e93289912f090c62442a34c87900d867bf7f433f6c2c0178499 0.00 MB 1 0
92,521 92,521 0000000000004634f61322f545621466fc28235596bbe28f03d04a7ebd082b9b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.51 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,773.34 GB sent, 99.61 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.