Memory Pool Memory Pool Refreshing

2,345 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.62 vMB 2,341 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (839,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,581 68,581 000000000100cfff898a2c4680a4437ff49510eacf60c4d9d64e581b2a3f1630 0.00 MB 1 0
68,580 68,580 0000000000ac877295a168d13a60cdc69bf0253da0e7abac69bf01d1f9d7855f 0.00 MB 6 0
68,579 68,579 00000000011cf5438ba41807e757d959138e541c41a4fa499768d523b8b752e4 0.00 MB 13 975
68,578 68,578 00000000011c646ed9b56e290423f0d897b66240fbff8cf2be23c0ad47c46a2d 0.00 MB 2 0
68,577 68,577 00000000010a1666dfbcf050523876e53555eb80df3efcf8680bf20fa2d5511b 0.00 MB 3 2,079
68,576 68,576 00000000012e58724548a7420e01073d9d67411ffb167bcf1b0312c825f3a089 0.00 MB 10 1,030
68,575 68,575 000000000041c430d81edf8596a447af8b7dd0384186c1fdd8a77e5a54c129e6 0.00 MB 5 926
68,574 68,574 0000000000bd8c8fdc4f97a5426d7278397cb9e142e77adf3d4387da143ed71b 0.01 MB 12 0
68,573 68,573 0000000000c88b7649c872b6841288a8e61470cb97c0a1a7ecb03958d0f78e26 0.00 MB 4 2,967
68,572 68,572 00000000014125edf69df71a764938c99d85fe4ffd2c46c3deff0b78b6bb18a1 0.00 MB 1 0
68,571 68,571 0000000000bcece0b1fe1c8e95fef919197af5ba83fc5d49b3ddb52d22bcac5f 0.00 MB 1 0
68,570 68,570 0000000000dac51f9dd31f1cfdc65f9df6f150a218ad466b18c5f8db20215646 0.00 MB 7 0
68,569 68,569 00000000009fd085f6b7d76da3a29765656160eb08810497cbc3a1aaf23e94f5 0.00 MB 3 0
68,568 68,568 00000000007d3b68145dce466600ed171c49cc8a4066b46ca88ce0f8cae39faf 0.00 MB 4 0
68,567 68,567 000000000134ceea63a2d269fd1ef811e1425161dfb914f8ee634b5f6edde659 0.00 MB 7 0
68,566 68,566 00000000012339c34c9b4793482c1e0f57da6e5b35da47af2f6aa4a52192dac6 0.00 MB 1 0
68,565 68,565 0000000000bcf99856c2f8d0a51fe92fa59dac7e66564b0e338a3896e3b443ea 0.00 MB 2 0
68,564 68,564 0000000000cebc2e1eaa9cd43e9bbd31a1dabc7faaf3442a9cab04a10990a9db 0.00 MB 1 0
68,563 68,563 00000000005ae576b8ec1d9ee7b027509b34fc88fd8ef76fde5d6623f73c6e4d 0.00 MB 1 0
68,562 68,562 00000000000ab68e15a4a60507bc83f3301514efb8bd0235d78c576fb02af518 0.00 MB 1 0
68,561 68,561 0000000000f410eb13405d10f4a18eddfa4683c6cb40cb6fa203e9743585c8f0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.74 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.