Memory Pool Memory Pool Refreshing

5,151 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,443 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,736 (861,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,199 47,199 00000000196c23c8251777698ba6edce1a4d34ec144b826f4c2b15d7254d4cc1 0.00 MB 1 0
47,198 47,198 000000000dd64ece883ddb0f29ca039473e7a9ec9d072cfa58a366268b98ec86 0.00 MB 1 0
47,197 47,197 0000000007274be3f9979fa242c63af7c010b8cf8ac432c0d2c74b6977a38e53 0.00 MB 1 0
47,196 47,196 000000000e3d27031bf56411a95f33dd5c3247f605099a35566201597ed22ff7 0.00 MB 1 0
47,195 47,195 000000002f88a9984af4fb2a31529fba65d91566a0a36de62b88a166875d7cff 0.00 MB 1 0
47,194 47,194 0000000035ead8505563d6aa7a728e836bc1a8be59cb290768e8ac87a8afd6aa 0.00 MB 1 0
47,193 47,193 0000000027804e045f88a438946e77692b317a84e6d81a9c72e914ef6b30305d 0.00 MB 2 0
47,192 47,192 000000000204adc8e4ef9376691ac94769ebdfad3ab1593deac38c829b2fc520 0.00 MB 1 0
47,191 47,191 00000000080e8cd1d5fbc6f0b4aa9cc0213edfa28ae4215ec1d376c58d05d4fe 0.00 MB 1 0
47,190 47,190 000000003572ca15b3cb3bd62f3db8f8e666dbf726a9053382efa3e0607d9622 0.00 MB 1 0
47,189 47,189 000000002e4409e4c9ea33507e8a9c4a7372ad7e1c75b5a32a96d3091fe44834 0.00 MB 1 0
47,188 47,188 000000002fb4ebd5524e68975c4866986f18f47e7b1e4aa1f953104a75cdc885 0.00 MB 1 0
47,187 47,187 0000000010813b7df7d733aa19f0ea70d6e9d475c7da2a1b6f83e5b4582e9674 0.00 MB 1 0
47,186 47,186 0000000010cd92b5660ff14f75cb89ab4e8582622070b949345048a9261ca3ca 0.00 MB 1 0
47,185 47,185 00000000191d365d2c175bbe1884dbdcb0a449c48b5958ba41e3aafee3c325ae 0.00 MB 1 0
47,184 47,184 0000000018a3accd8346982e6c1004e3e8c8de075a418b23221e3898e6186b6a 0.00 MB 1 0
47,183 47,183 0000000034045cdc0edc897049a566ad50c5d93ed74bec39e0103acfce059deb 0.00 MB 1 0
47,182 47,182 0000000012f5798aff64b3794f29af2c8d6cf120c4afb47ad40e28e5648d2f52 0.00 MB 1 0
47,181 47,181 000000001f4a497dd0fef38fc53dbc78ba07b503f5765ed76e7a620aea4a4fe4 0.00 MB 1 0
47,180 47,180 000000000d727d7b7b674950a8c641755634e755e8e9f58b3f7110e110c56ed6 0.00 MB 1 0
47,179 47,179 000000002319782c4ecc3ee9685cd648aa5d53a4ef04af3ba4eefb70e024e967 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.07 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,855.45 GB sent, 102.33 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.