Loading Tool

Explorer IconExplorer

Memory Pool

73,227 transactions
27.13 vMB
0.06158795 BTC
Random Selection Loading Transactions
Max Size: 165.70/200 MB

Candidate Block

Mining Attempt 3184dbb64fb098f59f8dce7bab1043cad08e133d5da56158b1ef7293f7e1b143
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 11b4cb09879ca011b742a190c83cf0fea8339f6470a7ac5f40f70cc095c3a36d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,000
Size: 1.00 vMB
Total Fees: 0.00412540 BTC
Feerates: 84.38 > 0.41 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (312,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
603,255 603,255 00000000000000000009153ba037a8a536f69cfd6450b98ebb5c6120d939a4cc 2,864 1.00/1.00 vMB 24
603,254 603,254 00000000000000000007f9ebdcd264875b842216750e153fe4a00aa7ae54a493 684 0.56/1.00 vMB 9
603,253 603,253 00000000000000000009da0101456514772b8ba5b2018e55c7504a2e11a7df76 3,370 1.00/1.00 vMB 15
603,252 603,252 00000000000000000013596730e20fb860b151e10142534eb0ce77032fcbab29 2,955 1.00/1.00 vMB 26
603,251 603,251 0000000000000000000fed8d988536ec00e9231b694283b4218d5469585c54d1 2,554 1.00/1.00 vMB 24
603,250 603,250 0000000000000000000eacdbb9045e6d9addae142a6418858fd4c2e71aa7dd40 2,950 1.00/1.00 vMB 38
603,249 603,249 00000000000000000011bca404b02a3b9c14275b73979873f6f5c16e832052f9 1,576 0.55/1.00 vMB 24
603,248 603,248 0000000000000000000b1b0f005ae228b60388371d4639f3ae26e5ccbeb6d45e 763 0.30/1.00 vMB 49
603,247 603,247 0000000000000000000643a1a1940b812acf1bf3f76b6c425c24d5210e8cdfb7 1,576 0.37/1.00 vMB 4
603,246 603,246 0000000000000000000ab7ae023fd65a9a1cccf52782b7b0fa222d8b9a8578f0 2,775 1.00/1.00 vMB 29
603,245 603,245 000000000000000000145ed6cfc41f44aa552ae674a0c6c118b27a3b375c5653 856 0.24/1.00 vMB 23
603,244 603,244 0000000000000000000f54bf746708e92080435b98465f18f6e8cf990d83bca9 992 0.28/1.00 vMB 22
603,243 603,243 000000000000000000104a6019388277f8b88bc6d9fd7a5dbc5d8f030845fb14 1,069 0.43/1.00 vMB 26
603,242 603,242 0000000000000000000499c783c17ef85b705019f349ba046f57bc9ae9b0c1f6 1,077 0.28/1.00 vMB 18
603,241 603,241 00000000000000000009cb92514f535a30185c5b5e1d69bb9aa5ccd6c5f6b527 2,712 1.00/1.00 vMB 30
603,240 603,240 00000000000000000010027edecadbc673527a9fb6bbf454a68b27c46b8d1c12 2,131 0.84/1.00 vMB 2
603,239 603,239 0000000000000000000d887394b2a8a5befa99bcdcb0351e6321ceada0ffe948 2,318 1.00/1.00 vMB 18
603,238 603,238 0000000000000000000e0254907b3e1f19f389b674703dfb406593957c8987e5 2,433 1.00/1.00 vMB 19
603,237 603,237 00000000000000000014f0831b98b8c0cf11dcae031b9eafe10a1c324c4aa8e1 2,567 1.00/1.00 vMB 34
603,236 603,236 0000000000000000000bee325d6945daec9207a57c67e0d5f04e6d56a6042de1 3,142 1.00/1.00 vMB 55
603,235 603,235 0000000000000000000e660569c779cd0252dc1dac14f29d8ae3a0e0cb45a9bf 1,014 0.33/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.89 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: 713.36 GB
    • Received: 17.36 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.