Memory Pool Memory Pool Refreshing

8,131 transactions
3.98 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,079 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (570,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,794 336,794 000000000000000008f31fa850e17433a8b0e7aafd11f101c064dd08bea170ca 0.06 MB 83 16
336,793 336,793 000000000000000009ebb3e476afab04527bd3c7a7cf9df04cd3e4eebc4f4b87 0.66 MB 1,229 23
336,792 336,792 000000000000000013e7e64f5bd538817e290aa10725ab1684942bf5ca9c97e7 0.05 MB 128 63
336,791 336,791 00000000000000000b3f2480fb77d3c7146a1ff63ffdb1fb21c65f319bafee30 0.15 MB 248 23
336,790 336,790 00000000000000001303de645e66ccde7ef328f5d9d4bf1ce0e2975cfe976427 0.65 MB 1,347 27
336,789 336,789 00000000000000000c471c7622d6aaa54fb7f4691ad967c5dfc864b89a87c9d0 0.17 MB 293 22
336,788 336,788 000000000000000010d87e174183cdb72dbf0bad78915d2bd2cbb9cf2ce674dd 0.27 MB 415 17
336,787 336,787 000000000000000002c760ea9df913b27cd5e8238bfc2f341ebce45dee3930d3 0.75 MB 1,611 54
336,786 336,786 000000000000000000e284e99ff10e6b56cae31100b37b60e69c71c622cef918 0.19 MB 323 21
336,785 336,785 00000000000000000e474d44bfe4bf717d673f5a359a672dd67af1818b0438a2 0.29 MB 659 27
336,784 336,784 00000000000000000bad6b8a6816a69fe2ee599355561ebd6c5e65c8dc35c6a1 0.70 MB 1,351 27
336,783 336,783 0000000000000000073116a0cce16c8ca25d53da4714c9595d36e3683070e06c 0.10 MB 89 17
336,782 336,782 0000000000000000110d4f4927ad16bc008bde8da3bb588c244f2425beeccf83 0.10 MB 191 28
336,781 336,781 0000000000000000002d8e75adc5fc330c9f6adf6355ab3b08b6bfd01454cbb9 0.43 MB 688 38
336,780 336,780 00000000000000001a1b32525e0ea4ca8dbe480f1c756d22ee5a9247e47ec1be 0.81 MB 1,516 29
336,779 336,779 00000000000000000e422440094f0f4d2382bd731f591dca6d56694586f41687 0.75 MB 828 16
336,778 336,778 000000000000000006f1452b8d60b95a67771fcb8310ad1c448145b61917a150 1.00 MB 3,033 40
336,777 336,777 0000000000000000161272c1020963773b6e76f4539c77f4596ba9c5dfac3009 0.26 MB 557 31
336,776 336,776 00000000000000000ea16c8f76e3c0158a34a513c6587f5b68119f8f8c547a20 0.18 MB 258 18
336,775 336,775 00000000000000000e82f4b5b1d26e25ee7fd2587731eaa184ddd54ae774e6c4 0.10 MB 243 29
336,774 336,774 0000000000000000057315d7ac30902e29fee65c8fe274d326467ff5cb04dda1 0.05 MB 105 21
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.41 GB sent, 93.03 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.