Memory Pool Memory Pool Refreshing

6,620 transactions
2.12 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,876 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,625 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,875 (40,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
867,735 867,735 00000000000000000000b50788b9a65274aafdb6260956bc4e900e8424da812a 1.72 MB 3,376 4
867,734 867,734 00000000000000000000367a60b1ccf0625381c6553cd098ecefa7c42b0aa303 1.80 MB 4,715 2
867,733 867,733 0000000000000000000213173568dfd29910dc77817b605ecbb5403fa438c873 1.65 MB 7,630 2
867,732 867,732 00000000000000000001726dbccd60b22031e392fb9a834fb0e566a24eb06fe8 1.72 MB 4,406 2
867,731 867,731 0000000000000000000120a60f5b7fc16573ff8048176e87edc22056b44f7cca 1.77 MB 5,934 1
867,730 867,730 00000000000000000002149be5d90b4995334fc8e886f70373694deb8930e8b6 1.65 MB 7,352 2
867,729 867,729 0000000000000000000089ed1c3b690919dd64be661a919548a6f3b3003a1dde 1.68 MB 4,145 2
867,728 867,728 000000000000000000004b29d847450fc66e33b066958891a285e6c4961dd005 1.83 MB 1,877 3
867,727 867,727 000000000000000000016ba799c4bdc83b5509bf266cd3d009452259d9d01d39 1.82 MB 2,330 3
867,726 867,726 000000000000000000010b2e410865399e52844fa50f31a18819b8a09fdc1bea 1.74 MB 2,010 3
867,725 867,725 000000000000000000025a17569ac8a30bb0a184ec4610281f3043fb4e49e53e 1.94 MB 2,050 3
867,724 867,724 00000000000000000000aa9fa8a2a318cfc0cfd86f2a97f7387cad134c083469 1.89 MB 1,743 3
867,723 867,723 0000000000000000000017cdaec61ed5c8764519b49b78538fbe277f6d48e509 1.90 MB 2,084 5
867,722 867,722 0000000000000000000119a1749f96798376347ae0681ef463cfb78213027f68 1.77 MB 6,122 1
867,721 867,721 00000000000000000001e2dd4ba22086f0d80e3d0bf4e0049721928c53c775eb 1.68 MB 6,354 2
867,720 867,720 00000000000000000001bea625dd34d200b68a88da487eb5ce57270182347f93 1.75 MB 4,271 7
867,719 867,719 000000000000000000003e65370aa3d01f8725d18eebba1d80b091a592cd0db8 1.93 MB 2,879 2
867,718 867,718 000000000000000000008da589cd3964786ad1540e6768aac19058ffeaa84910 1.57 MB 2,873 4
867,717 867,717 0000000000000000000201195a8801348f90824aa69a604ce57da266161c12dd 1.69 MB 5,492 2
867,716 867,716 00000000000000000002b1575af22714675b2c27db08b47cc16aa35229d77850 1.73 MB 5,755 2
867,715 867,715 00000000000000000002cd06c01786c56120d1ede8dd001db111cc15bb23a29b 1.63 MB 7,242 1
Previous 10 blocks ↓
Total Size: 769.31 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,642.80 GB sent, 94.51 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.