Loading Tool

Explorer IconExplorer

Memory Pool

32,525 transactions
29.52 vMB
0.07757192 BTC
Random Selection Loading Transactions
Max Size: 160.18/200 MB

Candidate Block

Mining Attempt 3a04c83146df29dc41dfaf567ad61b2f5a0160a0c0eaccd42c3aa78f29a27d97
Version 20000000
Previous Block 00000000000000000000703d366a0f2e9456ff49d30436c15ad4075d0630f92d
Merkle Root 699d5cea41234be88eaf5702801f1663dcceaffeb30004bf77b55f48cdbcb518
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,873
Size: 1.00 vMB
Total Fees: 0.03829777 BTC
Feerates: 200.00 > 3.84 > 0.88 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,301 (47 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,254 939,254 00000000000000000001190d68daf1b18e184469bb78090cb54bc4d273b5b937 2,223 1.00/1.00 vMB 2
939,253 939,253 00000000000000000001b1b443c19d91bf3e38309ab397b006029e2f8c320987 3,481 1.00/1.00 vMB 7
939,252 939,252 0000000000000000000045c850f72a3ee5d7e3c383d1c977903b3f51ff89fa2b 4,510 1.00/1.00 vMB 1
939,251 939,251 00000000000000000001d045878fe7a55c2af1d4f63bcbf27c479d36321bc42e 3,283 1.00/1.00 vMB 1
939,250 939,250 00000000000000000001b3f62fc45a436ffc128ff7b478dc8ec97ce64f2012bc 2,482 1.00/1.00 vMB 3
939,249 939,249 00000000000000000000884fc46355fa5d66ffa0882b3947aa0a94ab7daa8749 3,615 1.00/1.00 vMB 3
939,248 939,248 00000000000000000001bb8f292fa2c5de700aac01bc2f89c35e3203403bd2b6 3,526 1.00/1.00 vMB 4
939,247 939,247 00000000000000000000fd2cce201dd790c3e9eab86b3bd841487b6039423ca2 1,566 1.00/1.00 vMB 1
939,246 939,246 00000000000000000000b9bc5c4f8304c0d233df1068c00239c50d4f35be77ab 3,788 1.00/1.00 vMB 5
939,245 939,245 00000000000000000001a2088e29977a42ccafa902d0772fc81b5181a632c3c7 2,220 1.00/1.00 vMB 2
939,244 939,244 000000000000000000004ce32ebb35362cf9dcbf7ffbf3120d42d5ce3fa05880 2,274 1.00/1.00 vMB 3
939,243 939,243 000000000000000000015cb2258c628698337ad4f67a5f8138c8092d232e3dac 3,410 1.00/1.00 vMB 4
939,242 939,242 0000000000000000000174d2211c146c1e9183f722b381e4a26ca8fe33570ff8 3,187 1.00/1.00 vMB 1
939,241 939,241 000000000000000000008f6bbc05eacd16bfe6c82efc34bee099fb23e919318c 2,840 1.00/1.00 vMB 4
939,240 939,240 000000000000000000007d73d43c88310a3160d2df5f1a51d3f6f7541a11d199 3,566 1.00/1.00 vMB 6
939,239 939,239 00000000000000000001db15fdc373d72dde37f404cea1bafffe7d45211e9030 879 0.18/1.00 vMB 1
939,238 939,238 0000000000000000000118760b47a77772afb02515a64070755f4ee6255fe515 3,023 1.00/1.00 vMB 2
939,237 939,237 000000000000000000011caa4a8b978cb7aa7553a9eb6c376a4d7b016829704e 3,334 1.00/1.00 vMB 3
939,236 939,236 00000000000000000000fdd0d4b7c66bfd3d8e9129482a9a4fc9cf8cb3603845 848 0.31/1.00 vMB 1
939,235 939,235 00000000000000000000524b41e883d60b27da87e19f72b361072a484733257d 3,066 1.00/1.00 vMB 2
939,234 939,234 000000000000000000006af7df9846f513bef509dbd36a4f48ee77fe693a7c53 4,708 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 825.45 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: 4,248.59 GB
    • Received: 233.75 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.