Memory Pool Memory Pool Refreshing

2,555 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,667 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.76 vMB 2,547 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (881,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,103 27,103 000000004e84271fd03c74980a08e25d942943da61c96773eac95d6507bf1b4a 0.00 MB 1 0
27,102 27,102 00000000075d5c37e89360ce47f06d3487e78d92bac2c75a06afaafe20b95072 0.00 MB 1 0
27,101 27,101 0000000037ae36b226bd54b3994855b81da299aff9042f5115241878b5d934cf 0.00 MB 1 0
27,100 27,100 000000005fc9d585503fa5b1a23c73cbfc9d6e4dc6d6043af2b6b34c002d3f30 0.00 MB 1 0
27,099 27,099 0000000052e3ef680b80d1c8c124493b0b30657b22af6b5f8fc1e70a6ccf6d0d 0.00 MB 1 0
27,098 27,098 000000004eebc2eddeda116d89680878707c1cfc168cf4eb59970ed3da4c7b99 0.00 MB 1 0
27,097 27,097 00000000d27dcd710334eedb3eb62f6abe6a5b0e1ac57858ee5b58a7da1872b2 0.00 MB 1 0
27,096 27,096 0000000028d34ce6d33486bef43fb00f15029b1edb8781d1d4ab9bb2f29ce749 0.00 MB 1 0
27,095 27,095 000000009c600ad616f716afb0d4e07a4504bebf8c4f20dfeeff633aebfea478 0.00 MB 1 0
27,094 27,094 000000007ffc48ff80d9f225760072567185322caa0341bda2f1148bb19d9a84 0.00 MB 1 0
27,093 27,093 000000003687c1df0df2d8dc0401ee6115d837eb365a7f15df96eea48a7d88d9 0.00 MB 1 0
27,092 27,092 00000000af956a1d8dbe39517448210b2e769464fb659105efb62e35e789098e 0.00 MB 1 0
27,091 27,091 00000000cf6ef1f7a89455b4e49931c1e6d0d61638d7fdcbd0f4d760af95bf1d 0.00 MB 1 0
27,090 27,090 0000000045adeae569500995ef07321dbdf6ec819f4c7dcae0580c51233f1423 0.00 MB 1 0
27,089 27,089 0000000085e6a77d61494a28eb64d91875c9ae1bf5d08d56d5bb7eed3ecfa316 0.00 MB 1 0
27,088 27,088 0000000065776308853faaefc7886a861241a7aa6372d3bac14e1c5bfcf0f9be 0.00 MB 1 0
27,087 27,087 00000000ba0cd00cd43b63d81b415318749a019c887835fd6a9cd3897f72f9bb 0.00 MB 1 0
27,086 27,086 000000005848afbb14050250313c9f4caeeeade0c9807aab1ea4ba4c2dbe4eff 0.00 MB 1 0
27,085 27,085 00000000fd6c2d871b3b699fc4912108b693b1aa608b688605297772643a9fba 0.00 MB 1 0
27,084 27,084 0000000018fd5e0140817f274d9d1d6ee7ab412bd00e8b183bfb501e67fc5ed3 0.00 MB 1 0
27,083 27,083 0000000003b2ca05bc635a32e19a00bb57d8478f3954e2ad8aee1686b889e783 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.32 GB sent, 101.64 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.