Loading Tool

Explorer IconExplorer

Memory Pool

81,168 transactions
30.93 vMB
0.08462916 BTC
Random Selection Loading Transactions
Max Size: 187.70/200 MB

Candidate Block

Mining Attempt 4405a62b6a9ce4e5e8fd8e891cff53117870368a1ef89ce7a94d218a37eafb44
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 55ba6cc29680c29f82d592def49cdaaa94bb7b3b18a7b27914e712eab9175943
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,853
Size: 1.00 vMB
Total Fees: 0.01808264 BTC
Feerates: 100.69 > 1.81 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (337,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,183 578,183 000000000000000000157ecd5fbad84fc615d946c445cdf684fb6f8783bd2974 2,526 1.00/1.00 vMB 135
578,182 578,182 0000000000000000001c2301060b8a0c08f36d49522bf09351e6b27cc8f30d7e 2,689 1.00/1.00 vMB 170
578,181 578,181 00000000000000000024aa2039720c49f7c7166af4050b20e4b2402f58b2a7f6 1,988 1.00/1.00 vMB 23
578,180 578,180 00000000000000000027347fd684a325938488fb0f0a895fc062c1c7e60a8ebb 2,008 1.00/1.00 vMB 58
578,179 578,179 0000000000000000001cd99e9b709a475f5772e1d6d61dc8395faef2a310862a 2,114 1.00/1.00 vMB 71
578,178 578,178 0000000000000000001c8fe49b9ffda35862f20235a7faf42dada483d205cb53 1,886 1.00/1.00 vMB 108
578,177 578,177 0000000000000000001e114491dc8977a4e81d3ef6da3eb063abc66c2498aeb9 1,727 1.00/1.00 vMB 95
578,176 578,176 00000000000000000019c195c05a9a6476c4d8270bb223dd101c25edd114d382 1,357 1.00/1.00 vMB 94
578,175 578,175 00000000000000000004c911fd3d34fd7456023b0bc16a5365d611d0f8520a29 1,375 1.00/1.00 vMB 103
578,174 578,174 00000000000000000018c5c88e0a7acd670578f9c992158942620fd6e1824cb3 1,604 1.00/1.00 vMB 80
578,173 578,173 0000000000000000001b1a3ce29127a595c0a611f65c119245ad8fbfedbef066 2,291 1.00/1.00 vMB 86
578,172 578,172 0000000000000000001b067779c149121f832bc570a38498512b34679de1a627 2,891 1.00/1.00 vMB 107
578,171 578,171 00000000000000000010977da1e4c49bf901e3670a109fe5163b90f9c6a9e425 2,456 1.00/1.00 vMB 156
578,170 578,170 0000000000000000000d8f22c62224ca6210d04d60e76c7592b9fc8abaf147b6 2,004 1.00/1.00 vMB 101
578,169 578,169 0000000000000000001057629a3005d2edd73341550b35a529a3fc8de61856cf 2,824 1.00/1.00 vMB 124
578,168 578,168 0000000000000000000f00fc4973cdd18d6dc8fa94683e03499cdb273e1824ae 3,073 1.00/1.00 vMB 129
578,167 578,167 0000000000000000001c00cf663193e6cf72621c3f22f6597e358acb05859bac 2,982 1.00/1.00 vMB 145
578,166 578,166 0000000000000000000c21eeff31ecfa8b2df15e51ae02c72d3747196bade3d6 3,063 1.00/1.00 vMB 199
578,165 578,165 000000000000000000149665cacd561f92d12c4437fa8d8ad970a4d726c499cc 2,719 1.00/1.00 vMB 126
578,164 578,164 0000000000000000001d23a142dbd947eea7d193bd7420d9d9d7ab38418829e8 3,261 1.00/1.00 vMB 128
578,163 578,163 00000000000000000024d865ce555b7736516ba86464fa628891f594d9eb50b9 2,797 1.00/1.00 vMB 140
Previous 10 blocks ↓
Total Size: 782.72 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 702.24 GB
    • Received: 16.63 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.