Memory Pool Memory Pool Refreshing

2,593 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.74 vMB 2,573 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (801,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,523 106,523 00000000000020a0a5e8fd2556092c8cc99efa9ba9decf55f57e7bd60caf0149 0.00 MB 3 354
106,522 106,522 0000000000007457a167b1c9b8730770f104229f645e6317884331db9a285299 0.01 MB 23 0
106,521 106,521 000000000000e281caa249b1c58ffb6f772e4d138e3b1d0eab2e6f2925d04e4d 0.00 MB 2 0
106,520 106,520 000000000000d0db812b8e4c8a914c2be0e782d9a797a753b6317b57d0a77505 0.00 MB 2 0
106,519 106,519 000000000002b7c1fe659d9d1e6d217a757f5e6cb1767ecd21680ff37fd928e1 0.00 MB 1 0
106,518 106,518 0000000000006ede75fb90cb0d81e8778464fecb59d045ebf7e8a4ccdf80539f 0.00 MB 3 0
106,517 106,517 000000000002ae7d6cbfe2c91cabe50048cb0e6a47b77fd3b0052f46310cea28 0.00 MB 2 0
106,516 106,516 000000000000c93f995d2d6eec611f0aff8cf14fbd60c2957751b452a1e2f662 0.00 MB 2 0
106,515 106,515 000000000001ae5a9ba865707a076dabfd98228fe3ea4f4966416bc44ad08eb2 0.00 MB 1 0
106,514 106,514 000000000000a956ef0b4e781c589030f073c0a5e6038194f46df30465abedfd 0.00 MB 2 0
106,513 106,513 000000000002204e67bd2b0cc5db34158a6bb7f8652d0d87a6cd0f17f653ed3c 0.00 MB 1 0
106,512 106,512 000000000002bb902d2f6c719601a3496e1b489cd6090e0c9f51fd8a198f5125 0.00 MB 1 0
106,511 106,511 000000000000abc01e5488a95eb6677cce197c5ffef76d715d9172345ff07da1 0.00 MB 1 0
106,510 106,510 000000000001f5c4b4ba1559c051cdee5b08b0fc5f14033f9037af6587877ea5 0.00 MB 5 0
106,509 106,509 000000000001ddd57f598939450ee5e77e5a6f58dfe6b7d72996cbc07d2a20f5 0.00 MB 1 0
106,508 106,508 00000000000133ef2929c09936bb37281b451bd302f717bbb3c1e2a1e39cdb5f 0.00 MB 1 0
106,507 106,507 0000000000027157212abbabfe874f44f8a70f9fe0f8e4c7e4e33bd2de8112ec 0.00 MB 2 0
106,506 106,506 0000000000025594369cbfd8be3a4406ba2ff2c3fdc3a8fc657167988da16415 0.00 MB 2 0
106,505 106,505 000000000000f6b70992773a42b07e1095257b5b14e2ee18e404c871268fb312 0.00 MB 10 0
106,504 106,504 000000000000e7297e39a056d603a947165a1eceeccd3e85ad0c44a3455f9d1a 0.00 MB 12 0
106,503 106,503 00000000000277acb78e883424a27d0a910d16c07b474e64e7de8d15095adac0 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.48 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.