Memory Pool Memory Pool Refreshing

13,805 transactions
8.01 vMB
Show Random Selection Loading Transactions
Max Size: 47/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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
883,203 0000000000000000000277260000000000000000000000000000000000000000 ago 1.00 vMB 3,690 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 883,202 (673,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,178 210,178 0000000000000023d4b1b0eaf72e98dfbd028a14183184cea0d8376c8cf3c279 0.12 MB 283 174
210,177 210,177 000000000000000ef679f4d41d54a6add78784fc3b9688b500991aefc7d18bcf 0.07 MB 190 174
210,176 210,176 0000000000000089a4e55760806cf72467883b811a46af2e78820aca2cfbfe84 0.22 MB 503 182
210,175 210,175 00000000000002e422f3d730962212e68f734e523694d6be65e42e52b53726a8 0.05 MB 131 317
210,174 210,174 00000000000002cd6c1c839ca20989098c3e3fb16cddde8e7a7fe521d6c7deb8 0.00 MB 8 5
210,173 210,173 0000000000000433bb8d439ac9ec48224917d9d336db9845ffc87bd9593021f7 0.02 MB 54 319
210,172 210,172 00000000000001187f5960512112abc89bf79a5aab8193e29947cd7927953daa 0.09 MB 118 92
210,171 210,171 00000000000004c370daa0c3029fb04f31de8b606331f71c0ad73901cc4635b5 0.13 MB 282 212
210,170 210,170 00000000000000893803ec0e8d50ea42bc15f961600a101e25c88ce88a4aaa39 0.02 MB 48 100
210,169 210,169 0000000000000312829c40287988fcaca7fe9f036e5bf7f7f9ad485df9c33f90 0.09 MB 130 133
210,168 210,168 00000000000000003d68af080d3e1951947859796c97db4f9864151c1c24f472 0.11 MB 271 184
210,167 210,167 000000000000024af3a64c2eec9be2849de6a6c0dbc736677ac5d23a53bf69fa 0.02 MB 32 102
210,166 210,166 00000000000004bbf26c25346c795f6cbb2688c7a155049537f3c4810b5b896c 0.15 MB 372 183
210,165 210,165 0000000000000266f2dd9a4ba27660ab9052cb2297694835078d1a5bc1fe20f8 0.13 MB 76 73
210,164 210,164 00000000000001f0b295643e6f5858cbe68ecdee638db30f872ce3959b4990db 0.19 MB 241 113
210,163 210,163 00000000000001b7ac168df6e93f10e6ce547622222202230b49e136d35d6130 0.25 MB 775 227
210,162 210,162 00000000000004dbe7e58222bec20c4db3a581c1da7f7ac7013e903e27b32310 0.05 MB 170 346
210,161 210,161 00000000000002b73f3ceac26b213ce25d5bd625cdb19a7db38c7a78685279dc 0.00 MB 10 14
210,160 210,160 00000000000002e0b9eee9acdead453779b15f3c0d7fbc8d10107ba96487ad1a 0.00 MB 15 0
210,159 210,159 000000000000044c90b753ced97ce978574eb77ac4d0f7b9902baab940ad63a4 0.11 MB 267 161
210,158 210,158 000000000000003e85ce085a74b8c44257d0d23cdde5fbca20ab7dc11c30d93d 0.15 MB 262 137
Previous 10 blocks ↓
Total Size: 724.89 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: 2,277.73 GB sent, 87.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.