Memory Pool Memory Pool Refreshing

9,256 transactions
2.83 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,864 (725,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,459 182,459 0000000000000860c72505d804f5e74377e71afa88009c8d0312f6aaf8ad62ce 0.07 MB 128 120
182,458 182,458 00000000000004266c21aa3da45ac37105b68c5ec253888d3d0b4e00fb825f1e 0.10 MB 239 129
182,457 182,457 00000000000007b7946ed2b49c42a1ad6181ce030ecb8003f8a9aaffa8a3c2b4 0.12 MB 211 105
182,456 182,456 00000000000003f1b3af393ea3f671b65c30da47b1d0eae3e94ecc1bd580b286 0.05 MB 149 136
182,455 182,455 0000000000000464e9105e1acdcd7e74534d3b9694100d0fdc2426546c7355da 0.02 MB 64 62
182,454 182,454 0000000000000256e46d46b389de5690e5033c1ebb94561fdc261bcb831d9c1b 0.03 MB 64 124
182,453 182,453 00000000000008f370b49082f1c74fa6c21b0eb3ee5001db8c6f3020d35bf2ce 0.04 MB 85 117
182,452 182,452 000000000000067ba60b236a115121763aa9a5586da8337acbde6dedd7eacb61 0.01 MB 52 10
182,451 182,451 00000000000004def0bafe4ef4cfb247363953184ef24b2eb3fd7b0c72cfd856 0.09 MB 176 117
182,450 182,450 000000000000022e4bfe221a91588d10d4c710a53c6c23676d4236cd1cdc233a 0.07 MB 144 95
182,449 182,449 000000000000032fae486eaf14cb890a930be3553fa858e78463ad9cb646f4a9 0.04 MB 86 82
182,448 182,448 00000000000006981bdcd9cb2b12bb662907d15b74ccb1f61ec3cdd1b5aebc29 0.14 MB 157 87
182,447 182,447 00000000000003f249b3c978b727f99becc00275dba12fd292678429ccfca4b5 0.19 MB 201 126
182,446 182,446 00000000000006a8c6f58f8b215714c9b0ba163fe5169ed6c6743e1c2c73df80 0.01 MB 25 67
182,445 182,445 000000000000031f5f36307cc1ad8abd751e11f28064ed9c97f88852fd3f1d59 0.03 MB 56 105
182,444 182,444 00000000000005d6d0681363c6b8d9ac07c21c2fb97c95bf8ef3d5371ec5abe1 0.07 MB 127 176
182,443 182,443 000000000000040eda89b100104a6d92be1b6dfdb2b3e8361d23d8285ce0fb47 0.09 MB 224 112
182,442 182,442 00000000000003296f0a6be48aaab87b3b5c968de29101207460f4063f974ed8 0.02 MB 28 84
182,441 182,441 000000000000003b69cf1913dcb31874c1d5c046fe5f45acfd4b6f0196851093 0.01 MB 20 110
182,440 182,440 00000000000009717f90f1586932ffc5baf040ff76c5bf9da507235a159448dd 0.01 MB 23 90
182,439 182,439 00000000000004ea771f94fbaaef6bb967e1841c91ef10e96e9ca37c3ba8260e 0.04 MB 46 74
Previous 10 blocks ↓
Total Size: 769.29 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.49 GB sent, 94.38 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.