Memory Pool Memory Pool Refreshing

2,691 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (221,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
686,284 686,284 000000000000000000067e844d9f94c413ab24b7a8d854bf98f8ab01fd407773 1.77 MB 1,174 9
686,283 686,283 000000000000000000078e8dbed7c29c870eb1f3bafa2206974a5b1983b646e1 1.49 MB 1,928 20
686,282 686,282 0000000000000000000cb4c87591374a391c5e9c937c625575785e5361c0decf 1.37 MB 2,138 7
686,281 686,281 0000000000000000000d3b7cabf40756b964e3f9f70d9da05779d92ad846c1ce 1.34 MB 2,374 29
686,280 686,280 000000000000000000028123c07be34bd9c0827e33bd4a296adf8fa3bc89cddc 1.27 MB 2,184 21
686,279 686,279 0000000000000000000297b423d886428487cba1e14eae4862f03ebbc8388163 1.50 MB 2,526 51
686,278 686,278 00000000000000000008cc4c4183375a20111d752b3a2b017e4201e8aad241fc 1.17 MB 2,416 12
686,277 686,277 0000000000000000000c153e60068802911f4ec60ce5809589fc3a78a1af8c1b 1.26 MB 2,041 25
686,276 686,276 00000000000000000002a8d8cb3da51ed3ed4697995122218b3655ea2de38b81 1.29 MB 1,514 43
686,275 686,275 0000000000000000000b80942247024f405b5a967a6c6ef52a1a031db8a5dba4 1.50 MB 2,406 50
686,274 686,274 0000000000000000000a640c519b60a98a4908c08e431f4657de774d837b8407 1.31 MB 2,193 35
686,273 686,273 000000000000000000021d15e18c6830c401ac55cdaf02ef5927fed24b91335a 1.24 MB 2,894 33
686,272 686,272 00000000000000000006813a0cdbdefb96f2a3edc7b441a68f39493c7926178f 1.47 MB 2,329 43
686,271 686,271 00000000000000000006804e6d4cd8efbd12cc537b6e17227114785356110524 1.45 MB 2,920 57
686,270 686,270 0000000000000000000bf17dcad5449f38e5a55a8922182d029bf418b808dd5c 1.13 MB 2,365 34
686,269 686,269 0000000000000000000a771ff44e37ad9287a46eff75d78c4ce234961c88a155 1.13 MB 568 43
686,268 686,268 0000000000000000000abfa732bc78c9fc05e5b6d1789075f19d6b12689d5207 1.24 MB 2,792 34
686,267 686,267 00000000000000000008eaa87c5a835907ecbafe5d7f4b300dff3067edef24c9 1.28 MB 2,551 45
686,266 686,266 000000000000000000089996eeec0ff0ef5524c2fae320c64094fd68c9596077 1.43 MB 2,486 51
686,265 686,265 000000000000000000057b95e7cccac69ea5c71ecd0790355b33c62ed727565e 1.50 MB 2,205 49
686,264 686,264 000000000000000000022a3cbea168767808d3fda60c31974dd64daf0e775164 1.44 MB 2,673 44
Previous 10 blocks ↓
Total Size: 769.30 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,642.65 GB sent, 94.43 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.