Loading Tool

Explorer IconExplorer

Memory Pool

56,350 transactions
32.08 vMB
0.18049801 BTC
Random Selection Loading Transactions
Max Size: 172.71/200 MB

Candidate Block

Mining Attempt ff0ed0c0b1a6210510f0bf942820a31912c8d97a58aa84a1480cc503a0665366
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 08bb2d2c3d0b36f369b186f70f60cf3a77dc41b1e4ba79c3abf7895a2d800d34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,696
Size: 1.00 vMB
Total Fees: 0.07151889 BTC
Feerates: 465.21 > 7.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (292,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,228 622,228 00000000000000000008a759f9e35897d760c78bd782ef9176ed0c22f8f3f979 3,158 1.00/1.00 vMB 99
622,227 622,227 00000000000000000000969a5d749116c00de1b023382bfec4291669ce7283fa 2,471 1.00/1.00 vMB 90
622,226 622,226 000000000000000000096863d7f9c25513addcbcb41131dababccdd53306ca02 2,679 1.00/1.00 vMB 83
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
Previous 10 blocks ↓
Total Size: 782.06 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.18 GB
    • Received: 13.46 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.