Memory Pool Memory Pool Refreshing

1,816 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,008 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 1,800 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (765,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,531 142,531 00000000000005a9a6e7ea1583d45a8a86ced481e2b048f1abf6ce4b422bd025 0.06 MB 114 193
142,530 142,530 00000000000000df2e0ab2bd41f481afb9e99bcbc104779289a520af169120ec 0.04 MB 141 108
142,529 142,529 0000000000000080662d0cb6e5a3c4a159caf4c687a9e2b81b23e29c22433f0b 0.02 MB 33 97
142,528 142,528 000000000000043890b4260ad6b87d9063f0e6eff74043e094676ab35b0cafff 0.01 MB 24 242
142,527 142,527 000000000000021eef9c4481e6be6f19781a937d96ff7e743bf6b6be2ccfaa07 0.01 MB 33 167
142,526 142,526 00000000000007ba8aa0798854e377cdc0978b39bed1f7923a4e5e931636a09b 0.02 MB 33 38
142,525 142,525 0000000000000599ac4a47290229a221efb3affed5f3f0e9d0ed2c2f598ef6e0 0.03 MB 69 250
142,524 142,524 000000000000011c25c464eb61e15aa5b2c8091b5339b3b4d4cc342a6a37ab2c 0.03 MB 86 152
142,523 142,523 00000000000007c30be0965d0cfd1d610e9e49c38a4acf231d17bbade46600a3 0.03 MB 75 242
142,522 142,522 00000000000008b284fc05af797e8ab86eb8ae213b2fc30c5de4cbf697f19aa1 0.01 MB 8 17
142,521 142,521 0000000000000629b63dfe45c4d9f6c8c00becb859b3a0e5537bba2f7837ac4d 0.04 MB 137 85
142,520 142,520 000000000000072f5b8a73feea597c6880ba147c1f89e6e0858e2c9469a9a345 0.01 MB 16 155
142,519 142,519 0000000000000465a32169c2a6e2b325cc3bf7332afcb6a22116a0e5113d105c 0.02 MB 31 60
142,518 142,518 000000000000038fce2015aa8dc5bf94a9d74a12b43b392d7156dca87af3904b 0.00 MB 16 286
142,517 142,517 00000000000000c84000670825042d1470ae404cbf629593b09b9a254a90139e 0.03 MB 60 139
142,516 142,516 00000000000008d568cdfd069857daafc4be94d8382b8a508c2be35ed9a3e4e8 0.01 MB 44 61
142,515 142,515 00000000000005bd0ff8a176bd2b2df252c838cd2afa0a7581a4091591019bd2 0.00 MB 8 357
142,514 142,514 00000000000005ebc861e9b3dfa1e1f7ac26fa4ee750f5e5348b5a43bcba46e2 0.00 MB 8 54
142,513 142,513 00000000000002bd98afd63912d0216845febb155f4e90335b95113c1e7221dc 0.01 MB 13 495
142,512 142,512 000000000000005e8cd60c044606dadc92e645f7ffab273ee4cfc579768e61c5 0.02 MB 57 176
142,511 142,511 00000000000005d03d1673f099763cf851c8c84a157acca8406b633c0e8adfbd 0.01 MB 48 20
Previous 10 blocks ↓
Total Size: 769.56 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,649.18 GB sent, 95.73 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.