Loading Tool

Explorer IconExplorer

Memory Pool

76,846 transactions
28.45 vMB
0.09759806 BTC
Random Selection Loading Transactions
Max Size: 172.37/200 MB

Candidate Block

Mining Attempt 142a1e8dae3349225c183ad3a5eeec64491ee2295d907b6d4747c4ebecb959b2
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root d0e5c71f170e9d02e231c3a5fb99f2aee9d18d92e6eabf223d789853cdbd1567
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,674
Size: 1.00 vMB
Total Fees: 0.03378735 BTC
Feerates: 150.80 > 3.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (408,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,509 506,509 0000000000000000004d959616e57fea4162a0b361434e701b56e837640bdd43 2,025 1.00/1.00 vMB 51
506,508 506,508 00000000000000000061fd4d9694f1fe731a29fa439dbf81186747a31444b02c 2,138 1.00/1.00 vMB 112
506,507 506,507 0000000000000000001ba4b03115374c952c714c78cdccd7336eabafeff3d02c 2,024 1.00/1.00 vMB 190
506,506 506,506 00000000000000000054bc6c1a264906daafa5207a9eab804b3d9842852cf8fc 2,078 1.00/1.00 vMB 84
506,505 506,505 000000000000000000517b6f720f9080b45f0bc81d56575bc39792fdaa38a2ef 1,986 1.00/1.00 vMB 210
506,504 506,504 00000000000000000030ec426529b2d2b049fdd406d535f01ca50583b4f534da 1,711 1.00/1.00 vMB 199
506,503 506,503 000000000000000000653184035ddc5c1c771ecbe4f6d4a622a4163a41f9dda4 1,878 1.00/1.00 vMB 153
506,502 506,502 000000000000000000437a161a558062041881d825082d8eaa79888eed1511db 1,917 1.00/1.00 vMB 185
506,501 506,501 000000000000000000531180cd506a2923021945f0a6303bb01d02f8043a8b47 2,049 1.00/1.00 vMB 159
506,500 506,500 00000000000000000000b2368e32c4b734314ed7c1164edc84f98d19d74a1acb 1,745 1.00/1.00 vMB 126
506,499 506,499 0000000000000000000c997738abb9ed6c96389dab251542fdcd54dc5c91ad3d 828 1.00/1.00 vMB 112
506,498 506,498 00000000000000000066e574bf2ab9afac3c0b125dbd0cf527a7f769750ff1eb 1,656 1.00/1.00 vMB 196
506,497 506,497 0000000000000000006b4731cc0bfbb551f86d73818bc5f08548e9dfd527d18e 1,230 1.00/1.00 vMB 177
506,496 506,496 0000000000000000003b6f00c3e5262d59cdef21ef6c2d422d0cfbba259095a3 2,195 1.00/1.00 vMB 188
506,495 506,495 000000000000000000288e63f65f4d97ef52b14c30e4d22b26dd700743bd30f4 1,619 1.00/1.00 vMB 84
506,494 506,494 0000000000000000004341ccb4ad91a67254ed2ed91a58723f1ac517e1df2548 2,007 1.00/1.00 vMB 83
506,493 506,493 0000000000000000005a3a49a6e94bb9c3b0368046d33bf49848166857167bc5 1,947 1.00/1.00 vMB 225
506,492 506,492 00000000000000000066db277b5e2ae3eeea7c108c52dd17e96ee6a757f3d4a7 584 1.00/1.00 vMB 62
506,491 506,491 00000000000000000061bd3ef5fb8b0fc45bd66ed3681b74d8b4d4a041307395 408 1.00/1.00 vMB 13
506,490 506,490 0000000000000000005233d9ed782617c10ce3b4b475b69d04ff7083cdb2a9ab 1,216 1.00/1.00 vMB 53
506,489 506,489 0000000000000000002e7cb60b6c9e91022d7ceb6f5eb125f7a671eb6fd04fa3 1,784 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.85 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: 712.63 GB
    • Received: 17.21 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.