Memory Pool Memory Pool Refreshing

8,555 transactions
3.12 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,950 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,880 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,949 (466,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
441,938 441,938 0000000000000000023849d78e0e6df2cee4b6d9ed41ce754a60b3f05cd7d69a 1.00 MB 1,865 78
441,937 441,937 000000000000000002e54739ff83cfd3b3d5c9a76fa1c335ebb050f3668647f4 1.00 MB 1,154 85
441,936 441,936 000000000000000001e2fdb00ce438b70fe1b3113d04185909ae2363b0307b47 1.00 MB 2,025 127
441,935 441,935 0000000000000000025b4424240dc0ec50964dce61535b839613997bb3b68170 1.00 MB 2,494 84
441,934 441,934 000000000000000001a554a80301b1d576a3a039d574b9cfb24bc1db8d15d59c 1.00 MB 2,646 76
441,933 441,933 000000000000000000ec60043a9f1c8966ae2fdf8e081d6d611bd059c64ca892 1.00 MB 2,423 94
441,932 441,932 0000000000000000037dfbb80a53e4b65baf34ed3806a003b8f9e8dcfc31c61f 1.00 MB 2,783 76
441,931 441,931 000000000000000003d2248b361a013bf6013dac0602dc2876b244bc2d5304b9 1.00 MB 1,355 38
441,930 441,930 000000000000000000bbb38c1061125d1062f2c04bb0a83c7312da360aa709c5 1.00 MB 1,765 47
441,929 441,929 000000000000000002d6487ba474b0f36747814a2c667e97f4d8fe430b640fbe 1.00 MB 2,358 86
441,928 441,928 000000000000000000d9775f1a746a6440caa2cfbb5f5dbd05ee333e3852c339 1.00 MB 2,762 83
441,927 441,927 0000000000000000039dbb85f9031eff8db16689fda951a5b18743cdefec48b8 1.00 MB 1,844 41
441,926 441,926 000000000000000000e4e064c38bba3f9e64a8697ac748c0380ef5e58629ce1f 1.00 MB 2,569 98
441,925 441,925 0000000000000000030b698bef5bf2b2c12b6839876e26c34895fdc759b0b33a 1.00 MB 2,187 56
441,924 441,924 00000000000000000148a80a8f117478471566fa81fbc0561269acad431ece79 1.00 MB 1,455 57
441,923 441,923 000000000000000001718fa94cd6d4e90cd2afdadd07441c5fb6ee055685daa9 1.00 MB 1,665 47
441,922 441,922 0000000000000000032bfd23964f14e0c4e7f678226b4f7d56f8b577f3e20cc9 1.00 MB 1,589 75
441,921 441,921 0000000000000000028c24159b8db422e71b2f5b7e27927746130b630c8200c8 1.00 MB 2,290 80
441,920 441,920 00000000000000000320841b7f8f2f1f7568757e4126a0780875caf7ea4b820c 1.00 MB 1,418 62
441,919 441,919 0000000000000000030214612d884d0f8f90fc3990ea07cd6bb8eecb3be10271 1.00 MB 2,512 66
441,918 441,918 000000000000000003404b90b1c26bd1d07d96e1c8ba3b5b65188517722fb0b4 1.00 MB 2,472 71
Previous 10 blocks ↓
Total Size: 769.45 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,646.02 GB sent, 95.22 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.