Loading Tool

Explorer IconExplorer

Memory Pool

41,135 transactions
29.91 vMB
0.06971310 BTC
Random Selection Loading Transactions
Max Size: 151.92/200 MB

Candidate Block

Mining Attempt 79ea3111c7956affb6d7de0134ed1f27c39568865e85ff12bf4e2d2a7440193f
Version 20000000
Previous Block 00000000000000000001f159911b6b81a9562df458945e3743bcfba5bbd0f743
Merkle Root 0ec973cc720b1804ce0292000b108a150bbb5b966ee13982eaa6a73949a6e48e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,024
Size: 1.00 vMB
Total Fees: 0.00959929 BTC
Feerates: 100.25 > 0.96 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,584 (908,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,680 5,680 00000000f10cbb89e740b80162df1f679def8d249371d46e6ddc671b63d360de 1 0.00/1.00 vMB 0
5,679 5,679 000000005e707fcd51e766ce6bd973ff5adbe756d996184f476d1d3760ab4fc8 1 0.00/1.00 vMB 0
5,678 5,678 000000008715a1aaa2adc6acc0c1ed61c169d92573987f6cd6c8136f06161c8e 1 0.00/1.00 vMB 0
5,677 5,677 000000003764448a75a66060889b3bc0a664af73a494ffcde1e15893c102902c 1 0.00/1.00 vMB 0
5,676 5,676 000000004f896c12fb04bfc61e3d8ee6a39b74948fb7344dd7dd1b7017da5e50 1 0.00/1.00 vMB 0
5,675 5,675 000000001e2e1d2434b7a484ba71e34b5e76d665eeef0f2e7dbe77784b71e045 1 0.00/1.00 vMB 0
5,674 5,674 0000000041a4c447be35d04d14eba4764a359e3798001a44406152ad67d12587 1 0.00/1.00 vMB 0
5,673 5,673 00000000cfa3e85c598e71a7b4af92c21d60c63f2f5234d7d4a241e4a6263ab2 1 0.00/1.00 vMB 0
5,672 5,672 000000005dd2b40fd79157d74961daf6583ab3189b51d26d316af208cb61c358 1 0.00/1.00 vMB 0
5,671 5,671 00000000a4d4a5a85d5944b8f4de6a7efaefb5a056ee0997d587c19493062d6d 1 0.00/1.00 vMB 0
5,670 5,670 00000000ef78b3d4894522830144ea85a6e3dad7caccbda7a118e51eb8115cbc 1 0.00/1.00 vMB 0
5,669 5,669 0000000095a387d69be36dc016d5025fc12257f616e0defcbb76b89157e65c47 1 0.00/1.00 vMB 0
5,668 5,668 0000000084054713ad279e29c8f8497ca80405e32aa728c71431ab7c802fcc56 1 0.00/1.00 vMB 0
5,667 5,667 000000005472019fbdfd744554f49b43d6fdbd8b17be944c385a4382f4fa563d 1 0.00/1.00 vMB 0
5,666 5,666 000000005c0f56b1ed123e4ca9746f88cf174ab9232aa74dc3ebd954ba02c2aa 1 0.00/1.00 vMB 0
5,665 5,665 00000000565b2244fc09a137e1ee8cedb05000ceecec1155ca22a7bf32bd50ef 1 0.00/1.00 vMB 0
5,664 5,664 00000000565fb034db9e8117cf7b28bd82b3556eef089a32e507078e70da2f78 1 0.00/1.00 vMB 0
5,663 5,663 00000000063d0655258aab395c258913b77bfbe8cb4a4f9d2187ccaa5e35bbdf 1 0.00/1.00 vMB 0
5,662 5,662 0000000039ed3376af265235bfa4e3fef3258f4c717da457623c5ec345bb52f8 1 0.00/1.00 vMB 0
5,661 5,661 00000000acf2fb91966651ef64da2807f589a0f93c124a04ee8cba86e3220473 1 0.00/1.00 vMB 0
5,660 5,660 00000000faabb1739a9780e0e6f36f06f83724f28a8766f1a2c9120a4d5e8b47 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 627.05 GB
    • Received: 11.72 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.