Loading Tool

Explorer IconExplorer

Memory Pool

79,635 transactions
30.84 vMB
0.11115996 BTC
Random Selection Loading Transactions
Max Size: 181.01/200 MB

Candidate Block

Mining Attempt 0d6583f8e09ae63e2e7e54a5800a44d5791b66b6d7f3976f8670d4791a302964
Version 20000000
Previous Block 0000000000000000000021f3a956650a7471edcad1ab0779099a4375c55a0f91
Merkle Root fd285018c5c77834180fa3b005405d6e53ea706f1e166c8294e258fa855a2fbd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,917
Size: 1.00 vMB
Total Fees: 0.03641733 BTC
Feerates: 201.36 > 3.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,058 (335,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,175 579,175 00000000000000000020ab0dbba3b83157b07fea3a2171ff31e73135f20ca5b2 2,085 1.00/1.00 vMB 168
579,174 579,174 00000000000000000010dac7434a8d8e03a81b1832b9d29250ee92f562c370c3 2,225 1.00/1.00 vMB 156
579,173 579,173 00000000000000000001fce71d0aa301407e2ab893951cc13f2ac8272a681fbb 2,791 1.00/1.00 vMB 203
579,172 579,172 0000000000000000000874611b720d16353a40ff91808388e2af963f4dcd3aba 2,564 1.00/1.00 vMB 126
579,171 579,171 00000000000000000014528441811b6235b31a0ad93e348c75d07887fc672da6 2,739 1.00/1.00 vMB 175
579,170 579,170 0000000000000000000737e298f324df1c2e87ac50387bfc693ab6e878d5bd57 2,150 1.00/1.00 vMB 213
579,169 579,169 0000000000000000001fe7b5a2ff04b055ce5f30634689921a2463ba9ba3be75 2,786 1.00/1.00 vMB 224
579,168 579,168 0000000000000000001189cebc9f85d3e7535f283a56a211930ffc9cea3a3923 2,464 1.00/1.00 vMB 128
579,167 579,167 0000000000000000000531c9610c6e77e882dbb44882ddf62bbb5710e040ea3d 2,374 1.00/1.00 vMB 128
579,166 579,166 00000000000000000001d94b4c4ef799da5fdd808f5e75cec6b80652c2b4d2c5 2,380 1.00/1.00 vMB 173
579,165 579,165 000000000000000000109bcee432fe378efc4c30a7064cc5719133e89854d850 2,111 1.00/1.00 vMB 142
579,164 579,164 0000000000000000000590eff6c7c62123dca4be1f838187079a2fb7d9d3ba7a 2,753 1.00/1.00 vMB 184
579,163 579,163 000000000000000000130ea35126a4b4ef46e4253b539c340990bfbeb4477067 2,187 1.00/1.00 vMB 215
579,162 579,162 0000000000000000000a2d22ce7427c01e3c5fec1722449ed162d93e8edb1caf 2,643 1.00/1.00 vMB 207
579,161 579,161 00000000000000000024a4ce7cb29dccaa3ac53d3cb998866760da6fbd8081c3 2,597 1.00/1.00 vMB 205
579,160 579,160 00000000000000000017aab34c1ece6e8fd7173fdb940e54b521f282f12c6e4e 2,254 1.00/1.00 vMB 172
579,159 579,159 00000000000000000018dae0fde421fb667472cd2dd1ead6e2eb21bfa518d6eb 2,710 1.00/1.00 vMB 253
579,158 579,158 00000000000000000013edc73b98603b19857c1ce6044b43eee9b48de960959c 2,709 1.00/1.00 vMB 216
579,157 579,157 0000000000000000000abef3a3a7efd836d514e673836e810dc3afb2bfc56c53 2,288 1.00/1.00 vMB 183
579,156 579,156 0000000000000000002008e146df16b2d636045174dad8cb07ab50f9520e60ad 1,689 1.00/1.00 vMB 175
579,155 579,155 000000000000000000074bc46095cb6a02f986fbcddbd8cf703033a5b3db4919 2,570 1.00/1.00 vMB 181
Previous 10 blocks ↓
Total Size: 782.49 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: 668.33 GB
    • Received: 15.48 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.