Loading Tool

Explorer IconExplorer

Memory Pool

31,674 transactions
18.51 vMB
0.04879212 BTC
Random Selection Loading Transactions
Max Size: 98.85/200 MB

Candidate Block

Mining Attempt 35b681a87a0c241b5968b003c057e9f457553904571bc65ffce6728df874de47
Version 20000000
Previous Block 000000000000000000000913b586ff4b98280e4d2f8ef7b82d501c3bf4364bd5
Merkle Root a04f74cfe4d6a3992b2b4ba63893c07126c430c31112c157f334f48a771de8bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,958
Size: 1.00 vMB
Total Fees: 0.01384828 BTC
Feerates: 100.25 > 1.39 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,129 (785,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,713 128,713 00000000000013ccfe9438242cc728d5a20064ac912f1b65f7159d05f713d387 15 0.01/1.00 vMB 1,132
128,712 128,712 0000000000001d277eb822b828d97318b0b264c5c18e3f2410bccd4d1feeb251 25 0.01/1.00 vMB 956
128,711 128,711 0000000000002488ae2e740304600243c1967ff54f8398ad70def3f15ecda314 13 0.00/1.00 vMB 330
128,710 128,710 0000000000001eeb580b19d8a5f178630e3d56b1fb3d6872abb05b844632a417 13 0.00/1.00 vMB 285
128,709 128,709 00000000000002a1f1bf0c088dadc4714a0ffe4043678e807817d1c0af414d07 29 0.01/1.00 vMB 587
128,708 128,708 000000000000243fc7ff767b4b2074064964df535e7070dcac157f6983b045fc 100 0.04/1.00 vMB 347
128,707 128,707 0000000000001f7a5ca18699f06f4d73126fe7e22a306c9f9e4f74143f752977 12 0.00/1.00 vMB 2,580
128,706 128,706 0000000000000d758f248b29df2c088c6f45962e723afc1b362e3f687850fed1 10 0.00/1.00 vMB 564
128,705 128,705 000000000000151b38c20876711c7c8c09593157d05d613666c6606f5915b60e 8 0.01/1.00 vMB 510
128,704 128,704 0000000000001a752b4be0f713babba90c9e5299f5b66a39564a3f15a574a050 8 0.00/1.00 vMB 1,349
128,703 128,703 0000000000001c660b88d3ceaa483a86baf0544c2e31cb1d3b46b3c11b2c08dd 6 0.00/1.00 vMB 1,987
128,702 128,702 0000000000001ffe4b54915ac6ae072f0ad0f709687a995606e8aa9ba97d952c 18 0.01/1.00 vMB 239
128,701 128,701 0000000000001ad22e7c486a7ffd5db26fd982ee71bbd17fd590d3e8ec8c8cd5 33 0.01/1.00 vMB 655
128,700 128,700 0000000000000bf33ddfb887ee6f31cf888d38ee5671317a1143d45cd3d28b9f 21 0.01/1.00 vMB 596
128,699 128,699 0000000000001b49ed2607cdcfe3fc85ce942de63d051c9fa1d8dc79da166211 96 0.03/1.00 vMB 405
128,698 128,698 000000000000142726f6563e8712a825fe6dab18dea8a3572482e25778562537 68 0.02/1.00 vMB 542
128,697 128,697 00000000000013129ef1daa53ebd711926fef96a6c41e5bfb62c72aea31d4131 30 0.02/1.00 vMB 888
128,696 128,696 0000000000000c710f6d52514afc0024cf69a8108665dca12f31f9e0d7fe8b0c 9 0.00/1.00 vMB 368
128,695 128,695 00000000000022dee46adda0948a9c476ae36209ded8fb22a42e195410d6747c 115 0.04/1.00 vMB 161
128,694 128,694 00000000000004fee70cc6916fbc5caa487fc47428c7d8380c1bdc8e3ec02027 29 0.02/1.00 vMB 561
128,693 128,693 0000000000001ea3807aefcefbcd8e21b986ac9f5886b323b54e5c02480b0c6b 36 0.01/1.00 vMB 545
Previous 10 blocks ↓
Total Size: 780.83 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: 561.46 GB
    • Received: 7.41 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.