Loading Tool

Explorer IconExplorer

Memory Pool

77,113 transactions
28.79 vMB
0.07850153 BTC
Random Selection Loading Transactions
Max Size: 174.14/200 MB

Candidate Block

Mining Attempt abcefccb164db16bca56f1c9dc2c7fb91a4ca634f1dc75fc74dc801634d44e3b
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root e734da1193a1de12587bef4d6ab0db315bc094c8c59a95bef4ce37d26e5e0ed1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,620
Size: 1.00 vMB
Total Fees: 0.01861424 BTC
Feerates: 150.93 > 1.87 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (350,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,087 565,087 0000000000000000000b740738fa52176addbd8dd68790da9cd45374d3e20dec 1,773 1.00/1.00 vMB 18
565,086 565,086 0000000000000000001a540901d937c8da3f8858bbd3fef727bace1b42e65b3b 1,281 1.00/1.00 vMB 13
565,085 565,085 0000000000000000000b1692a5b49c943762435ffd84e9cb7eb3da1fdde30696 592 1.00/1.00 vMB 9
565,084 565,084 0000000000000000001b025ce5dd9dab3975a5e0a48db131f3c71d05038493dc 1,825 1.00/1.00 vMB 13
565,083 565,083 00000000000000000022c41cb2382814d616f216e68c4ee8abcc6d1a792177b5 2,453 1.00/1.00 vMB 20
565,082 565,082 0000000000000000000c459a986a73ae43bcc2b7457dc3e13a22261cbcb8802d 2,439 1.00/1.00 vMB 17
565,081 565,081 00000000000000000000d255bd462ac037805361da93f47defd3cc8d0766b4a1 1,143 1.00/1.00 vMB 10
565,080 565,080 0000000000000000001e889fe3379b7e9125c5c80aa7988cfc632f141552437a 2,524 1.00/1.00 vMB 18
565,079 565,079 000000000000000000264f2d7394c73640eea888b47cd27928272cdf6cb5e21c 2,702 1.00/1.00 vMB 25
565,078 565,078 00000000000000000015fdb6355d6f6d8715013074ff3bf7f1e7034e00894692 3,169 1.00/1.00 vMB 15
565,077 565,077 00000000000000000015039e1fa90fd3a122fa5b1bf1ca09e2e010257a28ac80 2,444 1.00/1.00 vMB 14
565,076 565,076 0000000000000000000c776a083598239ea26bf8b2720aaf5e55709eebaa82e1 2,357 1.00/1.00 vMB 16
565,075 565,075 00000000000000000023f08b5ba9a435817e0acbdc298665abab70de8ecbbadc 2,706 1.00/1.00 vMB 15
565,074 565,074 0000000000000000000231efaa28f2b4f7b532481da0bb51f2e3f17909434f61 2,872 1.00/1.00 vMB 27
565,073 565,073 0000000000000000001bbc01b4ca2e361ef3a0fff8ff9f1b89a8ea520bd6bac2 2,433 1.00/1.00 vMB 21
565,072 565,072 00000000000000000004b08e178596915010fda6832cb77d99da14493f72da6c 2,862 1.00/1.00 vMB 39
565,071 565,071 0000000000000000000135a46d631ade61db5bb8422ed8f7a4c19d18ec43dd19 3,350 1.00/1.00 vMB 27
565,070 565,070 0000000000000000000baec9b1a243e5b498f9833d1ec0e1499c0e644e732b23 1,823 1.00/1.00 vMB 13
565,069 565,069 000000000000000000101e0a993bd1c1048ff7c73852526ded3da9c7dc8f5b6b 2,562 1.00/1.00 vMB 14
565,068 565,068 000000000000000000013ca54e605f2308f3c1c71624cabf36b03352a8c96c3b 3,246 1.00/1.00 vMB 24
565,067 565,067 000000000000000000292d97b0cebfef091394d6f1295fddfaec7b72f546ae05 2,922 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.39 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.