Loading Tool

Explorer IconExplorer

Memory Pool

82,121 transactions
31.77 vMB
0.10719870 BTC
Random Selection Loading Transactions
Max Size: 191.87/200 MB

Candidate Block

Mining Attempt 5e947ce37e130e0b42d785ce2decb57b738b88930a1fdd25d6a4f531bf3d632f
Version 20000000
Previous Block 00000000000000000000ed17108ada750c30ae44d6a032cae868ae55c67ad635
Merkle Root c6d74d76ae753d432120cdb1a5d3cb0c929f02cbce6707fc7af7afb1aefd74f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,543
Size: 1.00 vMB
Total Fees: 0.03312288 BTC
Feerates: 265.25 > 3.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,194 (114,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
800,647 800,647 00000000000000000004ee58a92eb754f3a33b6d04dff9e555852d982e684c61 3,749 1.00/1.00 vMB 16
800,646 800,646 000000000000000000026015d806f4f0a4fe8c9e951e1785486031cf1dfae06a 3,162 1.00/1.00 vMB 30
800,645 800,645 000000000000000000013c28bbf43fa9b5972b20d5963d370a85e0138c9e2bcd 3,891 1.00/1.00 vMB 19
800,644 800,644 00000000000000000003420d053467a1b6bf3651450e57fcf634fa62f9ba8997 2,726 1.00/1.00 vMB 30
800,643 800,643 0000000000000000000326969e4b7e7c5e7d6d8eff22a797bd4a0fe300e1e166 3,079 1.00/1.00 vMB 17
800,642 800,642 000000000000000000012d9bf951037a135d30ae907a9118012af500f01382c9 2,424 1.00/1.00 vMB 31
800,641 800,641 000000000000000000030209df73033c44f22348bd1ebffca15105c54d364bbd 3,291 1.00/1.00 vMB 7
800,640 800,640 00000000000000000003c5fef20a79b2c2f183923501b2cd16e145662b32d946 3,500 1.00/1.00 vMB 10
800,639 800,639 0000000000000000000112ba46880ff297e0131f2b67384b3cbf9bf7d1628cb7 3,294 1.00/1.00 vMB 15
800,638 800,638 00000000000000000001539c272e42efa39fee0b824809fd0957c9350ee70b48 3,185 1.00/1.00 vMB 9
800,637 800,637 000000000000000000035f5c9fcd1a4c97c693f37664fb17f5104dc1eaf5c42a 1,990 1.00/1.00 vMB 15
800,636 800,636 0000000000000000000521cd78e66c0c000afeb344385cb34aa1fdd81e771a82 2,364 1.00/1.00 vMB 7
800,635 800,635 0000000000000000000287e4a9d5302e968f02ec8c1f61b7d9cfc710496137bb 2,110 1.00/1.00 vMB 10
800,634 800,634 000000000000000000051eb40cba98f8956373308b97a2715f3f996ffc5f1efe 3,357 1.00/1.00 vMB 21
800,633 800,633 000000000000000000043e71faae0444c69fd8828e4c44e98649ef838d90488c 2,797 1.00/1.00 vMB 14
800,632 800,632 000000000000000000054db950e6c66acfb3519120dcd3610b84880a1f187343 5,345 1.00/1.00 vMB 8
800,631 800,631 00000000000000000003f0949af2a0724d9a93fe176c3b8e34438e6d5685a5c0 5,597 1.00/1.00 vMB 9
800,630 800,630 00000000000000000000d9ad4c5e95145879959a834f2d1ab3d166f886e45bd6 4,290 1.00/1.00 vMB 6
800,629 800,629 00000000000000000000d0dd8e274244e5bfabeb86c8a88b1764be368494917d 4,605 1.00/1.00 vMB 7
800,628 800,628 0000000000000000000383aa1ed77accec941f9858fdf3a375fb3123f03c33a6 2,388 1.00/1.00 vMB 14
800,627 800,627 00000000000000000004564ea49162262a21143669d4dce199caaf24d1655822 4,625 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.73 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: 707.59 GB
    • Received: 16.69 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.