Loading Tool

Explorer IconExplorer

Memory Pool

5,941 transactions
1.02 vMB
0.01095070 BTC
Random Selection Loading Transactions
Max Size: 8.38/200 MB

Candidate Block

Mining Attempt 42d608bdef7791374fe99900395383b5dd94be75cedfd9e76330ff56b0ce89a3
Version 20000000
Previous Block 000000000000000000009bdac69f8cb7b7b6b746adb30da9782cf0a9a47c718e
Merkle Root 5cec8dfcaed92cf67057e4adb03e1fafc5e040ed53d938cc9bf21ded37a348b1
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 5,825
Size: 1.00 vMB
Total Fees: 0.01093435 BTC
Feerates: 444.20 > 1.10 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 937,915 (3,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
934,667 934,667 00000000000000000000b45a456fa17a446e580b7e12b4eca80a0b8a0732d933 3,548 1.00/1.00 vMB 2
934,666 934,666 0000000000000000000038f45fd5a1c7777051f5a27f5611a08f84df3c40d74d 1,013 0.32/1.00 vMB 2
934,665 934,665 00000000000000000001e53490aa310494a9984ad2b9bf5e9356ac2f27cc0548 4,880 1.00/1.00 vMB 0
934,664 934,664 000000000000000000008aaaa151f90b5445eb15411335e35e66e0cf1a2dc512 4,630 1.00/1.00 vMB 0
934,663 934,663 00000000000000000001899e0aa3d013e92262432a92d4604cadf29d5c505b69 3,545 1.00/1.00 vMB 2
934,662 934,662 0000000000000000000187406156ae0b5f676b20ba6aaf0f64f97aa326d17ce8 3,038 1.00/1.00 vMB 1
934,661 934,661 00000000000000000001f025f63aa09822c4d7fe36c98b44079670709f1a26d3 3,115 1.00/1.00 vMB 4
934,660 934,660 00000000000000000000d17303981c8af8133d4718ab29eebfb9cf8f0f4de759 2,988 1.00/1.00 vMB 1
934,659 934,659 000000000000000000007dff19f0b7a1f64b3cbda131bfd0d1a3320c60bb83c3 2,571 1.00/1.00 vMB 1
934,658 934,658 00000000000000000000b0edd13d7f4a6533f1647c906cd9ac867b9b55c94358 3,395 1.00/1.00 vMB 3
934,657 934,657 00000000000000000000117c71f24ec2f0399b2a7f7c4e32851a130d1b468a80 3,354 1.00/1.00 vMB 1
934,656 934,656 00000000000000000001a75c70c05f22c644704675a5ac08d3b6ba7ece28522c 1,339 0.40/1.00 vMB 1
934,655 934,655 000000000000000000014c77ce023d4d9eccea691238e1a95f6a5afb8d9c2d57 3,084 1.00/1.00 vMB 2
934,654 934,654 0000000000000000000110fdf2e549ea2e4824228a2599aaf0cc2232f1566129 1,736 1.00/1.00 vMB 0
934,653 934,653 0000000000000000000024e12f8b36e2cae13d7d7042ac06911d5fc09125535b 871 0.29/1.00 vMB 2
934,652 934,652 000000000000000000019161772501cddf8de272431d6d4c92a8a2912caca1df 4,648 1.00/1.00 vMB 1
934,651 934,651 00000000000000000001a922ba70e7cf157fbe86508d18934c9dda92b20656f7 798 1.00/1.00 vMB 0
934,650 934,650 00000000000000000000feaba8181427cf6d4da2e86002da9cb61e3f47a217d2 3,635 1.00/1.00 vMB 0
934,649 934,649 00000000000000000001f00ac9b251ee1a3973a2d81b53360458ae3c5b64c94a 4,373 1.00/1.00 vMB 1
934,648 934,648 0000000000000000000188b25c30037810e19df62213574fc354e6002eb365ff 3,947 1.00/1.00 vMB 1
934,647 934,647 00000000000000000000b04cdb0f512556d490423bf528ebfa617ef7ae3341bc 3,468 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 823.02 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: 4,071.90 GB
    • Received: 221.93 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.