Memory Pool Memory Pool Refreshing

2,308 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,279 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,301 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,278 (904,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
3,996 3,996 00000000f645dc17976a74a132108467f77ab1e12ef6d001d68437b1fe80cc02 0.00 MB 1 0
3,995 3,995 00000000e18b7e740477aac3c565ed61e91e45a5603dfa5a2cb5cf3ea834c922 0.00 MB 1 0
3,994 3,994 0000000044c8b432e9e66e7d9ecc780b78d5a7ed3c26ca2ce77bf4fd791ebc0b 0.00 MB 1 0
3,993 3,993 000000009991f8bc01ed43fab8f85ad79c6b7450034b1a24ea3888028420d441 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.13 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,691.84 GB sent, 98.20 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.