Loading Tool

Explorer IconExplorer

Memory Pool

84,690 transactions
32.77 vMB
0.08372875 BTC
Random Selection Loading Transactions
Max Size: 194.14/200 MB

Candidate Block

Mining Attempt 62bded33fcdff7cb24dfdd73af1ab3f9b7db692bbffd91405d5c659e0413cf9d
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 987e21f9cad4d58ebfd8d07b5ace04301d23be1a48dc1e5ec847335e8745b8c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,311
Size: 1.00 vMB
Total Fees: 0.01874996 BTC
Feerates: 120.64 > 1.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (293,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
621,033 621,033 0000000000000000000ab80848331f2005c02b3fc19b7989c57c84e1a11c1888 852 0.31/1.00 vMB 19
621,032 621,032 000000000000000000070876a4849a16551599d39658196873cda08f86db4a2e 1,342 0.49/1.00 vMB 19
621,031 621,031 0000000000000000000c4dfc5b4d3da1162d676602f7ca526b51481dd025db07 1,868 0.67/1.00 vMB 3
621,030 621,030 0000000000000000000e63603e79b23f6201d41931f92b9acf3540db8dff0694 2,820 1.00/1.00 vMB 21
621,029 621,029 0000000000000000000fd3b9e8d75c67a043cc35cffa4c1af36cc5fb0fd27f20 1,513 1.00/1.00 vMB 3
621,028 621,028 000000000000000000073fe0efae15fe62263dc54056fcad30450cf65ac11e05 1,366 1.00/1.00 vMB 6
621,027 621,027 0000000000000000000519cc517d799eded4e5c77f0de8b709df49403e930665 2,893 1.00/1.00 vMB 34
621,026 621,026 0000000000000000000cf7b325ff9b5a1fc2331ed6b6472b12b345f3d510dec2 1,281 1.00/1.00 vMB 8
621,025 621,025 00000000000000000009dba80adbfe37b8adfed2f40f4f3c10d16b55aa243a2b 290 1.00/1.00 vMB 5
621,024 621,024 00000000000000000001231ecb94a31cc29178b944b3289dc519557de280314e 678 1.00/1.00 vMB 6
621,023 621,023 000000000000000000067fa8bd0894e011b05b93f21a5b50a545c48b37184a33 2,888 1.00/1.00 vMB 15
621,022 621,022 0000000000000000000b26367cf7e7e2950b1b1390edd488c338bfa3d36a5408 2,300 1.00/1.00 vMB 30
621,021 621,021 0000000000000000000d0f15da4a71a0107519881ac0a761fe309ec7ddee32bb 1,033 1.00/1.00 vMB 10
621,020 621,020 0000000000000000000b18086a9de212989d2ef14d2078866d90adedd8ec9867 2,390 1.00/1.00 vMB 12
621,019 621,019 000000000000000000006066dcfb2d5d7ee8e5d1b2364ea4c07646cdd2a2718e 2,752 1.00/1.00 vMB 29
621,018 621,018 00000000000000000007bbbf1c26edb073ab4aced2f21658b1a6f37ea8d55c4a 2,996 1.00/1.00 vMB 27
621,017 621,017 0000000000000000000f100356ac857a86b3eac8ff9d7e599979db4f739e82ec 2,031 1.00/1.00 vMB 14
621,016 621,016 000000000000000000037c1199faa63ed569828882f2dff2f2ad22a13c156398 2,517 1.00/1.00 vMB 14
621,015 621,015 00000000000000000003fc8af63101c32a4547e3678f79c2ae0cd37f6541b7e3 3,108 1.00/1.00 vMB 30
621,014 621,014 000000000000000000089c322af9fa927abd270d3fe9e13946a13213f8457e2f 2,491 1.00/1.00 vMB 14
621,013 621,013 0000000000000000000123e9e47d21e06dbe183e0435b96ce8a61107d92ab553 2,122 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.