Memory Pool Memory Pool Refreshing

9,796 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (687,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,271 220,271 0000000000000331d179d44acccd78deccbfdc66250f0beafb1fdb98c8ebcb9d 0.05 MB 110 57
220,270 220,270 0000000000000152eac409da0cb2c00e126d11129c046e046301473d57127667 0.20 MB 276 115
220,269 220,269 00000000000004347bc3a1d6c6e7850919c29d92da6319e49106985feb2ea062 0.07 MB 171 108
220,268 220,268 00000000000003605ac3f849f8a33427784d6863760fff742223a77e22743734 0.05 MB 134 139
220,267 220,267 00000000000001dcf26ebd89edbf24c491a88d5519c15660033d6d134db70592 0.14 MB 309 227
220,266 220,266 00000000000004997fe1c0a8382b89af70ebcae8f860b084b5230eef97054dae 0.18 MB 491 240
220,265 220,265 00000000000004be3b9fa877230d092d684115e0adc2f2b591f4275fa487a59c 0.16 MB 378 159
220,264 220,264 0000000000000068337cd2536f00530bd4060fc0ca55d3c0afdcfeb26e1b8e05 0.05 MB 153 151
220,263 220,263 00000000000004c55550192a9b5c5ada541613f357d4cd1a910d9ca52d16e025 0.12 MB 303 1,079
220,262 220,262 0000000000000472ccd4d97bcdc6d50934ab8b7bce631881f7c483ddb28a435f 0.20 MB 288 150
220,261 220,261 00000000000003ae1499a86aa9a63606d589f54e8f0795274ead3968ab950972 0.08 MB 113 92
220,260 220,260 00000000000002f53fe605d9b4baf7b1cc5c5d1a9a5fe9c36857e5d3a6739433 0.04 MB 96 62
220,259 220,259 00000000000003102f57a90638b6a85668e9c3791a49204c298b26aea7f66c2e 0.05 MB 135 126
220,258 220,258 00000000000004a326baaf17a0739b8ce4d6db78f3dc2c4c1c00d2d8ba821e24 0.22 MB 517 200
220,257 220,257 00000000000003baa8df620650c98e7a0717ba18c4838bc2ec9b425912f7dbcd 0.10 MB 190 143
220,256 220,256 000000000000048158474f46ea23f7bfad5d4b684ac27512dc4f0b057e0e3a0c 0.16 MB 396 208
220,255 220,255 000000000000030b4e5ab5b5dc46d46b776938f7ac4af24b6784ee6be4c8ca87 0.19 MB 495 233
220,254 220,254 000000000000020f5752b52c40b4698b54840ddba616c462c9eb6dbb0bf577a8 0.00 MB 11 46
220,253 220,253 00000000000002d5cdcca3a09db6852296ef388e06d789cc748e1eddda245e05 0.20 MB 464 183
220,252 220,252 00000000000003f32f49db6e1db4d6273901c279d3d1f0e3ddad69cabfb23d56 0.25 MB 592 242
220,251 220,251 0000000000000074dbce6a46bdb376c09eff4004b1dacf8a6a23a6c166b1f92b 0.42 MB 377 81
Previous 10 blocks ↓
Total Size: 769.03 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,625.30 GB sent, 93.03 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.