Memory Pool Memory Pool Refreshing

3,000 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,305 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (600,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
307,316 307,316 00000000000000002608c94093a4fb3a4b2c756a60404cb73e36df513742a9f5 0.01 MB 29 27
307,315 307,315 00000000000000003d67f33a454d14b22d0c22ed18fe7d31b228c09e8afd1540 0.02 MB 48 29
307,314 307,314 00000000000000003a64b5a2f0a58a77d9eeac7b472680a4ff3296769cd28fa7 0.19 MB 353 26
307,313 307,313 0000000000000000187a2bbfca1eb201a88324867691279f8865c834c659d3f4 0.01 MB 32 27
307,312 307,312 00000000000000003bcdca9ff67e5fc156bd4cd141c1ad9cc88d783ad1f1998f 0.04 MB 46 19
307,311 307,311 00000000000000004720af78e7ccc03af5e8350ea0715fd772c10b3109a37c4e 0.21 MB 273 26
307,310 307,310 0000000000000000426049c4ba8018c7c14d2176053942c6ac6481c7f5b7ad6f 0.01 MB 20 27
307,309 307,309 00000000000000000128b62458b9d9313e6f2193a44e4e935caf954eb0547a21 0.19 MB 341 21
307,308 307,308 00000000000000004186f3589f28bf73f4718948307065cf717a8e503c0b74d0 0.01 MB 9 25
307,307 307,307 00000000000000003f90123fab5b8b5402069eb53982ab348b06f8cf322cc109 0.16 MB 171 20
307,306 307,306 000000000000000011cee82ba06c35dd4e62197b712edebb6a3e7b75e6e4ef27 0.05 MB 82 23
307,305 307,305 000000000000000028bb663cf7f115dc27166fb53b67c87a7b4128e5128a62b0 0.11 MB 157 25
307,304 307,304 00000000000000001968a5e2c71ebce645d181982946ff88d488dccffede0898 0.01 MB 23 25
307,303 307,303 0000000000000000114d8ed6561aee2d5057912d6da07fcafde18acbf252e17b 0.31 MB 489 28
307,302 307,302 00000000000000004d1342d844e739cfd6f2ede78c21e66dbcb1454e29e8ea48 0.01 MB 27 28
307,301 307,301 0000000000000000500dd2fd2a9fd9e07c5e94cb67f0b5cf5475b1ca388d4ac6 0.05 MB 90 20
307,300 307,300 000000000000000000e53fe05a39ef4fa894ef1851295165b2c84996c00dfa1a 0.23 MB 258 15
307,299 307,299 000000000000000001fd9674068137a324868d68d5e6cee57fa5a7e7e07d439b 0.09 MB 193 41
307,298 307,298 000000000000000000aa182e7da69dcc9dea067bcae2522f0e1d501fe1d83816 0.01 MB 29 29
307,297 307,297 00000000000000004850fecaa46500b229b61a48c05bb1dad723752edfaa1dd7 0.30 MB 532 30
307,296 307,296 00000000000000000d5c39e6ba3ea109452a9e4ebf1cf71ee76f1a11c428d7f0 0.23 MB 415 28
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.