Memory Pool Memory Pool Refreshing

17,000 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 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
907,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,945 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (796,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,286 111,286 0000000000006bacbc52da39bec8040a0589fe24421b99fec263723ebaee3e71 0.00 MB 3 0
111,285 111,285 000000000000e3ff28f7b2ea059fa32bd7c57099ee1b7a3e29d2ff8faa014c39 0.00 MB 9 14
111,284 111,284 00000000000065d6c9ccf6073083cacbda37ac8976880376697422fdb874c96d 0.00 MB 9 12
111,283 111,283 000000000000870db4b629bc50cd5e38d08fb5c0c791707fed4a685f1dc15444 0.00 MB 9 12
111,282 111,282 000000000000fd476e75a6511b3490845441933e1e656cfd5127c1690a41380b 0.00 MB 7 23
111,281 111,281 000000000000656bfc9c6ccf6374d34eeb971d3678c0ef366cde2f38e180a0f3 0.00 MB 8 5
111,280 111,280 000000000000e5ed5e11e1f13e7d87ecad0695f1ccfb9cc8800fb4b460da89d1 0.00 MB 12 10
111,279 111,279 00000000000129e0a51b680dbc2414603760e3a88c3ad4a50169dd69eee30f91 0.00 MB 11 6
111,278 111,278 000000000001273ed00d7c8ed6e194689b6957929c0efd741b6ef73b3cef5e79 0.01 MB 21 1
111,277 111,277 000000000000dcc23c2c87a00a5b9f1c99a74764d83407287c65445298836a0b 0.00 MB 3 0
111,276 111,276 000000000000c19c68e0a71d58fb8cf7265e09bb377f8f60828e006ed9753e92 0.00 MB 1 0
111,275 111,275 000000000000839f83b72e0608985422b652933884a9f73914502844d3e7fb66 0.00 MB 5 0
111,274 111,274 000000000000d986ba2d0ad2377ec7731a8d22e6cbf354098d23ce3bb958358f 0.00 MB 11 343
111,273 111,273 0000000000009a358eb4a38ddceaa70d7b36d2b40ac914e3c7b060186ab616f3 0.00 MB 10 7
111,272 111,272 000000000001267583db5cfba749821afbcfd12c2c5c602c19ad36de8bee25c1 0.00 MB 7 4
111,271 111,271 000000000000efabba27eb71f3c9f549e99e02154c9f6f5639a88bb75dc49066 0.03 MB 93 13
111,270 111,270 000000000000bb81b36bedd8d4b98f4151806f47a31d0b2986922a1f6a189ea0 0.00 MB 12 13
111,269 111,269 0000000000008f1511c48a94ea60399dd483d2cf525393d9a595055d2a3da453 0.00 MB 12 6
111,268 111,268 000000000000f175f5d0cb7e761dcf752fbdf0b9e0167eba23134eba57dccdfc 0.00 MB 12 3
111,267 111,267 000000000000bb2f69d5cc7b6b9cfe3afebf11e3b8d7c623707a96ddc7263a9b 0.00 MB 15 0
111,266 111,266 0000000000007ed23aefe7940e7f83d062d49129d2cf4c3291b81ab8e4cbd3c4 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.02 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,624.67 GB sent, 93.00 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.