Memory Pool Memory Pool Refreshing

677 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
908,049 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 677 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,048 (716,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,494 191,494 00000000000005f4f31bb39ef2e85a469cc224dac5da9de150660ab4c9f1af6e 0.25 MB 555 125
191,493 191,493 0000000000000527192b674481a75f85cf33f983e4be02bce9cb34de0318bb8b 0.05 MB 145 73
191,492 191,492 0000000000000501bc473ed03eaf9570c1b9a0688115eced25f39c3febaba636 0.04 MB 139 101
191,491 191,491 00000000000004a700b5f4b7f7e70aae46cd288775ae8c96383b1a5782b4eddf 0.08 MB 219 149
191,490 191,490 0000000000000215fc8bf55dd99596eba0ca7ae7a86a6b25352b13a8a47a3bbc 0.01 MB 30 784
191,489 191,489 00000000000004fa6efdcd1d1ce7b112a303717432a3a17fb5401de0bc9d7933 0.07 MB 70 94
191,488 191,488 0000000000000515177ff875d7f720397e1c2ed2571f17e036bec6c7627cf49a 0.05 MB 186 12
191,487 191,487 00000000000008259f7b51c7f44cbefd666f9879344b7a6cf5e0bb4f92d50927 0.02 MB 28 60
191,486 191,486 00000000000006da4b82e7c580e6dc3ed954ae8146b745a3d8f438125deb1f7a 0.04 MB 81 95
191,485 191,485 00000000000006a08f8be7ed9d6f4fb735dcad87fc1710c3982d63a05912f6b3 0.15 MB 421 138
191,484 191,484 0000000000000609293ac2013dba0734068dff363a1d7af23a1518e0852a9876 0.00 MB 10 16
191,483 191,483 00000000000001af4dc99e020bc157ba09c38c6cfc8adf65a2c8ad393655c868 0.00 MB 20 77
191,482 191,482 000000000000075e8d6492113e195699153a216ee0bf952879adfce5e205e568 0.02 MB 62 153
191,481 191,481 000000000000008aa3395b177fb0abdd7a04523671360fe59cbc860a6b9bd94f 0.04 MB 92 164
191,480 191,480 0000000000000049e4073768f89f6a181430401066e498eaa7af3d0724aa4278 0.01 MB 20 73
191,479 191,479 00000000000001c7fb530d21f2776361f81817762cca059122e2586a1c6c0c20 0.07 MB 143 109
191,478 191,478 000000000000066793bfc7aca2f9c8f4651f21a892572fb15f418d0f27a09b99 0.03 MB 51 104
191,477 191,477 00000000000000f7e440f1140d00cf8ddda75612211b7bfd60db20abadb89865 0.01 MB 19 73
191,476 191,476 0000000000000548360fee9022565f8764f8891a70b6c7c9cce226a6d8e9af40 0.01 MB 27 141
191,475 191,475 00000000000003edf11d1e47cdaabeb000e52091ba5032e806aa9613abd3a719 0.01 MB 40 123
191,474 191,474 00000000000005033d5111a0c1a7e6df155f70e7ff501b2e8a0c2797f690456b 0.11 MB 285 121
Previous 10 blocks ↓
Total Size: 769.64 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,652.72 GB sent, 96.05 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.