Loading Tool

Explorer IconExplorer

Memory Pool

75,037 transactions
27.80 vMB
0.07841422 BTC
Random Selection Loading Transactions
Max Size: 168.97/200 MB

Candidate Block

Mining Attempt bc4ccb8baec8060bb7accd1f9b965d1b2a9529ec2535af90101bd6258eac01c4
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root 13c18d68ffa1687a56b4b6862f316d149bbcaf199b88d0804a17b48a1f4945a3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,176
Size: 1.00 vMB
Total Fees: 0.01892427 BTC
Feerates: 472.31 > 1.90 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (450,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
464,590 464,590 000000000000000000b52b851dd93c01eea7a43b5e677811e2fe791bd9982a56 1,862 1.00/1.00 vMB 150
464,589 464,589 0000000000000000006456070fac8ebe7a15858bc13513ae5ce2f8562cf5f388 2,167 1.00/1.00 vMB 144
Previous 10 blocks ↓
Total Size: 782.90 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: 713.55 GB
    • Received: 17.39 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.