Memory Pool Memory Pool Refreshing

2,742 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,051 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,483 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,050 (724,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
183,172 183,172 0000000000000a3bb6f0c7fc572f188cbc62ff957cf3322754f7dc5ba59c77f5 0.00 MB 11 338
183,171 183,171 00000000000009e7acf65d278c77a43beff0a4926e990b43e3bacb77870ce9dd 0.05 MB 72 97
183,170 183,170 000000000000037e36f7386b8483d659a94f097381757588d52a5ebe6f10047c 0.00 MB 13 14
183,169 183,169 00000000000005a8f5684656a998490ba2a70f9d111d8547959c3f0c994e03c1 0.01 MB 9 637
183,168 183,168 0000000000000588f181913c8af2465e293c76b790859267b1d93477f6416c35 0.01 MB 14 51
183,167 183,167 00000000000006e70c92fd63538293d7381e788970a2da9dd53fa7cf33d76988 0.08 MB 131 117
183,166 183,166 00000000000006bc00b437569202481c3a0532a022f0c4db2d93186647a458ff 0.05 MB 117 74
183,165 183,165 00000000000004187b2085a05ceb99853c2d88460a1f626323fc75ce43d33ac4 0.00 MB 6 15
183,164 183,164 00000000000003f882e75804537ac73e194ba70803fe4ca10fa0e896f37961dc 0.00 MB 9 296
183,163 183,163 0000000000000606248af0c9a13d0c2e7c9dcdd6728a14fa9e95a49620870693 0.05 MB 93 295
183,162 183,162 000000000000099374c98ecdc0c59a13ef691df34103d723b0e3cd4794871c58 0.01 MB 36 25
183,161 183,161 00000000000005a1571c1018c9e647287d99839f893a0f9f751a43bd41125d00 0.12 MB 110 333
Previous 10 blocks ↓
Total Size: 769.64 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,652.93 GB sent, 96.07 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.