Loading Tool

Explorer IconExplorer

Memory Pool

80,660 transactions
30.37 vMB
0.07951760 BTC
Random Selection Loading Transactions
Max Size: 185.52/200 MB

Candidate Block

Mining Attempt 880ca386b96e7bc3e7ee3eb713b3bb4939b04b4715ca2c9423262c56001eca15
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 4bb49194d18c52d4821eae44b21b8a102b423376641c02b2dcd410447e5ba6eb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,930
Size: 1.00 vMB
Total Fees: 0.01167605 BTC
Feerates: 318.30 > 1.17 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (103,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
812,032 812,032 00000000000000000002391d77ec8d1bdf7d0707cb49528a1b4767da2b3fb0f5 3,074 1.00/1.00 vMB 20
812,031 812,031 000000000000000000035fb07cdcfa18bf70cccc7882d2f0121a1b2eb94e0845 2,032 1.00/1.00 vMB 16
812,030 812,030 0000000000000000000147471948b63f1ea9afee3e7da9c77f899532fc01a566 1,360 1.00/1.00 vMB 12
812,029 812,029 000000000000000000001db884d55513a8553792d9096b6307636c8f386a2ced 1,836 1.00/1.00 vMB 14
812,028 812,028 00000000000000000001eccbc52a1d392747d12b079b9706df9d12cea8b563b1 3,618 1.00/1.00 vMB 19
812,027 812,027 000000000000000000004f3fa73b16da2c870b4741c6aa281b816a44ac4b4ae7 2,459 1.00/1.00 vMB 26
812,026 812,026 00000000000000000003c0f28227cdee6951f86b3657271aa065f2eeba47a02c 2,059 1.00/1.00 vMB 30
812,025 812,025 000000000000000000004db5acdfce819eeea8d7576466ff0f07790e3495eb82 1,299 1.00/1.00 vMB 12
812,024 812,024 000000000000000000018f1c7436b5d6c35707ee5e17e5e86214b9b5c58a90ff 2,391 1.00/1.00 vMB 16
812,023 812,023 00000000000000000003f1105eb3dea03161e2d5a36a495392a61a1148264c37 1,061 1.00/1.00 vMB 9
812,022 812,022 00000000000000000002a9d7d69e87a12ee8867361c81393696292fc721ad111 2,633 1.00/1.00 vMB 14
812,021 812,021 00000000000000000001f2da7b9dc626c5afba7ff55f1012e93b0fb109140083 713 1.00/1.00 vMB 10
812,020 812,020 00000000000000000002a2cc7b62b0f7b91b1d26c58a1c7d357f603f59a0bdd3 2,351 1.00/1.00 vMB 21
812,019 812,019 00000000000000000002dbf8cccc4a2c1f1ae0c5bae5765caead3866a40ab7c7 1,785 1.00/1.00 vMB 22
812,018 812,018 000000000000000000018b247fd373d6bd2df244dce8675e88cb606a50b67627 1,285 1.00/1.00 vMB 8
812,017 812,017 00000000000000000000700184f512e34cd59c545ae6d5e07a1b91bd069e2aec 2,198 1.00/1.00 vMB 16
812,016 812,016 00000000000000000003681a17184aa49b1cef02f63805f752e4d1282e07449a 2,385 1.00/1.00 vMB 16
812,015 812,015 0000000000000000000147e3e9404c61cadfa738373e4158bf8d77384c17dc26 2,110 1.00/1.00 vMB 21
812,014 812,014 000000000000000000047a87a01aa39725b95f8abe170c39b9cbb3020b8db70a 3,804 1.00/1.00 vMB 31
812,013 812,013 00000000000000000002faa1874cb499bcc39f45689a36387c4fbe9f3e5a28e4 1,369 1.00/1.00 vMB 11
812,012 812,012 0000000000000000000473212706206ff55f92a72cfa374701d68039a63169ca 2,058 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 783.00 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: 718.32 GB
    • Received: 17.88 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.