Memory Pool Memory Pool Refreshing

6,145 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,705 (550,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
357,296 357,296 0000000000000000086c21fb24209469f030b18f8659ead320f4aa537bb768c1 0.07 MB 168 31
357,295 357,295 000000000000000008a16cbac9e570586a00480c08ef64519552586f8041316f 0.10 MB 178 21
357,294 357,294 0000000000000000078bee4b2f6ccc883e0a70d2216cc36aa1b1d72787aabfba 0.10 MB 165 20
357,293 357,293 000000000000000014749259bc37d2092475e3fd4018e192783eadf32457ead2 0.14 MB 290 24
357,292 357,292 000000000000000012f38b8fb346be28e94a52c1f827e1d4d8da353c26e96d1b 0.21 MB 387 21
357,291 357,291 00000000000000001531e199457bc4635e96a4eb45cf22d9f97062e2a601c918 0.75 MB 1,296 21
357,290 357,290 0000000000000000014501a535a5b5c627f0a5893b7a3bc2b0ab54640330d5bb 0.75 MB 1,824 33
357,289 357,289 00000000000000000003004b63171ac06ce6f8e67f5c203b93e3b67dfc953f65 0.41 MB 788 28
357,288 357,288 0000000000000000131e2c37a475e6c97e77e628363fc956af9ebda83d7f1658 0.00 MB 1 0
357,287 357,287 00000000000000000da19b9f9f08358e7c365f2001deae9cc27abd52f7532143 0.22 MB 418 25
357,286 357,286 00000000000000000a758983c8c3709d6abdf57ac58075f8ce582a431ba91b49 0.19 MB 400 28
357,285 357,285 000000000000000011777276b3164156ef56a4d824261f0252ed08f9b87f231f 0.09 MB 151 24
357,284 357,284 00000000000000001282415991f0db7e5ffb256313de306209defb930ad3a039 0.14 MB 119 16
357,283 357,283 00000000000000001417b708f3cf5855c2e0e16a5f32597006c9681a81b3120e 0.48 MB 1,098 34
357,282 357,282 000000000000000009ad6190f48af52af3d8a972de86e7cd7c4889f68157ca3b 0.33 MB 731 30
357,281 357,281 00000000000000000e2098cab2e3032b81fd4c1808dbb848a2e98ebf6717eb4e 0.06 MB 115 21
357,280 357,280 00000000000000000e4226100352ba4ad028da07cdc4402b9b1fb217cb7b6a27 0.30 MB 573 21
357,279 357,279 000000000000000011c43a78f9d0fc6dd536c7ae28e317c6f4bda3dfba5961f0 0.70 MB 1,189 25
357,278 357,278 00000000000000001510fcc52463c9009685a55732a1fabcdf26d2838fbd99a8 0.13 MB 328 33
357,277 357,277 00000000000000000bb7a11c5e9ed59ea966394e2e5dfb2763013a669e817d43 0.39 MB 858 29
357,276 357,276 000000000000000006f3fd8e81318ed20aa003a0392c248d087d3ecd75cd6fb1 0.70 MB 885 33
Previous 10 blocks ↓
Total Size: 769.00 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,616.63 GB sent, 92.78 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.