Memory Pool Memory Pool Refreshing

3,421 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,290 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,128 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,289 (904,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,017 4,017 00000000e86a5b1406aec394d058496f0ca3c09ef999e39c2adbd247f3be401f 0.00 MB 1 0
4,016 4,016 0000000048d52edef26381ec4baed621ab80d446d9ce70d62d32dd99da4fc964 0.00 MB 1 0
4,015 4,015 000000002c180b7aaeb0080c24b85df497e271be511aac71056b1ae15b2ad9d8 0.00 MB 1 0
4,014 4,014 0000000030068d561cd6c9571f20efc51a928236a125dcd2cdd537e4a303e1ab 0.00 MB 1 0
4,013 4,013 00000000b731a2e5d5868185288342976e947d4e2ae0def9f38d5955d44efa6b 0.00 MB 1 0
4,012 4,012 00000000310b793ce799123bb96bb4eabb46940b705d964b789137c7d0aa83e8 0.00 MB 1 0
4,011 4,011 0000000042e3a31c352dafe659cbbac90e425c5872dae689db4e5f75871e08f3 0.00 MB 1 0
4,010 4,010 000000005b1c6306ad9bf38cdb60642bc24793db171daec4986fc41eb414a7c2 0.00 MB 1 0
4,009 4,009 00000000f410270cd758d5320fc578ff3340096399cfb0be0e0fbfe297208b83 0.00 MB 1 0
4,008 4,008 00000000dcf7a5ca207952240d241fe472c3b86b254f0a9fd181949b53a1f2e6 0.00 MB 1 0
4,007 4,007 000000004ffb4b9643ef10ce7a636d348ed96129d625b11c5d471624e7180f64 0.00 MB 1 0
4,006 4,006 00000000811ada96809acbf4db23a713046e935a22f3371696cddc1a927d6342 0.00 MB 1 0
4,005 4,005 000000002e62a82f8fb2c2c278be1a30d4252db28d0e0089023ff2b5facc4596 0.00 MB 1 0
4,004 4,004 00000000810284d0982d795abaec44fe26485b8e10ad9d5d24cc45d37ee4b8e3 0.00 MB 1 0
4,003 4,003 000000004d881feccd0b3a6e808fe922d4470e4f3460477cc3a320aea737a0f9 0.00 MB 1 0
4,002 4,002 00000000a76efb404bca5553fb5f3e6afc4f377105b47fa97164ecf3a3e0e51c 0.00 MB 1 0
4,001 4,001 00000000a86f68e8de06c6b46623fdd16b7a11ad9651fa48ecbe8c731658dc06 0.00 MB 1 0
4,000 4,000 00000000922e2aa9e84a474350a3555f49f06061fd49df50a9352f156692a842 0.00 MB 1 0
3,999 3,999 00000000690d22ab76cbb5eca33cb018e36aebe4648e6ed79791aefe0f936e07 0.00 MB 1 0
3,998 3,998 000000005279df071ce97e3970db80c3e3eeba35619701831b4cbac70a0145dd 0.00 MB 1 0
3,997 3,997 000000000cd1bd9d252e0012347f31755f4ed2ddf6bb3a877c216c5474058432 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.29 GB sent, 98.29 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.