Loading Tool

Explorer IconExplorer

Memory Pool

79,010 transactions
29.43 vMB
0.08357262 BTC
Random Selection Loading Transactions
Max Size: 179.93/200 MB

Candidate Block

Mining Attempt 24371617c6618585f377b0b33d0a299119db22eb2d51f8fe448aaf327f1ec4ec
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root aa5d9c6affa12184ce9e36054601863ffcc67080653b24f485f732e49a6cc74e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,376
Size: 1.00 vMB
Total Fees: 0.01887903 BTC
Feerates: 402.60 > 1.89 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (450,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,611 464,611 000000000000000001cfa2d76b1999205b111736ee64c1702f8f9ba65730ec63 2,453 1.00/1.00 vMB 148
464,610 464,610 000000000000000001af3de5f99e8c912d63f5c2e323e52606e5fe82703c5806 3,258 1.00/1.00 vMB 132
464,609 464,609 000000000000000000d22babf4eae969b5611797780a7daa9979218ecb8f7ebe 3,278 1.00/1.00 vMB 123
464,608 464,608 000000000000000000fca0653561da9cf9d81573423dca69329fe7b9cc985957 2,429 1.00/1.00 vMB 125
464,607 464,607 000000000000000001e0d7a085cc8c4149b774ede1dd11423308c29151e1d934 1,688 1.00/1.00 vMB 146
464,606 464,606 000000000000000000906b4e1d06ff87e2ac84d6f4af01acb6165c4de0f9f6a5 2,505 1.00/1.00 vMB 176
464,605 464,605 000000000000000001b8035adbd9d176b91ee01fd27ce4f0d0f7fb71764ce1ac 2,812 1.00/1.00 vMB 240
464,604 464,604 0000000000000000015b1eaecf758cff91d5814dd5fc415efca2e70c683f58c8 2,490 1.00/1.00 vMB 150
464,603 464,603 0000000000000000015fee87e18a00ae557d9aca8a20981e115b370358347b04 2,910 1.00/1.00 vMB 142
464,602 464,602 000000000000000000115c1527884aa6a3481fc2e77f00972d43719b3cbd041c 2,243 1.00/1.00 vMB 157
464,601 464,601 0000000000000000020eb70bb513a87143fea302fc23615e79a9a1abd9f4e0aa 1,665 1.00/1.00 vMB 134
464,600 464,600 000000000000000001762fe8b262c49e62cc7a8ca92495ed5d0d6200364f13c3 1,723 0.93/1.00 vMB 123
464,599 464,599 000000000000000001672fd6c92f9fb0c01dc375b4c9dc01e8395eb5485b0ba8 2,033 1.00/1.00 vMB 138
464,598 464,598 000000000000000000f3088132f12affa7ad5a8ce20906b74b75bd23eca98dc3 2,313 1.00/1.00 vMB 194
464,597 464,597 000000000000000000532cc6e535596cc5626a54a55c6b208aea8bdf2dbcf449 2,736 1.00/1.00 vMB 186
464,596 464,596 00000000000000000150ee4775cd661cf63e80d21fd455898cdbb8b70504b98c 1,976 1.00/1.00 vMB 157
464,595 464,595 0000000000000000003006fb97c9695e1b58e577d2021ca39bab17226ab52825 2,685 0.99/1.00 vMB 192
464,594 464,594 000000000000000000020fe5e98fd311039ba3b0953fe6268b5a3a357de83067 2,082 1.00/1.00 vMB 172
464,593 464,593 0000000000000000000f169723ac0cca7e12338b85ce8027993fffd086f53b52 2,099 1.00/1.00 vMB 159
464,592 464,592 000000000000000000943776a3b7f2a109fc3be36ff1f063a5f3ed29e3bd800c 2,463 1.00/1.00 vMB 201
464,591 464,591 0000000000000000007d90823b20fd05ea12572bf2052c37b5ca055c7b654fa2 2,198 1.00/1.00 vMB 114
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.