Memory Pool Memory Pool Refreshing

4,562 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
907,925 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,466 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,924 (791,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,840 116,840 00000000000005ee2f4e038ee1880804e26ad9a9159be19192591e521afc4689 0.00 MB 3 0
116,839 116,839 000000000000ef97b89893aa2fdb61d6f0ad6c84ef355c3c3e1c68cbdb19ec3b 0.00 MB 8 0
116,838 116,838 000000000000ef4f05e69c6e1db01f75f698084b154d1b5e8fb93a6b4070523d 0.00 MB 6 1,157
116,837 116,837 00000000000070305cb011e58008683daff23d7b3dc9ab77ec42fe90d260bf9b 0.00 MB 5 1,745
116,836 116,836 00000000000055b3e0ba5e80c02a36bda4ad985adbe6713bbbd7acdf1fb533d5 0.00 MB 1 0
116,835 116,835 00000000000064896f878af524ea2daa0f029cda241cdd5801c080de8c15ea85 0.00 MB 2 0
116,834 116,834 00000000000093941e4e8053ca16c000388c6df8e8fc57d69ebddd6fef50626f 0.00 MB 2 0
116,833 116,833 000000000000c17a6add68947f8222e890c4efae3f3f0c97c5532d9e882a0954 0.00 MB 3 0
116,832 116,832 0000000000001a87447e1a0ece5d45682448018f65e674ac3b589c1663264232 0.00 MB 2 0
116,831 116,831 000000000000491cc83fcc7a1e6bcdb959237124efce06b8ef0b8c6029940c4f 0.00 MB 3 1,937
116,830 116,830 0000000000005cebc724b35b1e21823639dd7b4a59a2acbe20c51db8ec18d477 0.00 MB 5 718
116,829 116,829 0000000000002481ba713f10cc1648efd3e60f040b630f497413b2023a45bd79 0.00 MB 1 0
116,828 116,828 0000000000007e83f65b0f9beda0f5cb84eeca0926580633aafa4a77d29f15c6 0.00 MB 5 732
116,827 116,827 0000000000000403d593925e1c4b871c8cd435fa06d660fff752a7d0f9d080f7 0.00 MB 11 619
116,826 116,826 000000000000248ba906648639edfc3da2fdd14db8f461d2cf1cb0a3fbd4bcf3 0.01 MB 16 373
116,825 116,825 000000000000381c04fdf69f2f8ceec090c6bee6ca7f098799580808fe082bcf 0.00 MB 7 831
116,824 116,824 0000000000000b406a8b4e54196b6f3db8aa1eef372f4d5d6da754a87ca3f0bd 0.01 MB 35 112
116,823 116,823 000000000000ea526f46ba4b0cf9339dcee45b5b58893e150224d4711f8d9f5e 0.00 MB 9 1,215
116,822 116,822 0000000000005653bf17e987a948ad1771c96ff108fc8dbfbd19d7b21a3c40c0 0.01 MB 15 529
116,821 116,821 000000000000e5117164068bd1bb67969672967f2ef3456cb265df00c133d002 0.00 MB 11 669
116,820 116,820 00000000000072fcda335401ccdcc19cd11a43012213bd1a572246d3dac50cb8 0.00 MB 13 1,729
Previous 10 blocks ↓
Total Size: 769.40 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,644.73 GB sent, 94.97 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.