Loading Tool

Explorer IconExplorer

Memory Pool

43,563 transactions
27.09 vMB
0.06479904 BTC
Random Selection Loading Transactions
Max Size: 142.59/200 MB

Candidate Block

Mining Attempt c19f96502c997a58eb51df9afd29e506533548dfcc49e321ad02c5725f5d3e3e
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 63dc13a51589a0c76d0ba5029edb5d73053910d70256d6c0a0f8b0d5db5a9e34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,231
Size: 1.00 vMB
Total Fees: 0.01434204 BTC
Feerates: 151.15 > 1.44 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (537,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
377,486 377,486 00000000000000000eab2e0e43afc90a09ea066c6fd6a7d5fc48373d06d8f479 588 0.24/1.00 vMB 38
377,485 377,485 00000000000000000ef03a99e405e12cee2a5d2b24e1ffa3cc982ba0389abe10 361 0.16/1.00 vMB 53
377,484 377,484 000000000000000005782f7d2b0bd379ef999966a77a7b09dd09d6b730579f38 613 0.28/1.00 vMB 34
377,483 377,483 000000000000000011fb754ef7e9d4e6830787eb601c663ea719916b0bcd280e 1,108 0.51/1.00 vMB 35
377,482 377,482 000000000000000010860afcbed2ce969c5f95849e73fb2a926391cc54c660e1 781 0.32/1.00 vMB 39
377,481 377,481 0000000000000000081a72ccc59b2a8fbda553365b8afe63fc26317fa14ba3d9 1,028 0.45/1.00 vMB 42
377,480 377,480 00000000000000000e6f8a9e738f86570769f6f06166acebe78a3e99dfe4e10a 708 0.46/1.00 vMB 32
377,479 377,479 00000000000000000c0501d67c6ec1e783846d7a9199075ec00ee10b4ab52139 45 0.05/1.00 vMB 13
377,478 377,478 00000000000000000f9d80ec9a0d7b22894c0658ace2468c186003d02a8d0fea 558 0.30/1.00 vMB 37
377,477 377,477 000000000000000004143419e1f6b8ef8aeaa5c84d4002b2f9ddc345de8330b2 662 0.32/1.00 vMB 30
377,476 377,476 00000000000000000db56ad3a193590173f80b501743f900353f78ee84e2e1a4 1,078 0.54/1.00 vMB 35
377,475 377,475 0000000000000000008f7004419f7fe4d8a506351fd5288a32bcf4919683fb00 1,079 0.51/1.00 vMB 42
377,474 377,474 0000000000000000098d82a4615bb30e37b3c830673b69c4102a6f201d5d8c10 811 0.42/1.00 vMB 33
377,473 377,473 0000000000000000072d21a5f700d68424387cfff30e8db6ea465651a4f79d97 867 0.50/1.00 vMB 34
377,472 377,472 00000000000000000d4911c6402a72e4fae9c6e7439eb936a752b5ca08494afd 291 0.14/1.00 vMB 47
377,471 377,471 00000000000000000d079faeb822954980a6fb92039ba49eb1222518dc1cd635 286 0.14/1.00 vMB 41
377,470 377,470 000000000000000001bc920f5a98eeb292e26507819a9bb87d7bba4637c8e805 151 0.10/1.00 vMB 30
377,469 377,469 00000000000000000b668e1a5fcbe523a6e1df273cb3f9685ad4d17aa0d8066b 161 0.07/1.00 vMB 39
377,468 377,468 00000000000000000a68a81a66e779a2faf9b63e654bb56ada68f60077cbacde 188 0.14/1.00 vMB 26
377,467 377,467 00000000000000000a177e70f1ffa4ee080449ad10668dfeafb8e25d213a6d1d 1,347 0.66/1.00 vMB 44
377,466 377,466 00000000000000000b7ccf9ddade9e10a7ebd19042d2530dc49146134664f3bd 1,485 0.75/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.22 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: 654.76 GB
    • Received: 14.19 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.