Loading Tool

Explorer IconExplorer

Memory Pool

80,813 transactions
30.58 vMB
0.08461563 BTC
Random Selection Loading Transactions
Max Size: 186.53/200 MB

Candidate Block

Mining Attempt 997f879c95a8e164143e4855ed27a4cc9af2627d33fe0530f7722fb400f3f6bf
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root 8047a172268105962bacec61495fd05dafda6c586f167f2fd88def698631473a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,032
Size: 1.00 vMB
Total Fees: 0.01558290 BTC
Feerates: 301.57 > 1.56 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (671,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
244,045 244,045 00000000000000a6ceca4ac9ab50dc75c554b5113ec63ceaeec9d79a7ad5f296 42 0.03/1.00 vMB 90
244,044 244,044 0000000000000032e8230ad5f6203a53ef928bb02e0d049e8ad3dec5b62c2a93 500 0.19/1.00 vMB 151
244,043 244,043 0000000000000071b1fe93b076b173b2a8a7af5a973e4dbea1fc9784d59fdee8 108 0.05/1.00 vMB 93
244,042 244,042 000000000000001686c03a1e2f05b1a8fba70a5fb95d1aab7dff838f573a7a8e 255 0.12/1.00 vMB 109
244,041 244,041 000000000000002f2af16fe293c6da2de8f692414adc2a4fe10b71090a8e51ea 259 0.08/1.00 vMB 1
244,040 244,040 0000000000000076c80f0f1af180d97bac8727451c00d9d6fa9ca000c6ff4469 248 0.11/1.00 vMB 138
244,039 244,039 0000000000000037ce3e1bb08f5852fceccddd0af9e1ad33e521886bc80c89ae 153 0.10/1.00 vMB 63
244,038 244,038 00000000000000024a1e9aa42df466e003dc381c29540d18436a8b6dc28a661f 259 0.12/1.00 vMB 145
244,037 244,037 000000000000003973c1728f5bb6ebd3b8d4b324cafe21156f19d5048ce18144 44 0.02/1.00 vMB 111
244,036 244,036 0000000000000055316d4d7b1f6af569bef416ec069c9abd4a7aae3fc8cd876c 77 0.05/1.00 vMB 117
244,035 244,035 00000000000000244368f99776c8d1b0c81df03b3496c0745791192c1e7c9e18 17 0.02/1.00 vMB 32
244,034 244,034 000000000000001145a664c78fd4df45c0737825436d12d7e5a792fd94eebe92 122 0.06/1.00 vMB 110
244,033 244,033 00000000000000b3d349fbda020f4cfd3eb6644573e622adfb51ca1242030c4c 113 0.05/1.00 vMB 95
244,032 244,032 00000000000000b331d784c3a2ec07d58e0634968f5138feb06a512486b0452d 18 0.01/1.00 vMB 29
244,031 244,031 00000000000000a4b1dcab89df46da55fe6236f1d1f1d5cbf87f8fc2ce6db805 71 0.04/1.00 vMB 94
244,030 244,030 00000000000000981ca6f9f56ae0cc21f542eb8d3114bb10b7b379a3a2d983cc 108 0.04/1.00 vMB 148
244,029 244,029 0000000000000062675887b3527a8506ab607c2c8ab1cab027290a042b0b3922 371 0.18/1.00 vMB 112
244,028 244,028 0000000000000080a090664d36b67b5d71b47aeb99f8372199cd0f3d76eb2b0a 242 0.11/1.00 vMB 126
244,027 244,027 000000000000006731833f463914c9a6936a14135c2e0f5321d8c468b9d5d6e8 55 0.02/1.00 vMB 105
244,026 244,026 00000000000000058bab431eef0d2b78d6d549f5803bbf1232686e30428b6a2f 190 0.09/1.00 vMB 128
244,025 244,025 0000000000000056aea4f5e7d9f555280446a15d7870f381b898d6bdcf7ab1aa 20 0.01/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 783.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 720.78 GB
    • Received: 18.25 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.