Memory Pool Memory Pool Refreshing

8,290 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,919 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (728,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,276 179,276 000000000000042873aca7419f35604d3b1a6dc2511606dbfd82074f99b9e3fe 0.01 MB 9 35
179,275 179,275 00000000000001ef5ec84def4d8893d9d82233e2e0448b2c15c7683dc15f4a2a 0.06 MB 148 201
179,274 179,274 000000000000015753ac45b2906d7fab738e231ceefe4294a900ffa4e0332f26 0.06 MB 105 125
179,273 179,273 00000000000003bffef5f724a1ef989298a13ca358beac6ea203fa14cb877064 0.13 MB 275 119
179,272 179,272 000000000000037689b1ffdf2bb98d2a9aa6e6ac1d99b1622d97f96d72d887f9 0.09 MB 207 151
179,271 179,271 0000000000000013bf25734ef7b9beb40a1db8e12ee5c444dcee4a26d62d2589 0.08 MB 203 109
179,270 179,270 00000000000004a8f29f99cb1ba8f26c53c68f34486645339d3dbbddc99e20a6 0.02 MB 65 9
179,269 179,269 00000000000004119ffe7636e023add1de14712a6ba17937635f771922b946b5 0.05 MB 98 183
179,268 179,268 0000000000000622098066cfdc7d4751ac93bee4216ec22ecc22b02fed5962a5 0.03 MB 84 136
179,267 179,267 00000000000009926e5b2f505fef857046c7c633ddae9c212f86c68f187ef483 0.02 MB 17 3
179,266 179,266 00000000000009cac22fd623821b252ebfe058f02f08012deaefc010f802ced4 0.03 MB 18 90
179,265 179,265 00000000000002f301691363710f467fe8766792b1f128fac1696a2e371739f4 0.01 MB 17 254
179,264 179,264 0000000000000763c9214c513dc5cdf1a5a1c2f8b5064c8f89fd4f8f4857800d 0.01 MB 16 293
179,263 179,263 00000000000003dd9987f125ee1bad460bdf6a3bb8bd6fac2e4f5cd6c4556aea 0.00 MB 5 58
179,262 179,262 000000000000073e714d7b141958f3b4c92c92a5f4b487b3f9a9aefd52f265e3 0.02 MB 14 22
179,261 179,261 00000000000004dc736dbd9dba623c450fb7905ef8c79e9752c1d781241d3035 0.02 MB 48 242
179,260 179,260 000000000000078c5feee88bc1fb3600efb9338090d02ee6faba8ca400243d16 0.01 MB 39 30
179,259 179,259 00000000000009d808245f369d3d84dddf31c739640dba4baed5b6bd7d6e11d4 0.00 MB 15 93
179,258 179,258 000000000000096f40a8a134b374e4466af742eeb93010e167fcb4e0469a716a 0.00 MB 14 49
179,257 179,257 0000000000000876da4fccddc539052c32113a07b846c038bb481445847bc088 0.01 MB 11 74
179,256 179,256 0000000000000b0f92d2d265202232a097c8dfc3c29e897011347317e9b1dcb1 0.00 MB 12 236
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.