Memory Pool Memory Pool Refreshing

681 transactions
0.18 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,459 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 668 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,458 (808,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,048 100,048 0000000000018fca79cd3a2a270da7b30837572a25de0defc793464cd697e960 0.00 MB 4 0
100,047 100,047 000000000000e72eda777d0067b50fe713a635e6e79a75a77168f14f7b621681 0.00 MB 1 0
100,046 100,046 000000000000bede381957fb453af6c32155b0b3a86bb678190899da83ae7276 0.00 MB 2 0
100,045 100,045 0000000000008bcabf41b85a256e0b372c70fe0bb5179011c3e4ac43ce97a2d3 0.00 MB 1 0
100,044 100,044 00000000000381b510dca276e9db7278617f97f6f0fa8ce9b160d096021d1351 0.00 MB 3 0
100,043 100,043 000000000000e4970d277c0338241cd99a692192611779ea7a9602fb37f36fd9 0.00 MB 5 3,177
100,042 100,042 00000000000354a59d1453d71df4efee2d232f88d35840f7a4cf9e65179f41e8 0.00 MB 1 0
100,041 100,041 0000000000023079a390785984bb0e544dcd71b9a7d0ea081e7246a7c428f525 0.00 MB 1 0
100,040 100,040 000000000002fc3b301565ef8e64e0c013cc1980b76e021734cb47c28de4bda0 0.00 MB 2 0
100,039 100,039 00000000000184fbe7234857775e5632a79146fcb57953212cb2f1e17379ba9a 0.00 MB 3 0
100,038 100,038 00000000000329040dcce61d172704bf19c0a75f2ec9135b06071c3fd44ebae9 0.00 MB 1 0
100,037 100,037 0000000000047a5584dad97c7bd59bb808cb93dbc5a84b0de76b67caaac4e9d9 0.00 MB 1 0
100,036 100,036 00000000000108bf6956456ee6f5f0839d6b0c4ec5cc8fbd830fe6259ecffa18 0.00 MB 2 0
100,035 100,035 00000000000135cb86be36978e74a54cfd2b9143f827a589c9e27fde3463b753 0.01 MB 6 101
100,034 100,034 0000000000035516bb32ab3e12a37b200efc0266bd71d4dd16f4abc2f5b42a90 0.00 MB 6 0
100,033 100,033 0000000000021936a46057158017b9ae0bea86a61e2e7072f42975bdde461b32 0.00 MB 6 0
100,032 100,032 00000000000240493081afeb015b556467b3fef8878dc05104c619270e1786f2 0.00 MB 4 0
100,031 100,031 00000000000237a048b03b9faa713cf3d95d25c76f82f8083a1267ee12d74ae9 0.00 MB 4 0
100,030 100,030 00000000000475b5f4f382fe7468e8f2b02e91fb715ac8ed58472ef16d85ffba 0.00 MB 8 0
100,029 100,029 0000000000045c8bd55ddc845140c30fc2c5fbb91deaf50ef77125ddef8fd71b 0.00 MB 1 0
100,028 100,028 000000000002027a25bf4f35372f3186b5764cf83b6aea75c0b442bdceade305 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.56 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,777.38 GB sent, 99.80 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.