Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,544 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (816,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,554 92,554 000000000002f49777187202d5ed27576e9eceb1f8eb674133334541c7f47dda 0.00 MB 1 0
92,553 92,553 0000000000044b22b1f5c8ba0a900741cfe2bd115cff3f949eb987ef7caa0e56 0.00 MB 2 0
92,552 92,552 000000000008d74f95fae753411bdeb12a9d67d82d45879aba3ad873796f7c86 0.00 MB 1 0
92,551 92,551 000000000005168b1ebfb40ec1a00d138c7f0bf6c224d045deea0bc75da73326 0.00 MB 1 0
92,550 92,550 00000000000026addff2a345bf712de7ed87710a24bc9c3440576eff2d35d184 0.00 MB 1 0
92,549 92,549 0000000000047065182353236f20f24444a498551a270b2eb0a4680f46e969e2 0.00 MB 2 0
92,548 92,548 00000000000b697ebae796f78947f6846e0d245244a065534ebabcf69d956568 0.00 MB 1 0
92,547 92,547 00000000000dcd909ce113a30f234bbdd70f707c108ec5e87c14a4be04330e59 0.00 MB 1 0
92,546 92,546 00000000000806c1a27fe76a8d9d620ff6865996b5b9a384aa8ca9cca0b6d689 0.00 MB 1 0
92,545 92,545 00000000000c8aed8c2cbe35bc1f8d762872230ce2cbf4fa0ab0158a2e3b0722 0.00 MB 3 0
92,544 92,544 00000000000b677cd66c58030e5a8c44622e0406daa25144f8344b242d141b7e 0.00 MB 7 0
92,543 92,543 00000000000d626e725e0180bd18213fee8cc22b4784469774bd19601d61b267 0.00 MB 2 0
92,542 92,542 000000000003077d2f096de9cb37202c2e1afc72310e00df37e8dd16a771b67b 0.00 MB 3 0
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
Previous 10 blocks ↓
Total Size: 770.76 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,848.06 GB sent, 100.75 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.