Memory Pool Memory Pool Refreshing

427 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,531 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 407 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,530 (809,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,436 99,436 000000000000541550e0cc8232e177ffc5a132f9edf085034be2ca0af85f9cb5 0.00 MB 1 0
99,435 99,435 000000000001c1a7bfa825f663b1c73bc732d16e5950bf68cb94364c000f9745 0.00 MB 4 0
99,434 99,434 00000000000329db5a47f71a233c9b3ecbd8ec31c627ba13d2b26597fd19fb58 0.00 MB 6 0
99,433 99,433 000000000000d175450877946a26a0d05f8cc5f98bd144728bdb482b63220b17 0.00 MB 3 0
99,432 99,432 00000000000032708b8c867ea1482d4c865e9f7b712803e30cda8890d50dc09c 0.00 MB 1 0
99,431 99,431 000000000003db0e4bf3804fb80db810a618bed4c136490bd6695ee764468d5f 0.00 MB 2 0
99,430 99,430 000000000003921f3daf4a0480947baacfffe0acd5a4fd0905228c7a8b7cec9b 0.00 MB 1 0
99,429 99,429 0000000000047d4bc58bccbe0ba253a3f2db7405b4d8143b4345b0e3055b5e1b 0.00 MB 1 0
99,428 99,428 00000000000192187b6fcf372b64cb9a98fd822a22fcbeb2000c374d3087a5a2 0.00 MB 7 0
99,427 99,427 0000000000040da96d4be664a91aa63a62c201d5d2b00c1643126aaa433e73a2 0.00 MB 3 0
99,426 99,426 0000000000008bc4fddfe37802c2ec6c8b4ed384c3208e3d5b4403f688c8e2f5 0.00 MB 6 0
99,425 99,425 000000000001f4aa2dbde7805fd92d616959d215714eebe748564c5ed0c1b087 0.00 MB 3 0
99,424 99,424 0000000000010602d7313c12a963830e88bc4735113ee56fabcc9211b34ac717 0.00 MB 4 0
99,423 99,423 0000000000036ba759aec9ad87e583762bfe38a2aaf530cd6506f0a68e51e152 0.00 MB 6 0
99,422 99,422 0000000000004156c5e9e115ebd9fcfe89b9e747ae17ff69b388934983303634 0.00 MB 9 484
99,421 99,421 0000000000028435af20760f2d0f9ffce0461677157ec38a34aa6fb95ca69694 0.00 MB 12 0
99,420 99,420 0000000000015c3470bcc5a4090cf45dccc20a5a87744b8a307e93e22841a879 0.00 MB 7 210
99,419 99,419 000000000001d59a5d8f4052901eb7da2fd360098581e1529f7a5c228181aeed 0.00 MB 1 0
99,418 99,418 0000000000036a6b79f5602297d40a907bacb486ac1d83f252dec5f3c426389e 0.00 MB 10 0
99,417 99,417 0000000000020beec7e16b5dcb2d7a9f30f92c78824332c7a7e12d3294f9ae20 0.00 MB 12 0
99,416 99,416 000000000000dc68c2493a383dc14e7107e92757b5bd62fa04d1c9bf420a57b9 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 770.68 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,842.29 GB sent, 100.39 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.