Loading Tool

Explorer IconExplorer

Memory Pool

44,669 transactions
28.59 vMB
0.10190183 BTC
Random Selection Loading Transactions
Max Size: 149.27/200 MB

Candidate Block

Mining Attempt eb7503329bc4c1b4f31ce57d4ce0ebe8996de39faacee2618c7d85066865f4ed
Version 20000000
Previous Block 00000000000000000001dc7d8af27fbeaa83efa4a354c22a9b1c23db4f2935e4
Merkle Root 7b7b3757d9042d51630417ab8f26eec6bb60b7d8aeda0cbcbcd1ffa69e53c071
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,984
Size: 1.00 vMB
Total Fees: 0.04254882 BTC
Feerates: 477.45 > 4.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,252 (661,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
253,102 253,102 0000000000000013d772f38b215e40da69cfb6007be164662e3d244fde4a9c4e 52 0.02/1.00 vMB 44
253,101 253,101 0000000000000011417673f989aa97b9606b04431fca1ec81c5d702987d1c606 670 0.29/1.00 vMB 105
253,100 253,100 0000000000000012869a87d194fe00e98421c3e46ef4cb8a4acf0467a3b418d8 579 0.25/1.00 vMB 134
253,099 253,099 00000000000000486dfa9cc4c91c8a31dba71111b2bfd9170e509ae62a5a653d 509 0.23/1.00 vMB 196
253,098 253,098 00000000000000385a0c65912b1f1f1b6050365f1fc42e642fcf0a29071b8d49 589 0.25/1.00 vMB 4,097
253,097 253,097 000000000000000602974994d1610e7572efc5a2d265d1d12419271a25d64c25 146 0.08/1.00 vMB 127
253,096 253,096 0000000000000022f841ecc36eb1915a4e9d714e20814674ce994532b9ce7a69 652 0.25/1.00 vMB 125
253,095 253,095 000000000000002a1915fa9ae9e2e05d8aba9952ee5fa04ad60a55cc649ba38e 301 0.16/1.00 vMB 102
253,094 253,094 000000000000001fc952a68a7d527e314bbdb5bfe1a57c16543ced8c2938519f 730 0.30/1.00 vMB 133
253,093 253,093 000000000000004d9caeea4b37457aca9df6be9a9fd25b835cac3ec261bed308 54 0.03/1.00 vMB 110
253,092 253,092 0000000000000042866070b0b18759f17834efd2cb8c3dfd9f61e056db4d11d3 265 0.15/1.00 vMB 57
253,091 253,091 000000000000005416b8e083cbd1ee960fa32200af54474dae9eff285b4feb33 657 0.25/1.00 vMB 152
253,090 253,090 000000000000004d23273a9b87c33c617c85b1c1c65870b60cd39dcaa06b3ea3 292 0.14/1.00 vMB 130
253,089 253,089 000000000000004b6e74b374e69ff0fc2be8c2d5e32eef1c1e0723585e6db21c 598 0.37/1.00 vMB 40
253,088 253,088 000000000000002dc84648aaf48d4eec267b939f9d1d3f997163d20c8da54cf6 670 0.25/1.00 vMB 123
253,087 253,087 00000000000000007fdd4b0869a8475181c613cd0b78719cceb87ff41057e78b 664 0.25/1.00 vMB 136
253,086 253,086 0000000000000009434101e63516fe75355c9351deaa4dd21011fbd05ca81b2e 555 0.25/1.00 vMB 109
253,085 253,085 00000000000000066d41e975d42da072e5e6b595a2f4ea5d81af9f9e83a87504 1 0.00/1.00 vMB 0
253,084 253,084 000000000000004f50ef21166f5dce4e40358b2237e3665e88288b9ed8d74a93 495 0.25/1.00 vMB 111
253,083 253,083 000000000000004791794de937d6bfca471aa5bc581c853be7ed519143a13bc3 622 0.25/1.00 vMB 152
253,082 253,082 0000000000000002989e2345d404e6572425240648090b41d5774563ceb1a0ab 770 0.25/1.00 vMB 213
Previous 10 blocks ↓
Total Size: 781.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 576.87 GB
    • Received: 8.56 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.