Memory Pool Memory Pool Refreshing

7,089 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,687 (103,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
804,090 804,090 00000000000000000003faaec1f1eec0e250c3cb43e0ecd00f3ab0e837d56c96 1.46 MB 3,138 20
804,089 804,089 00000000000000000001f431fc54904a5dec5e96bcb2ae4210fb482f59285f76 1.88 MB 5,259 8
804,088 804,088 0000000000000000000047dbb4f2cf696178e338d70e82957b3f7e3c3473254b 1.52 MB 2,515 10
804,087 804,087 000000000000000000032c496e772909c460028484f083e12f5819e1bf0637f3 1.67 MB 4,066 10
804,086 804,086 0000000000000000000204246e169dec850fbc54aefd5c2e5fa32f2fe7bebc00 2.01 MB 6,285 7
804,085 804,085 0000000000000000000150adb1308159a0ca6e239baea63dd09c8662a4396ad1 1.62 MB 3,434 9
804,084 804,084 00000000000000000001c8b96136da3340abb5971d459c67e824a408ef7b6ba4 1.77 MB 4,206 9
804,083 804,083 00000000000000000000676d9654946127fbac565c2fddf5dd935f1f83d0d4f4 2.13 MB 6,984 6
804,082 804,082 00000000000000000000ef3bb644debcc67fcb0f7a25cb8ad4a968722a024da2 2.18 MB 7,279 6
804,081 804,081 00000000000000000000fcf181fb0e25d7496756e80e6e666043754b2476b773 2.00 MB 5,985 7
804,080 804,080 000000000000000000036253a29db8e0c86afce0e2e00d77eb805bb164f587c9 2.07 MB 6,516 6
804,079 804,079 00000000000000000002e1c0d5397f4971d8d8978948006609013b05da506ab4 1.79 MB 3,519 9
804,078 804,078 0000000000000000000096a9bc6b867d6dec955be1904fba68a404ab7e1b8102 1.69 MB 4,137 12
804,077 804,077 0000000000000000000040429107f6cf7c4eb19db64835234c20c256d065cccc 1.55 MB 3,482 8
804,076 804,076 0000000000000000000526426ac374dd80891c8c7337228e9e9e2ee7118017a5 1.61 MB 2,092 14
804,075 804,075 0000000000000000000474b5a789683cdbc236a99214225f1286edc4915961ea 1.60 MB 2,843 15
804,074 804,074 000000000000000000053a998173e033f2c150df3cd0873d6849f79ab419f010 1.60 MB 2,000 13
804,073 804,073 000000000000000000036495cde484fdc64dfb1e28dea6a9d4f65181955d204c 1.45 MB 2,997 11
804,072 804,072 00000000000000000002fc83682e8e343cc048c41106768c0b2fdb9f81e7515d 1.57 MB 2,854 7
804,071 804,071 0000000000000000000217b2eaa9be670333e9742bbcd254b26f5f38e397c95f 1.44 MB 3,394 17
804,070 804,070 00000000000000000002cba7ae0cde5bb9672ceb413b9379ae4eb27e57cfd1e5 2.03 MB 5,977 7
Previous 10 blocks ↓
Total Size: 768.96 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,615.07 GB sent, 92.62 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.