Loading Tool

Explorer IconExplorer

Memory Pool

38,302 transactions
28.41 vMB
0.06323955 BTC
Random Selection Loading Transactions
Max Size: 143.61/200 MB

Candidate Block

Mining Attempt 8585a6f9f5fb6336716dbd7df774bd4cfb7a29ab159acf0a33d55baea43dff03
Version 20000000
Previous Block 0000000000000000000188686e50511c6ffe1299164f12b05c9e57ffa2983e8f
Merkle Root 6170e1abeec7534c1928b4f1c0ee3694135e791cc5ce94b557eff2372c8630e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,476
Size: 1.00 vMB
Total Fees: 0.00854137 BTC
Feerates: 100.35 > 0.86 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,555 (902,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
12,467 12,467 00000000784435764459dbb0cc1dafc94ee984d9c1249fdc4ac9905fd292997a 1 0.00/1.00 vMB 0
12,466 12,466 00000000688612c899d734f2ef945b17422a9dc9c81843dc425c5ad1ea0ebf0e 1 0.00/1.00 vMB 0
12,465 12,465 000000006001f78ac1c4f79fa28f4f456f343f6dfef364660d725c9ca70f42bf 1 0.00/1.00 vMB 0
12,464 12,464 000000004cd008cb986935a21852e2011930f66c28deb9aba2d53667d754ac42 1 0.00/1.00 vMB 0
12,463 12,463 00000000a213f79a410f55c7be9d37e97a23dfdf1253d65bbbf2f117893da1aa 1 0.00/1.00 vMB 0
12,462 12,462 0000000028b53b9fab0a3af6547b0d318485ce371466bd5c93f28320d1e42f4f 1 0.00/1.00 vMB 0
12,461 12,461 00000000ffd75a76e7fe0c04754f718ae5fddca404f42f60247ce454f025504e 1 0.00/1.00 vMB 0
12,460 12,460 00000000a7e58db7fb740526acfab90eff61668047938356066540b2cf331645 1 0.00/1.00 vMB 0
12,459 12,459 000000001a014a437df746528c7f7600f04f4db818a4529e8d17030416a750be 1 0.00/1.00 vMB 0
12,458 12,458 00000000478f940edc0f8238324d243fbe1c159e0fd9a913c9d16e10fc7e4a09 1 0.00/1.00 vMB 0
12,457 12,457 000000002d7304661bda83970b2df8afa1349258208883329fb77bc3d91b3608 1 0.00/1.00 vMB 0
12,456 12,456 00000000f6737e06a1822d3e2a276a8a39d670f8278c0d04b826e6f72904f537 1 0.00/1.00 vMB 0
12,455 12,455 000000009573b4b0b22f04c18caa5eb735b9417ee925e30bc7b22164ae4c3858 1 0.00/1.00 vMB 0
12,454 12,454 0000000092fa45e89d049a7cff22665f50377d86f0bcc2a6ef4778b4d3267a62 1 0.00/1.00 vMB 0
12,453 12,453 00000000233d66d384d4a99bf4b98c14f0deea6c59317654f532fe4de23500d2 1 0.00/1.00 vMB 0
12,452 12,452 0000000043348c399ff0b0c511885e0bea4b3fde711ebc514033d07dbce740a0 1 0.00/1.00 vMB 0
12,451 12,451 0000000012de2f0b703e1c004bd5d2c88214204fbc4c7af2c70ea02fe375ffd2 1 0.00/1.00 vMB 0
12,450 12,450 00000000cda09906dc52da1c7f34b95456c76b31a452bd5505631c046e5caaeb 1 0.00/1.00 vMB 0
12,449 12,449 00000000273a64393d76f666c9138b67c638e5c4c6429eff539f663062dcd84c 1 0.00/1.00 vMB 0
12,448 12,448 000000008093f6db9c59deb51f399d2f6a1f2866336d6d7e6baf5de1d3cabfbb 1 0.00/1.00 vMB 0
12,447 12,447 00000000a553822632c9c85d8138d3934b1c96cf1d14cf070877f778d3bc5127 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.59 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: 623.49 GB
    • Received: 11.46 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.