Memory Pool Memory Pool Refreshing

5,115 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,722 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (724,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,193 183,193 000000000000034a0586c0ddb83b5ed73fcacbc4bb71c8cf5296a989d3977722 0.42 MB 1,165 150
183,192 183,192 0000000000000a3dac66d52db661efe45c092bd5292c6e8954ec085892965d98 0.05 MB 139 61
183,191 183,191 00000000000004ef4da74ff4c774bfaacea2de0e64ecead0d8076eeb0db335c1 0.00 MB 10 147
183,190 183,190 000000000000002bcd299d90b3959a5ca92f1f1b547e712de000be2da8d2b784 0.08 MB 228 137
183,189 183,189 000000000000059ff6c853e5e642d126bba665225e3915bb92d18c2e52607c62 0.09 MB 256 232
183,188 183,188 000000000000012b94008e93aaca8814c79e3b4a5bcad7a16f642b9b5b36c196 0.01 MB 30 298
183,187 183,187 000000000000094aeaf409c30805b3b399a7fabb8d1a0c84d58b8c64cd4bc4c8 0.13 MB 248 272
183,186 183,186 00000000000007bc7929c6b475d7fcb0dab363550701779f0bcd2490c09c4936 0.23 MB 530 152
183,185 183,185 0000000000000870037b8e1b34701914dc1250ba9e97c230f42e78cfee649e95 0.05 MB 139 191
183,184 183,184 00000000000003a73d47fcec730c12b8dbc0f8b6acc49dda67b2bef0e89e64d3 0.05 MB 132 234
183,183 183,183 00000000000006f9d21e1ac6808e5e0a63a78bc6ad303fb886fcc5281b5a166b 0.10 MB 268 286
183,182 183,182 00000000000002adacc58510ba9f6a0b355541f43482090657efefd5c78c8fdb 0.05 MB 184 14
183,181 183,181 0000000000000732a2b08faf4cc3fcca67c8d233758897925906c84418cf9417 0.13 MB 327 303
183,180 183,180 000000000000080b46f026a13c82c4c30a4f408dcdf5029e486ce17150d3c26f 0.17 MB 262 97
183,179 183,179 00000000000002da2ea164e3861ba85ad2466d1624e30f54917e8554e2c5e745 0.03 MB 70 100
183,178 183,178 0000000000000645dca279f8e0c3e6c8d7fce9733f47c3e9a8e9356d737795dd 0.00 MB 12 0
183,177 183,177 00000000000002cc4c0b1cef60e2af9b40f97045f0a7f6560dc53cb4b031ab36 0.01 MB 45 187
183,176 183,176 00000000000001b956563cfe9a981b4ac2bf0e79df72f6e4d9bc9b9221ac53c0 0.00 MB 9 0
183,175 183,175 0000000000000790ea330db0a3b16d6dccac2fdb60a59cc09ebf7f2235f8b8c5 0.01 MB 14 63
183,174 183,174 00000000000001f81200031d665241927db47db170b5f44d2f373411aef2e204 0.00 MB 10 1,056
183,173 183,173 00000000000005a1d214d7b15fedd0df316304fa251ae328ac4c22ceb034d5f9 0.03 MB 72 338
Previous 10 blocks ↓
Total Size: 769.31 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.76 GB sent, 94.49 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.