Loading Tool

Explorer IconExplorer

Memory Pool

82,060 transactions
30.48 vMB
0.13179034 BTC
Random Selection Loading Transactions
Max Size: 183.68/200 MB

Candidate Block

Mining Attempt 8873520d90dbe2b053652afd6bb72d2cd69f888d4f8418c53db946ede6c14598
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root cab94bf76f5f04668218af32beaf70f89aac0a7efeae43822db87691341a8e3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,486
Size: 1.00 vMB
Total Fees: 0.06900843 BTC
Feerates: 203.60 > 6.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (109,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,649 805,649 000000000000000000010805d1e8d5f0dbddc019d1130b2ba7e3a5f085361149 2,808 1.00/1.00 vMB 15
805,648 805,648 00000000000000000000c66a1a9406737ab4a3c94cf2716e43a479e647ab72bc 1,492 1.00/1.00 vMB 16
805,647 805,647 00000000000000000000c021a479e8b16a8707d4146a7329aa15fb32b74ff0e0 2,618 1.00/1.00 vMB 22
805,646 805,646 000000000000000000050d16ea4d9f2aca9b6ff43d1b194abb287f7a86ad11e1 3,573 1.00/1.00 vMB 22
805,645 805,645 00000000000000000003ee8cf1ccc1f239b509e1262272f7b93060e780866512 2,973 1.00/1.00 vMB 28
805,644 805,644 00000000000000000004d30a7cabec9b033c7ef71c9de13bcb9d744f07ddc4dd 1,687 1.00/1.00 vMB 17
805,643 805,643 000000000000000000021efda947643bef9d07a98c747d8de127f72c4cdc07a9 2,836 1.00/1.00 vMB 28
805,642 805,642 000000000000000000005403d102640d91e4ef141f1df236a377822523d51438 338 1.00/1.00 vMB 11
805,641 805,641 000000000000000000013e4a0341354534a9fe7d780a0305b5b6752692690ae2 159 1.00/1.00 vMB 11
805,640 805,640 000000000000000000019d0425857cc0738f3cd8955075cc84980b3fbbe5dffb 1,436 1.00/1.00 vMB 13
805,639 805,639 00000000000000000000aa8574b86c1e4f3d4f8af115ee1b0e07ce8677431977 2,978 1.00/1.00 vMB 23
805,638 805,638 00000000000000000001194fe7a58bfc3280dbcb3f6d682b043b53ae42e86573 3,366 1.00/1.00 vMB 23
805,637 805,637 000000000000000000024063fe9bc678d87b60790fdb21b7d1b0c8c415f8658a 973 1.00/1.00 vMB 12
805,636 805,636 000000000000000000036c31683b5e20e635b08a2bc3a35f7f858bfab7c5f162 2,731 1.00/1.00 vMB 18
805,635 805,635 0000000000000000000138a329ac2d8dc0784b7c9a9a67934c94ae9f1588f17b 3,088 1.00/1.00 vMB 16
805,634 805,634 00000000000000000004bc576983226b5d1f10cf0b5500c947f56b3668ce3ab5 2,612 1.00/1.00 vMB 14
805,633 805,633 00000000000000000000eb30a5af8b82ee511b2a78e8a9eced0e142a76173b0d 2,911 1.00/1.00 vMB 14
805,632 805,632 00000000000000000000645ec3265b339bbb3ba0cfab28853491581224229e8c 2,634 1.00/1.00 vMB 21
805,631 805,631 00000000000000000004ce0e5223ac3a559fcd5d0ca2cce7b9180933f82322d2 3,572 1.00/1.00 vMB 19
805,630 805,630 00000000000000000004870058763e0d5c261a05233b888ca256df96d2313249 1,616 1.00/1.00 vMB 17
805,629 805,629 0000000000000000000165b3888e0638516a440ca3c07d37a90a316f1b036e7e 3,417 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.34 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: 661.29 GB
    • Received: 14.80 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.