Loading Tool

Explorer IconExplorer

Memory Pool

37,527 transactions
26.37 vMB
0.10406054 BTC
Random Selection Loading Transactions
Max Size: 135.36/200 MB

Candidate Block

Mining Attempt 6d6e58229812788bf7e0ff20ac12b49a10c62b01af54c3c1d2872acd7cb07568
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 9f9e95148355eff753d55a4a5759e8351dbdf901e33d90d5dc5853589cd4a39d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,122
Size: 1.00 vMB
Total Fees: 0.05494530 BTC
Feerates: 201.13 > 5.51 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (821,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,155 93,155 000000000000b41357eedb8e90fea032bac197a026214ea34d156161396e0cdd 6 0.00/1.00 vMB 632
93,154 93,154 00000000000486d25064a6cb5dd6c81344879c70d27db88893b3e0ad247be0c1 2 0.00/1.00 vMB 0
93,153 93,153 000000000003a1eeb374c84aeaacc753131d3a8fe160ebe2c42324830b4c1e91 5 0.00/1.00 vMB 2,143
93,152 93,152 000000000000344878bf81936f09d138c0d0f74d5f9444f941b04c706c6a5c30 11 0.00/1.00 vMB 966
93,151 93,151 00000000000101fced740b1f0bde372967a8cc1905d824c00fad0de840a3323a 2 0.00/1.00 vMB 0
93,150 93,150 00000000000110e18e33367be23e04a164bc67d82017624e73187137214780ee 3 0.00/1.00 vMB 0
93,149 93,149 000000000004311fcd232b8c77e6abbaf0c22d2939ea38c995fc95b404ab2870 3 0.00/1.00 vMB 0
93,148 93,148 00000000000141b29e68174bdc7a2839d2167557a0051a190b0897a0113d3d77 1 0.00/1.00 vMB 0
93,147 93,147 000000000002da1dfc534297c26c9721b2a78947c1950bf17887059353266959 3 0.00/1.00 vMB 2,070
93,146 93,146 000000000002b19eebd038532b7be443716533d1ae1e9c5738bba9ec45a09012 3 0.00/1.00 vMB 2,074
93,145 93,145 000000000004c11d1fa344002c2c50624f15258c8221be6556fe9c6ef03fd277 1 0.00/1.00 vMB 0
93,144 93,144 000000000006f1f55e8c82c1d3bc3ea546a1f3910b6d171b054c02d86913d365 4 0.00/1.00 vMB 2,971
93,143 93,143 000000000005090ad94ea8069e4a31d02e08d5171520e190e7421a99fb280419 2 0.00/1.00 vMB 3,875
93,142 93,142 000000000007e1595e32cef35f47342c6cb37237c9a671727980756f1a4cf915 5 0.00/1.00 vMB 366
93,141 93,141 000000000007ea078be72800f64a8a700e2eef66cad75ab9fd7d94e3f8b22b1f 6 0.00/1.00 vMB 734
93,140 93,140 0000000000061810d1d06d6018bae0a4d6d25f71c86a6646f5c5a0fc55c8307b 6 0.00/1.00 vMB 1,034
93,139 93,139 000000000000570ccd61a11919887631455b8258f638b5ef320e2275fc2edc10 1 0.00/1.00 vMB 0
93,138 93,138 00000000000347c1ff68a47ed206edfca721d59d11435ccdc78741abfb76604f 1 0.00/1.00 vMB 0
93,137 93,137 0000000000014481af28ab51b5a0a6eb90012196f6abedf8284cad43b21fe0c2 1 0.00/1.00 vMB 0
93,136 93,136 0000000000061ec044bf96b8949bcb3d2181d7be9fea5f557ee87da329b18c2f 1 0.00/1.00 vMB 0
93,135 93,135 00000000000145544468d8cced65636f2e9dda3ab55fe1897f9d6e90a864dd95 4 0.00/1.00 vMB 2,531
Previous 10 blocks ↓
Total Size: 781.82 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: 636.21 GB
    • Received: 12.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.