Loading Tool

Explorer IconExplorer

Memory Pool

82,144 transactions
30.50 vMB
0.13253495 BTC
Random Selection Loading Transactions
Max Size: 183.82/200 MB

Candidate Block

Mining Attempt bae674c25717bd8361bdd61a34a6d1dfe1fe000a669cb5ad3d35cf20387350a9
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root 6190fd3a4965a46442f11735c02daea0fe4c008b3c2f9dae5b809605a553bbfe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,631
Size: 1.00 vMB
Total Fees: 0.06947079 BTC
Feerates: 203.60 > 6.96 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (113,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
801,830 801,830 0000000000000000000114aee8af51fb601f50e6d6ffa2d2e4fe4bff21304cb0 2,460 1.00/1.00 vMB 8
801,829 801,829 00000000000000000003f2f7905c09fd71b5d5883d69bff1cb793135b6db9161 1,705 1.00/1.00 vMB 14
801,828 801,828 000000000000000000015f6b88ef546733c36fd1a1e99cd60ec30c869015d35e 1,607 1.00/1.00 vMB 13
801,827 801,827 00000000000000000003558c7f95a570f7f49f048b27af374ced5593fddd4fec 2,295 1.00/1.00 vMB 12
801,826 801,826 00000000000000000001c17fe704cb0d09a99d978465b2b25cf79897f501af81 3,553 1.00/1.00 vMB 29
801,825 801,825 0000000000000000000406305f51b3d74215452a3c19146a03305cc18023e3fc 2,219 1.00/1.00 vMB 13
801,824 801,824 0000000000000000000095375b95df547033e188a60c256b6a9203e3f8ab5538 3,772 1.00/1.00 vMB 25
801,823 801,823 00000000000000000004cc63ace3686450504ca72f221aff1610a343f1314938 3,472 1.00/1.00 vMB 30
801,822 801,822 000000000000000000020fd309d4d4743d0c0740e35b7f789b548f1e0cbdea38 1,692 1.00/1.00 vMB 10
801,821 801,821 000000000000000000033ff215c5b53f03c84a127088a71c0a95ae89a5c598ab 2,857 1.00/1.00 vMB 23
801,820 801,820 000000000000000000030f800def6f44df0a03155e4ea040acb19fb3c7b4b8c7 3,778 1.00/1.00 vMB 13
801,819 801,819 0000000000000000000357e80f02c1240305c04383233db1c6b6cc65447b5dd1 4,364 1.00/1.00 vMB 11
801,818 801,818 00000000000000000000fec3f0e2777b323676b99a8bf0bc43cf8451c5bd7136 5,719 1.00/1.00 vMB 7
801,817 801,817 0000000000000000000383829e8b506c9c0a9a124858039fd0557b49de61734d 3,783 1.00/1.00 vMB 7
801,816 801,816 000000000000000000054f11a638195cf8b834f4e9e7256daed53f74c1534f79 1,264 1.00/1.00 vMB 9
801,815 801,815 00000000000000000002ad1f3907a598b46a5d57679e30757c9a5104151a7770 3,190 1.00/1.00 vMB 20
801,814 801,814 000000000000000000019f52b3fea37329614bda5ed22d28124b1944f2c19e9d 5,818 1.00/1.00 vMB 7
801,813 801,813 00000000000000000001a50a3a32b744205c4dec869bf34c8abe229542e0bb6e 5,235 1.00/1.00 vMB 7
801,812 801,812 00000000000000000005339c422c68574ada5d59d4449264d242a1ce4d2a6342 2,197 1.00/1.00 vMB 7
801,811 801,811 00000000000000000000c72bb0625a81e9718099209503d0658401bda2888265 3,186 1.00/1.00 vMB 18
801,810 801,810 00000000000000000004f03c5ca0b9a583ae477a6b7f9a8e169acdafc4e1f986 2,815 1.00/1.00 vMB 10
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.