Loading Tool

Explorer IconExplorer

Memory Pool

41,797 transactions
26.73 vMB
0.05593086 BTC
Random Selection Loading Transactions
Max Size: 140.25/200 MB

Candidate Block

Mining Attempt 1ff68d022de6bf69be3935dae18900a5fce8d0e0c38dd3c8c1fdefd6f7b3fe0f
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 7974482e07dc35ffbc482fc7b2309a11a4c2fb8225c6debe8e2cec96a38d997c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,606
Size: 1.00 vMB
Total Fees: 0.00656058 BTC
Feerates: 103.41 > 0.66 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (75,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
839,349 839,349 0000000000000000000029a4bb3427f860df1c93be00b41ff06509014a9a7683 2,641 1.00/1.00 vMB 173
839,348 839,348 000000000000000000015cc720e6ee215a8e7d463c94c71f73ef4a0cdb0ab7a9 3,667 1.00/1.00 vMB 167
839,347 839,347 00000000000000000000e0084e9312170968aabdd81f47f8b832791283081de8 3,393 1.00/1.00 vMB 172
839,346 839,346 00000000000000000001e66ded111c9741b56177ab708a69498e248418946150 3,197 1.00/1.00 vMB 221
839,345 839,345 00000000000000000001587454dc1bbf7645913848cd978462c5ff2a5ec2f8d5 2,776 1.00/1.00 vMB 209
839,344 839,344 00000000000000000002c6cfac79f3cecdddeba313c9d0858dd1c241192313e7 3,725 1.00/1.00 vMB 173
839,343 839,343 000000000000000000009fe3bbc79ebac8d67143227b5bffa95abeeccaa38998 3,253 1.00/1.00 vMB 193
839,342 839,342 000000000000000000020fed65ff39357e85f6fba2a6fd9cbe19a092702f58d7 2,889 1.00/1.00 vMB 160
839,341 839,341 00000000000000000001f9656472d0d5c34363efd1c2966ffddb3e44c821040a 3,572 1.00/1.00 vMB 205
839,340 839,340 00000000000000000000ecfd980c55c862015d9a99e0a73e65a32f84089039bb 3,668 1.00/1.00 vMB 250
839,339 839,339 000000000000000000004506029104f6e52846d466f4799c0a88af36de6a4955 3,755 1.00/1.00 vMB 201
839,338 839,338 000000000000000000010002dec566d4aec5271024a0c8f69ac8514165dbec70 3,683 1.00/1.00 vMB 234
839,337 839,337 00000000000000000000f6c89dd03927dc7a3f811a6f3c66ce833e02d4a87f38 3,774 1.00/1.00 vMB 235
839,336 839,336 000000000000000000018321c995fe89c7dff12de1b86df4b44e01b07e7825aa 3,843 1.00/1.00 vMB 260
839,335 839,335 00000000000000000000581af7f866e530053928e8b0e7c3dfe899923d64a9fc 3,807 1.00/1.00 vMB 155
839,334 839,334 00000000000000000001d5d569e721fe56fd85ff0ad2b1de1d6f29e1530e688c 3,078 1.00/1.00 vMB 44
839,333 839,333 0000000000000000000062bcd198b8b180c772dd28bb75c6117d0b0f8406f980 3,480 1.00/1.00 vMB 53
839,332 839,332 0000000000000000000223def5487b76f9af8d4439bda6a85f1673e2db8ad446 3,834 1.00/1.00 vMB 71
839,331 839,331 000000000000000000015cd233ff839150cdb474af8bfa4e1f554ea4604debd8 3,500 1.00/1.00 vMB 48
839,330 839,330 00000000000000000000ca084882a33d06df93651167322956136038299df6c2 3,799 1.00/1.00 vMB 85
839,329 839,329 00000000000000000002eabea23a1b48ed8efb521ccb083c1e9b1285a8d5d1ad 3,510 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.