Loading Tool

Explorer IconExplorer

Memory Pool

85,364 transactions
33.06 vMB
0.16039991 BTC
Random Selection Loading Transactions
Max Size: 196.90/200 MB

Candidate Block

Mining Attempt 4a120e9402ba72f273f4aa35ac073a67524aacfde222409104297fe01a763c0b
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root d229daf98b08a10ae3906041edd6024cfa9e002fa02c8a57e6d277ace76f2f24
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,539
Size: 1.00 vMB
Total Fees: 0.04956912 BTC
Feerates: 318.30 > 4.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (813,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
101,728 101,728 0000000000014906fde92e6ec0895795536570ec757813205c0bfa16751fbbe0 14 0.00/1.00 vMB 0
101,727 101,727 000000000002ff5b4f829944bd36379034379ffac851a89d45dfebf5eccb2913 7 0.01/1.00 vMB 0
101,726 101,726 00000000000089fafcf6ecc526bce1ed04471f8f17d9883bb75ae195af8187c2 14 0.00/1.00 vMB 0
101,725 101,725 00000000000009ca132b38d6f7375704c5d1af3c0057c3d353268e6cc50e99a7 13 0.00/1.00 vMB 0
101,724 101,724 000000000002b0bd240657caf9b7e33e2ac3fc9cda8eec7d51f7cbed343c7fce 1 0.00/1.00 vMB 0
101,723 101,723 0000000000013d58950705fb39c47c2bf01a1325fef1803fc65c5883d7de8e59 2 0.00/1.00 vMB 0
101,722 101,722 0000000000014b338b66803cf14bbb2868f8acd8b8ab1875b7925b4b04bd440e 2 0.00/1.00 vMB 0
101,721 101,721 000000000001c39128da79878016164d09745c26bd568dd12aabe08517173ff8 6 0.00/1.00 vMB 0
101,720 101,720 0000000000010fff38c7e458815e97db0c5cef4e20fea724e5cecd2663e89f56 1 0.00/1.00 vMB 0
101,719 101,719 00000000000332eb87a8e7fd979ad58b628b86415162199d873b1a0638a3d5c2 2 0.00/1.00 vMB 0
101,718 101,718 000000000002bb0c60667740fea3096efaf417d0961d18ac8c3ec2de1039c9ab 1 0.00/1.00 vMB 0
101,717 101,717 00000000000359535e6af296d7be7b56af68e18b55b0a61631c2d75ee6e5e608 5 0.00/1.00 vMB 754
101,716 101,716 00000000000153f15d2ac5587bcf6733a013d16f0e30f3d80ce5bb8a2d02cad2 2 0.00/1.00 vMB 0
101,715 101,715 00000000000314a579481f108d3d6f08d4fa7c95eef572182e39cfac73e5b33f 7 0.00/1.00 vMB 0
101,714 101,714 0000000000000c52d6033e612f1b9882b69617a8e61201e28c84188b3165a822 1 0.00/1.00 vMB 0
101,713 101,713 000000000003e56aceb8fec4c9090b140646dde3c777b7ee115353bec36fe712 2 0.00/1.00 vMB 0
101,712 101,712 000000000001e8bee03421e42fb46a9ac926e8b1cad3da81dd4db6511d6de4f0 1 0.00/1.00 vMB 0
101,711 101,711 0000000000026dd4526ff02f20abc0ed2e422cbc2a0377f65a9deb8b4c77c5bf 2 0.00/1.00 vMB 0
101,710 101,710 000000000003fa2f6dea46aecb8b335a5300ec94a46db2abef43dcf8f53ca16e 5 0.00/1.00 vMB 0
101,709 101,709 000000000001c569dc271a893e31a1619601206f1b043d34122aa8c70babdc6c 2 0.00/1.00 vMB 0
101,708 101,708 0000000000022e92e9f232895577b19f84b8e816c599bba719cb06f61de09cf4 20 0.01/1.00 vMB 199
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.