Loading Tool

Explorer IconExplorer

Memory Pool

40,112 transactions
28.42 vMB
0.06275791 BTC
Random Selection Loading Transactions
Max Size: 145.20/200 MB

Candidate Block

Mining Attempt e9e1243faa5ac84fbba8af016e7ec1da54443eacbd299d09bcbfc6a63c27042e
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root d1703f2c2b19214e1d887ecf85f6fb2eb981557749fadfa3a441354ef56fe255
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,141
Size: 1.00 vMB
Total Fees: 0.00800581 BTC
Feerates: 60.12 > 0.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (415,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,956 498,956 000000000000000000783b89ff8140c702753b6aa894d64f70c05529b7622257 2,884 1.00/1.00 vMB 445
498,955 498,955 000000000000000000aabc9831a830ab8542137c68998368b86f9127432767d5 2,667 1.00/1.00 vMB 339
498,954 498,954 000000000000000000ac5358dc0ffa910c16bd06ef2de862af568b5a9b775cdb 2,865 1.00/1.00 vMB 411
498,953 498,953 00000000000000000028e7bb3143625e4a365bf0cf0fdeccb3ad3d3fde4223e9 2,717 1.00/1.00 vMB 474
498,952 498,952 000000000000000000594758d39d0f0843a4b8f787d6cefe03c95ef40e858d9e 2,487 1.00/1.00 vMB 383
498,951 498,951 00000000000000000002fe75f8f0769b55f839abb753fcfeccbe2180ebaf799e 2,850 1.00/1.00 vMB 424
498,950 498,950 0000000000000000006656d1cb0751a8d0609cb487c2563c0753dfe0ca43e7da 2,605 1.00/1.00 vMB 477
498,949 498,949 000000000000000000823b18df1113b44c96fb2342955db1eeb84b0f404437af 2,470 1.00/1.00 vMB 264
498,948 498,948 00000000000000000033544dec747e0f257a08e6eb79d5f7e06059a415ea2a93 2,421 1.00/1.00 vMB 277
498,947 498,947 0000000000000000001b1598e5770c15e929d7069fe69e6f52dd659a2f31faac 2,636 1.00/1.00 vMB 269
498,946 498,946 0000000000000000003733cf597a6e86e3d8793c7aae2172561f97097245a4c2 2,627 1.00/1.00 vMB 402
498,945 498,945 0000000000000000003eb9705955ede32d0a59ca89e4b708289ca5ab3c63a8fa 2,434 1.00/1.00 vMB 217
498,944 498,944 000000000000000000710b47046ff013e8390730e7469bf236132c2848ab9841 2,766 1.00/1.00 vMB 368
498,943 498,943 0000000000000000009ab34d95c782ed2aec9cf631e3723a93134c6c3d523504 2,870 1.00/1.00 vMB 314
498,942 498,942 000000000000000000104cadc2be387db5bec5ebc375a7c8585efa018f5c3f34 2,394 1.00/1.00 vMB 240
498,941 498,941 00000000000000000099d14e35b5310bb21464fd856f961ca08d05bb45d4dca2 2,625 1.00/1.00 vMB 319
498,940 498,940 000000000000000000273595b43d87b37785b1b6b388b318428ca7f19398430a 2,872 1.00/1.00 vMB 379
498,939 498,939 0000000000000000005e9c0ef8dbaa2c62ca4684aed19539d522dce32fe8e6da 2,691 1.00/1.00 vMB 449
498,938 498,938 0000000000000000004607df4408ef2ae2ecfd28857b3f3dbfc4d7eb0031d8bf 2,646 1.00/1.00 vMB 304
498,937 498,937 0000000000000000009b0f2f19dee3ea08e69d285d252c221e1bb684e3f7110c 1,780 1.00/1.00 vMB 290
498,936 498,936 0000000000000000009ce3c76e904592778b7b383589e655557d3c5d5065c7b1 2,726 1.00/1.00 vMB 339
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 629.17 GB
    • Received: 11.87 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.