Loading Tool

Explorer IconExplorer

Memory Pool

82,747 transactions
30.99 vMB
0.10909479 BTC
Random Selection Loading Transactions
Max Size: 186.33/200 MB

Candidate Block

Mining Attempt 85098b1b5103a4acf6109e87e08255130819567ffe5961c403d10f2dcb672fd5
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 0e7319815e4a614412fc9e90132c482d9d7dccc3f18f37729521abe62bf84987
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,081
Size: 1.00 vMB
Total Fees: 0.03864870 BTC
Feerates: 163.06 > 3.87 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (175,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
739,313 739,313 0000000000000000000466eebcc0b8dfe420350b5e4aa1f1a8f93f2cf3ab7ce2 594 0.40/1.00 vMB 10
739,312 739,312 0000000000000000000863d126a256ae105d90e376b9fd6e9e8fcef2185603f4 1,065 0.33/1.00 vMB 13
739,311 739,311 00000000000000000008c4c0fa256c6167088751f48388753b7ada19436d559a 444 0.16/1.00 vMB 12
739,310 739,310 00000000000000000004a2cd60f4ca20b463c73f82980c06f4dad63a8be3dab8 1,567 0.54/1.00 vMB 12
739,309 739,309 00000000000000000007d5a9e673aeb03240c2d8ff04910b87aeb99f0177a54d 1,071 0.34/1.00 vMB 13
739,308 739,308 00000000000000000002d41e8672e3cfb45cc4b2ded48c99f37cc3f53c49ac29 2,150 0.65/1.00 vMB 13
739,307 739,307 00000000000000000008d6eaa8b79ac18ed6338e987570a878a4a67f84b651c3 918 0.58/1.00 vMB 3
739,306 739,306 000000000000000000090ea4bf4dc515c12d80eadc20eeddd94db28ce6c4cafa 3,062 1.00/1.00 vMB 13
739,305 739,305 000000000000000000090d22862751d94b1d0e5d78b8de68748474b9aa301164 1,799 1.00/1.00 vMB 11
739,304 739,304 00000000000000000002169d2b133e7345ef412fe755350c71375f01826014f5 2,698 1.00/1.00 vMB 23
739,303 739,303 0000000000000000000345a13e2578ee8372df1a64a097cfb826eefb46747dd3 1,696 0.87/1.00 vMB 3
739,302 739,302 00000000000000000003e3313530420ed1f8f487a5305e42d39a536b4ecfbd9b 2,832 1.00/1.00 vMB 17
739,301 739,301 0000000000000000000752b2d3a3d35d05c4d8681c89f2e75a3fd70f7bd36750 1,970 1.00/1.00 vMB 16
739,300 739,300 00000000000000000002a77fba33a57dff4ac1b61c204769f809f9109a5584e1 1,648 0.76/1.00 vMB 8
739,299 739,299 000000000000000000081413df3e054e3e37fd89feda96c059cf0ba7748ffd86 2,378 1.00/1.00 vMB 9
739,298 739,298 00000000000000000002e7f36ac712690a0ee2899786b1f1141934457a4c8cdd 2,778 1.00/1.00 vMB 3
739,297 739,297 00000000000000000006cfa7e592e30faa3728225733468652706766811c3551 3,081 1.00/1.00 vMB 18
739,296 739,296 00000000000000000004e1f4e15eb3f1a6e9ee8cb27bbfd6f9dfd0d729d9ac5d 2,511 1.00/1.00 vMB 6
739,295 739,295 00000000000000000003006377c9bd95de67b1a19bf3219f68b4640140645373 2,250 1.00/1.00 vMB 18
739,294 739,294 0000000000000000000748c4c811b541b26e5d51547b2fb1a4db9677896c42d4 1,898 1.00/1.00 vMB 18
739,293 739,293 00000000000000000004df9eaf154e6517341bb8d2d65e8e77f2d4a25c199138 2,299 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.69 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: 695.31 GB
    • Received: 16.51 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.