Memory Pool Memory Pool Refreshing

5,592 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,059 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (754,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,412 153,412 000000000000016e2269ff43d43e1409a7703ade6556d0443284c10a33b7091e 0.01 MB 16 64
153,411 153,411 000000000000061efbb7789a5cd6041a033f7ddd8259e6ac5525dca3c193d1f1 0.00 MB 9 62
153,410 153,410 00000000000004b9c06dcbf9436e19caad9a6d37fc6550217d64cf1550cde3f8 0.00 MB 9 63
153,409 153,409 00000000000008f79a9dd711b3ef91acee4ede2e9bcbcc479000cc19b82ab086 0.03 MB 68 136
153,408 153,408 0000000000000b4d46b0a74e2d37d2909cf4fd65d901892f3fbbfccff735d56f 0.00 MB 13 0
153,407 153,407 00000000000004fb6cf24e61e365a596ee30dcd721ce4e0e04081ef6254aa7f7 0.00 MB 14 82
153,406 153,406 0000000000000708cd66c0f96f08436531c387b980d59bd403fe8375b2ce398b 0.02 MB 52 89
153,405 153,405 00000000000004f05f35338699e57e4a59a228a966bfea96e1e8b35a704284d1 0.00 MB 7 0
153,404 153,404 00000000000005b8e78d2816d445b8dc3bb3599f2e3d0c83be4d782fef52a2f0 0.00 MB 8 33
153,403 153,403 000000000000010736ceba1554f7678a6392affadeda9d9a7b6cc3cd1e5bf482 0.01 MB 17 22
153,402 153,402 00000000000007d61c0453d8c58140616833fc5336fd6b1be7582ec5e326f3ad 0.01 MB 39 14
153,401 153,401 00000000000004fd66c1a86fa104d036ae8dc0b348774d19110d40f2c071944f 0.00 MB 9 24
153,400 153,400 00000000000007e459943bb2c1934eae6ea8d63ed2f19837cb118bb562c4e1f9 0.00 MB 8 372
153,399 153,399 00000000000009e579b4ea1ee460b0712f3fa8f893b3ad07dc536e32c19225a6 0.02 MB 49 9
153,398 153,398 00000000000000f334c0d21aa2e19d592001c825d25b4a21360e7d98261a4baa 0.03 MB 29 117
153,397 153,397 0000000000000aaa19a46633cca3e9a2c3c7d58f7f72e8b69a3c73bef795eea9 0.00 MB 11 307
153,396 153,396 0000000000000989f864bd64abd4033c9551e27e8f4651895a1d7fd914c5901d 0.05 MB 129 26
153,395 153,395 00000000000000fffa9e33befcd3a3b63e13539e0bbdf76fef8951abc442a9b5 0.04 MB 67 95
153,394 153,394 000000000000011da6f1cee84b0cd6050562026c2c1c339a6a998311fd1819fd 0.00 MB 1 0
153,393 153,393 0000000000000c0151c6427d1aafdbf3bff0eaa244268068fab38cea47cb4ba4 0.01 MB 14 50
153,392 153,392 00000000000007569365c735cdf1f43b7499a646ea341a1a613eeac150249386 0.01 MB 20 19
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.