Memory Pool Memory Pool Refreshing

3,450 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,372 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (790,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,411 117,411 000000000000bcbb794506e974da7ff0f78978f77fc819396f70eedc493b1a3c 0.00 MB 11 0
117,410 117,410 000000000000a6a9bf3733aba09fe348bbd3ae24a7dc2a25ee339bff33a70a70 0.00 MB 16 1,487
117,409 117,409 000000000000b6ce30550d4ef9872195e87d06b53d02e2152406d27e4f02ac70 0.00 MB 9 0
117,408 117,408 0000000000006790f23a5f92d8369a8b1fc2b28810ca8baaca45a7eec82297c0 0.00 MB 6 836
117,407 117,407 000000000000301c3aba3e0591b1aa0504057c547f68612bcde02c2458b56c9b 0.01 MB 15 282
117,406 117,406 000000000000556f87b5038764543b3417087f6d9af49963f476cac7da1322ba 0.00 MB 9 0
117,405 117,405 0000000000001cbbde26cab7b91d2bdf4034b8556852997689560f8d484afc05 0.00 MB 13 1,335
117,404 117,404 000000000000a8ec8417a349281ae167b2142cd42c7ab32bae5597ff9a397963 0.00 MB 12 257
117,403 117,403 0000000000008ace39efa9a200551f6efe66b81ff1a787586e32bed9df194840 0.01 MB 27 1,482
117,402 117,402 00000000000057fa984f5f83fb709dcbbe1a4ff475cc36330524f2ac6dbf1ab5 0.00 MB 12 858
117,401 117,401 0000000000001bb19b4deba36c4c2e13bea940c36115b3004a1beecc95ff80e2 0.00 MB 10 0
117,400 117,400 0000000000002b9f9113b14a2cdfff43a803f211b8d99e9628610f0c9b18e914 0.00 MB 11 1,060
117,399 117,399 00000000000090f9bc1070e52799ee29798a7d69afd230812a2055a661dac3c4 0.00 MB 10 0
117,398 117,398 000000000000331cccbb590d697f28e5920732f313e9eb59553050131ecf159c 0.00 MB 12 1,067
117,397 117,397 000000000000351bd5b458fed35e3605c5c674e9eaeeab9e13334dae99fd0061 0.01 MB 9 382
117,396 117,396 000000000000642c98932a101a19e9052ede240368902463d6977b275cebdb17 0.00 MB 16 627
117,395 117,395 00000000000055ec90ca8b7e17326a46b73bf97e8db250d60cd381bda1fd29f5 0.01 MB 18 797
117,394 117,394 00000000000057abd5855e1b50a232d91fc36f011bfb564c5aca91d29d419595 0.01 MB 6 2,104
117,393 117,393 0000000000007c5eaac84e63f25d14e63ee013661efa766722fdf9e08ac940f3 0.00 MB 16 996
117,392 117,392 000000000000929d7f5e9351ebf94340c5dbdbec3139049aaff822c250b62264 0.00 MB 10 0
117,391 117,391 00000000000089da5399cd920e1364ae076b26bf124305572bca07ce11eddade 0.00 MB 15 860
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.