Memory Pool Memory Pool Refreshing

1,491 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,464 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (53,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
854,446 854,446 00000000000000000001fb288a68fb5db0b1b8e88ffea23c4d5b0d6f18dbfbe8 1.61 MB 4,244 8
854,445 854,445 0000000000000000000050752767d5e9789603dd6050ca81506637c939ae9d61 1.66 MB 6,425 4
854,444 854,444 00000000000000000002519be0f66df1eac4dc97142e4fbf4a906544cfa3f41c 1.73 MB 4,594 3
854,443 854,443 00000000000000000000b01e4833323c707137e15dd59a59ba2be60074adafea 1.66 MB 5,994 4
854,442 854,442 0000000000000000000253d7a80c0f7616213a2d3cf61deb319441b4a3b88910 1.64 MB 6,247 4
854,441 854,441 00000000000000000000e2c9cb4c5c31f3ff85f1f4b1c0d4b5304c4ff7df9b33 1.69 MB 6,324 3
854,440 854,440 00000000000000000001b7ada49916fb6cd44e6e88267c60872e53f9d8d749c8 1.58 MB 4,153 7
854,439 854,439 00000000000000000002d9b4c8d50f1b0ba2685aac8e088fbc77261117288d92 1.65 MB 5,327 4
854,438 854,438 0000000000000000000236b1d345179de058127427e531ebecfc962c0f742459 1.67 MB 6,307 3
854,437 854,437 000000000000000000010e1bcd0fee5aa7d94ef663d19df9cb8810f8c997ffc5 1.59 MB 4,758 4
854,436 854,436 00000000000000000003579662151db934cba7650471ff247331f8cc20806437 1.65 MB 5,204 5
854,435 854,435 0000000000000000000308901256b820f79329ecc3cb4a9739d00e01f7c54ecc 1.74 MB 4,611 4
854,434 854,434 0000000000000000000316049a045261374c35372fac2a01333cee91829d2e39 1.59 MB 4,779 6
854,433 854,433 00000000000000000001727e49e7fd8543ca861ebeae38d6a8ce949389ae24f0 1.63 MB 6,928 3
854,432 854,432 000000000000000000007b554167cc631c4fa5033d257f34b12dc3ea7be53238 1.47 MB 4,301 6
854,431 854,431 00000000000000000001ccc62a3182be782c6d885b138816d1dde4cd84baa412 1.62 MB 6,922 4
854,430 854,430 000000000000000000001c603c8a9848e11a6e17177322b02ee8b712dd08acf5 1.66 MB 5,752 4
854,429 854,429 000000000000000000009440692d2962985e6d9f501a07fc669033bc5e1fb41f 1.64 MB 7,579 3
854,428 854,428 000000000000000000025879d10e356bdf7b258b03d9697e0a227abe2a578ca7 1.55 MB 3,858 3
854,427 854,427 00000000000000000002c39b03ed61319902f2f59b4e0f8abda919e5d86e31c3 1.62 MB 3,997 5
854,426 854,426 0000000000000000000164d0bfa57e196927063250432a313e51d1a0ad82b5f0 1.64 MB 3,039 11
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.25 GB sent, 93.30 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.