Loading Tool

Explorer IconExplorer

Memory Pool

81,704 transactions
30.94 vMB
0.07354287 BTC
Random Selection Loading Transactions
Max Size: 188.51/200 MB

Candidate Block

Mining Attempt 087cf287d5deb97b843cd17f878dee056a2650cfc10d006108e01681dbb56dca
Version 20000000
Previous Block 00000000000000000000f9ed58f50ea3395fea3cc5910c6adbea9d34000d3f9f
Merkle Root 1bcace7b4e3eaee03b1231b677034275356b2bc5b4ca8981b06c15fb7912f597
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,306
Size: 1.00 vMB
Total Fees: 0.00692906 BTC
Feerates: 60.16 > 0.69 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,186 (318,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,826 596,826 0000000000000000000b67d4e38367d08fa9eead34dd5c7effb0d700913bd5bf 1,205 0.38/1.00 vMB 22
596,825 596,825 0000000000000000000ebcfa7d34dbabd2d1838d24a57b6f4a041b42e3e23082 779 0.23/1.00 vMB 20
596,824 596,824 0000000000000000001100f619f12a0bee0288e0a6ea701037c89e1ac4996361 818 0.26/1.00 vMB 22
596,823 596,823 0000000000000000001036c97c6b8e2e6fafaf830506f8d4be9341abc19d35ee 865 0.24/1.00 vMB 19
596,822 596,822 0000000000000000000decde27e1f98fe3f0b6e9120daa1d0707942f8cdb4e3b 2,493 1.00/1.00 vMB 24
596,821 596,821 0000000000000000000bda3e46edbd1bad86bfea85f0193ca5ed455061b33472 1,988 0.84/1.00 vMB 12
596,820 596,820 0000000000000000001283532dcc9c3fa91c647c546fdbc7cd66214ebdbe6e7f 2,297 1.00/1.00 vMB 3
596,819 596,819 000000000000000000095502aed8bb57eb40e559d68d42fa98102bdc788c73e5 1,882 1.00/1.00 vMB 16
596,818 596,818 0000000000000000000f72891a7ff73ee07f41757c5f58f51ef62ded618fccf3 2,295 1.00/1.00 vMB 21
596,817 596,817 00000000000000000003da512729ed23550c992cf2ae6508ebc52e9fd3299a26 2,597 1.00/1.00 vMB 26
596,816 596,816 0000000000000000000dd607d0cf0495456c0155460676b5973a056b6cece736 2,625 1.00/1.00 vMB 12
596,815 596,815 0000000000000000000346ecefb725a990197338be7c42af3bad7fef89be5faf 2,927 1.00/1.00 vMB 20
596,814 596,814 000000000000000000009cfdff31a83dc75de4ffa8d7b654a6e47819da4c39ca 2,519 1.00/1.00 vMB 24
596,813 596,813 000000000000000000057209682b7ffc1653a6b1c0a1a72c5e1f95ebe5183e83 3,002 0.99/1.00 vMB 38
596,812 596,812 0000000000000000000cf876b5d79e0feb03efdfe5f6d4f6fd448ceac43d7e22 2,585 1.00/1.00 vMB 53
596,811 596,811 00000000000000000000b62a8dadaf9e63accf97971288e95a567d33ffdf892d 1,783 1.00/1.00 vMB 13
596,810 596,810 00000000000000000012fe0899d7eb3e79e65b3bf9cdc52ac8047ed0f8ce8cff 2,812 1.00/1.00 vMB 38
596,809 596,809 0000000000000000001138e2c156f25cc8f01fb544587c447ffce0c0ac7df57b 3,018 1.00/1.00 vMB 42
596,808 596,808 00000000000000000004d07f1aa435448613ef2fa9ba1418bb49f3fec2d5fa84 2,993 1.00/1.00 vMB 47
596,807 596,807 00000000000000000010f62d80afb23e7e7311b05e52c51c58c38c7d19803c40 2,521 1.00/1.00 vMB 28
596,806 596,806 00000000000000000004de1024f6af6c298110022e9cf83c1d781ad1ca4c4ee5 2,864 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.72 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: 705.12 GB
    • Received: 16.65 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.