Memory Pool Memory Pool Refreshing

3,405 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
907,915 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,548 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (767,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,272 140,272 000000000000065a0d54d79561424ec40154b0e789a450a4e6ec1d1a89f4c86e 0.05 MB 140 173
140,271 140,271 0000000000000651f113813d6fbbf137ddf3c689e59677be9803e8243f0b0e25 0.05 MB 106 286
140,270 140,270 00000000000007fb846872e9168a2a0564acfa1673f91262f0a42ce5ed4a56c9 0.02 MB 42 254
140,269 140,269 000000000000068ddffb1b1de9daa1fb1bfb59412d7041234641719831d1f27f 0.02 MB 46 327
140,268 140,268 000000000000046c6fa007df91c1a9ac048f631f4a0f95f124cb344372f6d9d3 0.04 MB 82 478
140,267 140,267 00000000000002702fe2b2a150f1fd14935d5390be42f9aab80c8e81bbd28f83 0.03 MB 83 114
140,266 140,266 00000000000002474aac583c449bbb2aaed29e6c45ab8dd5b148cb04d19cd0ba 0.05 MB 167 106
140,265 140,265 00000000000002ada1d330d35ef63bc51dcabb2631bf3b82cb7f16dfdf5d95e2 0.00 MB 1 0
140,264 140,264 0000000000000490fd90ac985304034a8f32339d6f00b74662a8a1fec4225432 0.01 MB 14 179
140,263 140,263 0000000000000093db84ca78c43d364ef5481635c465c16fe5d56e56981e4077 0.05 MB 150 110
140,262 140,262 00000000000000e4d5290279e1387043bea3d44580e0e568c61d508f31455eb2 0.05 MB 103 270
140,261 140,261 00000000000000d922827cd74bf0ab841b3c34ae90b204e34c548df43756a16e 0.00 MB 14 1,339
140,260 140,260 00000000000000a707edbd939f5230fbd240504962aa69e9d47a5ee4fd01f6a2 0.06 MB 139 157
140,259 140,259 0000000000000265e31df14e5eb22023777277af1f8e2136c1cfdad3ec8e6fcb 0.05 MB 56 323
140,258 140,258 00000000000005032be83fdf981147118d6384c98de1a1475a450d1b603be67b 0.05 MB 98 328
140,257 140,257 00000000000003fe320d9a3f9978738afc39c552978396bb2a8e0ae6a7f33f16 0.03 MB 77 257
140,256 140,256 00000000000006453d8ba8c2329f721c3da75da0a7ef15c57aff42bc9ed81214 0.03 MB 42 372
140,255 140,255 00000000000000201c318aadc90a3938d263521b0a80ddca9fb556b50fbb6a3d 0.04 MB 43 322
140,254 140,254 000000000000063b829486cbe4f8b914bc864e90d8a568c7f064ebe2f4ce4729 0.05 MB 153 158
140,253 140,253 00000000000002ab6fdd27a2b581e0fca669b7c7f4f4eec00ed04abcb74db658 0.00 MB 11 1,339
140,252 140,252 000000000000076a8eae9746e7889f7c00b1a6e4be695a792faa5b47caf38d3f 0.05 MB 159 139
Previous 10 blocks ↓
Total Size: 769.38 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,644.17 GB sent, 94.86 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.