Loading Tool

Explorer IconExplorer

Memory Pool

77,013 transactions
28.60 vMB
0.10171293 BTC
Random Selection Loading Transactions
Max Size: 173.05/200 MB

Candidate Block

Mining Attempt 89c19a5b4bac18d7935a66e414de87b218490caa496b9767f9359e7ee0280d0b
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root fa70f1ebd3a3b13322f5c905e6fe933f3b4727c564d1931f2c16a276508db037
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,653
Size: 1.00 vMB
Total Fees: 0.03486259 BTC
Feerates: 402.60 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (248,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,704 666,704 00000000000000000003094525869d818dd23f10e28d8a8e12402de733bd79b6 1,327 1.00/1.00 vMB 28
666,703 666,703 0000000000000000000a2465062b217ea48fae8165ad86c30740df8cbe0e259d 512 1.00/1.00 vMB 14
666,702 666,702 00000000000000000006df006db0b8bd2b5c63721ad9bc6692be0d57d74c6176 879 1.00/1.00 vMB 8
666,701 666,701 000000000000000000064f4851865047953f0263c6d2f364dca3f460d66547e6 1,891 1.00/1.00 vMB 37
666,700 666,700 0000000000000000000b61db30ef0d676073af4f8633a5173593cceb1abfc6a7 1,720 1.00/1.00 vMB 6
666,699 666,699 000000000000000000066bd5416e9124300d09a951bb33bcc458e2d8b44f928b 1,394 1.00/1.00 vMB 16
666,698 666,698 00000000000000000006a64ec709f3bc3d66602dadfe49c9276cc556f59eabf3 2,431 1.00/1.00 vMB 25
666,697 666,697 00000000000000000007c78af3a780d177ac7fc298ed7371fb2c37269507c54e 2,013 1.00/1.00 vMB 46
666,696 666,696 0000000000000000000c844601ab8780f5a260c6551bc9fad49d8445069eb512 1,468 1.00/1.00 vMB 69
666,695 666,695 000000000000000000028e0fba7f780f15de53629a7f8a5e1b43f448c2a9931f 2,370 1.00/1.00 vMB 59
666,694 666,694 0000000000000000000a7649d4c54de507e14ccc479e592b52a236128aaf3fa4 2,418 1.00/1.00 vMB 11
666,693 666,693 0000000000000000000a13193e1e9dd84e99246dbd681d4c1e5a36b9e88d55d7 2,113 1.00/1.00 vMB 19
666,692 666,692 0000000000000000000432eb7cd214b2c9ec3918d38e3ea1b53a51362e41de5a 1,478 1.00/1.00 vMB 48
666,691 666,691 0000000000000000000b969e0aed0aed8fec480f6604a7205c73c6a885462a47 2,679 1.00/1.00 vMB 76
666,690 666,690 0000000000000000000220dea0ad1806654633a957eac00e7fdc5c9d98405158 1,481 1.00/1.00 vMB 63
666,689 666,689 00000000000000000009b1962efd1743d464efff73e19ba9da622bbd63fd1294 2,519 1.00/1.00 vMB 89
666,688 666,688 0000000000000000000b80610f058670fe97fea80fc546c3e1d4ae67cd5fccc0 2,639 1.00/1.00 vMB 87
666,687 666,687 00000000000000000009edeaf7bde65dd1ff3b75fecf84c8ebfe12ee458893f2 1,912 1.00/1.00 vMB 29
666,686 666,686 000000000000000000029be90f671af98abccd3ef80bd7616d1d4b00b1c512a3 1,685 1.00/1.00 vMB 87
666,685 666,685 000000000000000000081594d7361cced8247d544a9c656faed242226935db59 2,029 1.00/1.00 vMB 20
666,684 666,684 0000000000000000000565a050f04f805d7f9650513d665a531e4f06db2f710f 1,642 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 714.70 GB
    • Received: 17.58 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.