Loading Tool

Explorer IconExplorer

Memory Pool

49,290 transactions
30.24 vMB
0.17136124 BTC
Random Selection Loading Transactions
Max Size: 161.76/200 MB

Candidate Block

Mining Attempt e1a2f298fd236d5e6c454f9a5179f020b97824abacf29381536e69188aa0dbfe
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 65e73b352a127c8be42483d60dc858f336c06c9c1a9b5742db1593d8c998f19d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,058
Size: 1.00 vMB
Total Fees: 0.09219775 BTC
Feerates: 261.10 > 9.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (292,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,225 622,225 000000000000000000068bc941770a8262a01256662cbd03d912851cd5b60a39 2,532 1.00/1.00 vMB 78
622,224 622,224 0000000000000000000ed44658b57070aa5180208a24dd9aa0a2348d846fbc62 2,881 1.00/1.00 vMB 95
622,223 622,223 0000000000000000000ea76b04002eb405f6453357727b80c7a0a4cb61d73af2 3,049 1.00/1.00 vMB 86
622,222 622,222 00000000000000000002ea804e4a568dfad8910a3c193b3607971e20ccc425a4 3,004 1.00/1.00 vMB 101
622,221 622,221 00000000000000000007b3efb3b54a71399f9cfd2ed41e70c1f09c1457b765f5 2,531 1.00/1.00 vMB 95
622,220 622,220 0000000000000000000f78f5abb40ff8157a136b44126a2b1cc10cd3c1eb5d7e 2,328 1.00/1.00 vMB 93
622,219 622,219 0000000000000000000bbf56544b2d8b21cf4938e601ec6889ae6e4139d5ab6c 2,790 1.00/1.00 vMB 99
622,218 622,218 00000000000000000006f8895e2cab969fc3f9061a344d266c0e367bfffc43e7 2,918 1.00/1.00 vMB 89
622,217 622,217 0000000000000000000c973ea708eef0a22532de3a1bf2430886ce1bf598b32a 3,068 1.00/1.00 vMB 91
622,216 622,216 0000000000000000000390d0623bfdda3ebb1ed7f445ea38e31c66005629d41a 3,219 1.00/1.00 vMB 124
622,215 622,215 0000000000000000000fa9965d9b1feeb324625c9ab564d593ec9cbc3517e049 2,248 1.00/1.00 vMB 88
622,214 622,214 0000000000000000000dce388aab29debbc002d2278c4a2b6bfff25bcc1af0f8 3,066 1.00/1.00 vMB 98
622,213 622,213 00000000000000000008230ebbd825acabe75109ae049c55b2eabe5e3d2ba8eb 3,138 1.00/1.00 vMB 41
622,212 622,212 00000000000000000006c7dca485576771ffca54088a2349d0a25c39a75ff879 2,839 1.00/1.00 vMB 81
622,211 622,211 000000000000000000083aeb0bfd023bc59e949d150dd6068ab8f96398d03f68 3,072 1.00/1.00 vMB 71
622,210 622,210 0000000000000000000c912bb4c3195e738197bc10b822d69a72bbe2a999ef9b 2,598 1.00/1.00 vMB 57
622,209 622,209 000000000000000000106f9bd2c4bfcb8ae3a57a310a1dbd09ecba20ebb4b89c 2,133 1.00/1.00 vMB 79
622,208 622,208 00000000000000000005962d9dfed7040d8e6b53b2644bbdd458dabf271fc25f 3,044 1.00/1.00 vMB 49
622,207 622,207 00000000000000000000e52bf6b4390edb0ea526156928c433d73b1525279414 2,790 1.00/1.00 vMB 77
622,206 622,206 00000000000000000002019d16b0257068f9b9da073d21a8426c459be982881d 3,159 1.00/1.00 vMB 81
622,205 622,205 0000000000000000000843f06aaf716279063082eb415d9d8d30650b2a70c545 3,042 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 782.05 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: 651.01 GB
    • Received: 13.38 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.