Memory Pool Memory Pool Refreshing

4,582 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,041 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (73,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
834,419 834,419 00000000000000000003843d08324a598c346a2a83a7a7f1ae4bfba312fb3b37 1.58 MB 3,304 33
834,418 834,418 0000000000000000000040691e9bc32ab46d47da3a10dd46c09466894770b59d 1.54 MB 3,277 29
834,417 834,417 0000000000000000000199a125400439af64d0ad66c7a74ea860779b16d0948a 1.27 MB 1,042 15
834,416 834,416 0000000000000000000029d65367f2597eab3e3dcf52a0570e8fa1c126fb2b56 1.73 MB 803 13
834,415 834,415 00000000000000000002e99677f9449bfc9fcd767022f4bda0edaeca03b90891 1.57 MB 2,934 24
834,414 834,414 000000000000000000004ca3fb4794f2394e9f970c4bb17fba75f75dbcc8ff1b 1.48 MB 578 13
834,413 834,413 00000000000000000002f2c731e0a5dee36876fd75d573dd8578a88652543bfd 1.61 MB 2,932 37
834,412 834,412 00000000000000000002b254f31c7f95348ac432fca69f9f57a814e003d5e1b8 1.74 MB 2,179 23
834,411 834,411 00000000000000000001a3050d67d19544d1cc8f889cd05733e17e1f4c692e2d 1.77 MB 1,401 15
834,410 834,410 000000000000000000001dadf269ceecc3c23515e32db8e10dd700775dea79d8 1.76 MB 1,719 18
834,409 834,409 000000000000000000000d691920bc7d3598ba6568d944f772b4a6f195de7f14 1.64 MB 2,808 28
834,408 834,408 00000000000000000001ffaf30b46acdf5e38fcacea9afdec9eccb82d62b81d2 1.64 MB 3,085 27
834,407 834,407 00000000000000000000cd982339ae7b1b0cdc2189d548e2c0337b39947a9f1b 1.48 MB 2,949 33
834,406 834,406 00000000000000000001689d8b3d8f5e50d8a8d075087cfb4992e1a54af94d9d 1.66 MB 3,037 33
834,405 834,405 00000000000000000001c845f051c06ed4fd400ce59d98c9c8ab2b9c34b96014 1.74 MB 3,109 38
834,404 834,404 0000000000000000000315d421e06d41d24154d94cd2ef28f752996ce77259d2 1.67 MB 3,109 34
834,403 834,403 00000000000000000001bdc1159497eaa2c0921df657bccc1fb3f0151408a605 1.56 MB 2,428 21
834,402 834,402 00000000000000000000a827bb8bc1ada32896ff8ce283ff77065b6eaa373145 1.53 MB 2,241 25
834,401 834,401 000000000000000000006a69a221f826736fa88e6377e076fba429ebadc14de0 1.61 MB 3,164 29
834,400 834,400 00000000000000000002a140b3ecbc7bf63313694178b096940fc4462edd202f 1.72 MB 3,816 32
834,399 834,399 00000000000000000001508302eca610c8256e4675cb0bddf1a1484204c2d7af 1.63 MB 3,006 28
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.