Memory Pool Memory Pool Refreshing

8,110 transactions
3.95 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,635 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (24,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,302 883,302 000000000000000000020ee9ec8445242534052f9d7841d996f2bca15236c2d2 1.67 MB 3,593 5
883,301 883,301 000000000000000000004b9f1cd11e36dc7eba9f2ff99b1863171947ee9f2008 1.77 MB 3,292 1
883,300 883,300 000000000000000000003014df89bab44479dc5961c8bda471c53cb80e7573cd 1.92 MB 1,817 2
883,299 883,299 00000000000000000001e74b07b30360f24c9097caebfda67b2d8ab0fdc01ff4 1.78 MB 2,782 8
883,298 883,298 0000000000000000000126891067ca3b88f41db8c3d0a17dbd4f9a9f526ef9bb 1.83 MB 2,258 5
883,297 883,297 0000000000000000000180cd7d0b4b93da8cf0d1fd11130458b2c89fecb0e603 1.71 MB 3,855 3
883,296 883,296 00000000000000000001408fd44b65d70ae0fa58380a1a71053d006ac58846d1 1.74 MB 3,719 4
883,295 883,295 00000000000000000001647be3a4cd97b945ecd3f4ed64c5a651ca98b8e0a4a1 1.80 MB 3,394 2
883,294 883,294 000000000000000000018acfb564de42a14e57d54fa0ab404fbfc1281d338388 1.85 MB 2,845 2
883,293 883,293 00000000000000000002188a00807ff0cc54b167ed76d776074e7fa310e0c9d4 1.78 MB 3,733 2
883,292 883,292 0000000000000000000191df7446c536d59299cbee5e82189cefaea4a56ef5e1 1.91 MB 1,948 1
883,291 883,291 00000000000000000002049b94ff5a82347a0fecbbd4fd635d43f5eb6d970956 1.83 MB 1,630 1
883,290 883,290 0000000000000000000082aa2163bedb033afdfad9469d43ad5a0817c9361b46 1.77 MB 4,278 1
883,289 883,289 00000000000000000001ae44716c2260316665a25cac7e81b850e9f17efebf74 1.64 MB 3,913 5
883,288 883,288 0000000000000000000094211a38abeced6a0bad2334403cd0ecdef80ff09bd5 1.53 MB 2,626 3
883,287 883,287 000000000000000000006ee6f3a02d19120298f79e4134114766fa54040a3224 1.76 MB 2,833 4
883,286 883,286 000000000000000000023cf2a11be2586bf7508fc8c75c54ae424da9495c4181 1.84 MB 1,285 1
883,285 883,285 000000000000000000015b851582b9c5b687ae58c385784120c7de2f60e7e7e9 1.74 MB 1,967 3
883,284 883,284 00000000000000000001db87951be8062f27fa926b4d47b66e566181e93abc5f 1.73 MB 1,849 2
883,283 883,283 000000000000000000011dbc9341b9cdba27a10199ba955714caf23bf259f5ac 1.68 MB 2,890 5
883,282 883,282 000000000000000000002fd9bf7a2e27ae10fa798085f67242e9fbbf6faae6b6 1.45 MB 1,290 2
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.14 GB sent, 93.02 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.