Loading Tool

Explorer IconExplorer

Memory Pool

82,385 transactions
30.43 vMB
0.10385063 BTC
Random Selection Loading Transactions
Max Size: 185.72/200 MB

Candidate Block

Mining Attempt 55162bd9d6a619c285a2a5e4127f9aac4b8a5b843521a69b8d54e8cce5d697d0
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 44059f0e6f937b29767059f44637d40a166ae83452a95fab4bd42586e82453a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,719
Size: 1.00 vMB
Total Fees: 0.03291050 BTC
Feerates: 402.60 > 3.30 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (483,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,155 432,155 00000000000000000458e018b383514115043a326f245f8dc6ae534353a60c87 961 0.47/1.00 vMB 59
432,154 432,154 00000000000000000013a15aab7c2f9188caabaef9ffe878865ed2db86ab98c3 1,399 0.72/1.00 vMB 49
432,153 432,153 000000000000000001336f81adfced6910bba20e388b7bc3d4ced392c8dc24bb 2,438 1.00/1.00 vMB 69
432,152 432,152 00000000000000000357ee6029406a06305c50c2244b4175578b2bebafcbf5e8 478 0.36/1.00 vMB 49
432,151 432,151 00000000000000000476e11e022c133f7e0a807fefb2efad692caa444f2eeb1c 1,201 0.65/1.00 vMB 59
432,150 432,150 000000000000000003c86f7d404fb2b3da97b2ea4d9218d88f6d4b781a3e0f0b 1,202 0.52/1.00 vMB 48
432,149 432,149 000000000000000000baefe4305de0b8c277d0355de09ec3d7d1da0b5e57b876 2,538 1.00/1.00 vMB 69
432,148 432,148 00000000000000000453b9feda3fed86c22884270c8b8d2bc78e7a4c9f4f32db 700 1.00/1.00 vMB 14
432,147 432,147 000000000000000001adb6d6515ec144ef0377e405b80be4124f5a6551c75526 390 0.51/1.00 vMB 26
432,146 432,146 00000000000000000350438f5ab6c6b65326245cf429ea3d2ff183569be011fa 1,764 1.00/1.00 vMB 48
432,145 432,145 000000000000000001acc1e0eaaf64ed039cc7a58c3ba1dee9be583784559067 1,486 1.00/1.00 vMB 39
432,144 432,144 000000000000000000dfaa9a6e96d3e33a082929837fc4cde0121dcc26423cbb 1,351 1.00/1.00 vMB 31
432,143 432,143 000000000000000002193ade1f094b29ec7ca79c25e6f3faecd84dc00b3eff53 2,339 1.00/1.00 vMB 63
432,142 432,142 00000000000000000313097c27ef5a281ae51050fa23012ff05ec142604201ec 1,815 1.00/1.00 vMB 38
432,141 432,141 0000000000000000033d07b8ebcbc36e6cc7978c5deef78554e049a204fc7fee 1,711 1.00/1.00 vMB 44
432,140 432,140 000000000000000002072df29e32a3f93151ab7af000ae93e80d08edc9c5743d 2,550 1.00/1.00 vMB 59
432,139 432,139 00000000000000000105f06fd207e4c76375e4cb6bae381aa28a9dd39a18aa40 1,792 1.00/1.00 vMB 44
432,138 432,138 000000000000000003b48d55b7af432912f2464d685e512f2a42cdb33a70d121 1,779 1.00/1.00 vMB 41
432,137 432,137 0000000000000000014443d3d7ab58e29e362e90cd9cf676eb0d6e7347db92a3 1,853 1.00/1.00 vMB 39
432,136 432,136 00000000000000000133506ff60fd97678fef80ff76251db809d1e9d6440a2cc 2,758 1.00/1.00 vMB 46
432,135 432,135 000000000000000000f84bee4de50252277978851a6415decc047f213045385a 2,409 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.95 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: 715.22 GB
    • Received: 17.67 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.