Memory Pool Memory Pool Refreshing

838 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,901 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 826 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,900 (794,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,115 113,115 0000000000006c487add0aa28f2fc5c10c9ddda5507db294581a702f4c7e7ed5 0.01 MB 25 462
113,114 113,114 0000000000005f1c00a38b9ec0569ef4c57f1def00807b908eb777ce6781b5ef 0.00 MB 9 0
113,113 113,113 00000000000007c89ffcb38102531467a21cc89f2e8ae19c228704ee186c40d1 0.00 MB 8 0
113,112 113,112 000000000000b69e1df6199421f2b3cd942f29cd55bc83bf904c9be47422d2a4 0.00 MB 11 0
113,111 113,111 00000000000051ffb3a39684c657ee29c8006489bfc3b33dc1a037352f79c784 0.00 MB 13 0
113,110 113,110 0000000000003727f166d73014a8db18dc2f434ee00f05cb31503b8a4bacfabb 0.03 MB 104 59
113,109 113,109 0000000000003e682e8f9462a98a777ee658c17c6c50ad04519e5938fb0377b9 0.00 MB 12 329
113,108 113,108 00000000000058797267b6d2db2b887ecba76a10b94b6b82a00a7d62e07d4c2d 0.00 MB 1 0
113,107 113,107 0000000000005abebdc0007e3355806c62f01b7a6d37d9be5399da9b2686be03 0.00 MB 10 0
113,106 113,106 00000000000054f8a876d0992eff935a0b939d4232ee22c9089814bb5919d38f 0.00 MB 9 662
113,105 113,105 00000000000006275b4c9ed6df13bd842dc56aaeeb0dfe09a69923203c41b815 0.00 MB 10 350
113,104 113,104 0000000000003b62888dd4b543a426ee05398dfde146d3c6e4389e6685217f2b 0.01 MB 23 0
113,103 113,103 000000000000858f9552bca42dbf09a43f24c4c6beee18cce42644bff9862681 0.00 MB 13 0
113,102 113,102 00000000000063c3349029d0edf38aace7a8587826dc88f53ce4946675f39230 0.00 MB 9 0
113,101 113,101 0000000000002076fd4bd9d04cb61f7f8d28cfa56c76e30b7d1433b2ac6e24e8 0.00 MB 8 0
113,100 113,100 00000000000076168ca958193e0b5a901cf0c37331e2073476119326211b70fd 0.00 MB 12 0
113,099 113,099 000000000000097e59476bf203766073673d3f94774715b9cdfb7539fb5075f8 0.00 MB 9 307
113,098 113,098 000000000000d501f0d689152db541c91ae3aa0a9d767f992c463173ababe002 0.00 MB 10 0
113,097 113,097 000000000000aec1bf1c8d79ef82a0d6822cb16963642c16ba0a77f1da0614ef 0.00 MB 10 0
113,096 113,096 0000000000005ff89e511c8d50618103f21ab43a9c4d37f367a326431d21f95c 0.00 MB 13 0
113,095 113,095 0000000000002349a55d78243326c36baddc4d3627636966f1f774eff538edd0 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 769.35 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,643.61 GB sent, 94.72 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.