Loading Tool

Explorer IconExplorer

Memory Pool

77,625 transactions
21.33 vMB
0.08732703 BTC
Random Selection Loading Transactions
Max Size: 142.33/200 MB

Candidate Block

Mining Attempt 5646eb137d81fa6438964cdb2064f24cf9e16a3f8be3db4296c68527233171ce
Version 20000000
Previous Block 000000000000000000017c51d64429fc44857e89c20e15d0516785aee4fdd00c
Merkle Root 73937c723019da634a7f369fb495e6ba8324c1aaca67e4dbddbf36fbae5945b4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,308
Size: 1.00 vMB
Total Fees: 0.03743267 BTC
Feerates: 137.15 > 3.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,004 (856,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,315 59,315 000000000923fe42e13664a7b0da18694d85359800e8a12fe58fb411a9d704c7 3 0.00/1.00 vMB 0
59,314 59,314 000000000aa1bec98d06ff3ff2ff658c6100cbe11ab5c6deff97889d62cdad5e 1 0.00/1.00 vMB 0
59,313 59,313 000000000a42aff6a3236a6e5c0e6d4ebcdbf1cf8aa34dfdd4300baa72c726aa 2 0.00/1.00 vMB 0
59,312 59,312 00000000084d71187e1657b15b3c9b535f86bce6b83aca64ec9d001266f76946 1 0.00/1.00 vMB 0
59,311 59,311 00000000060f7ee1d0f246036d0decebd4275ac6a4ab82efb0129cf7977ecddc 1 0.00/1.00 vMB 0
59,310 59,310 000000000acccfa038effc15558baca0f76f11188057c091b73f88de92a218a1 1 0.00/1.00 vMB 0
59,309 59,309 000000000f2a1c3b02052fb74754e287333bf661858e9173923c54d83dd637b7 1 0.00/1.00 vMB 0
59,308 59,308 0000000007980dcff86a4a94b21690b35f0eab4b123ec899462baba7ddc66d6f 1 0.00/1.00 vMB 0
59,307 59,307 0000000001a3719677fdc3c0f5b543a1abbec7b17a7b9d983a853f8582b020cd 1 0.00/1.00 vMB 0
59,306 59,306 000000000bbeb7311a6477784233af18320f2150870a81d428de13a11e1153e0 1 0.00/1.00 vMB 0
59,305 59,305 0000000007aef7f7d48aefe66b4a9dfad01985afd1c3a9b18a9af6e7172d3311 1 0.00/1.00 vMB 0
59,304 59,304 000000000a110e22ebf733f343260f52def78031b70d1ccd5aec92e97e99b6e7 1 0.00/1.00 vMB 0
59,303 59,303 000000000463d3c413712042fbb5d64dc1a550a2ad9b5314509c864ec1bdfa48 1 0.00/1.00 vMB 0
59,302 59,302 0000000005ba94113fa54f4aa177e2a322cbbade8f7ac5d248a768950bb2f3d3 1 0.00/1.00 vMB 0
59,301 59,301 00000000081d1cd5481332c79a1ab03802e2c3244f2fc0961f38a48a9ddb3589 1 0.00/1.00 vMB 0
59,300 59,300 000000000e13e28c2dc4da5ee48d503a56cf6b276baf566697c97e3d8ebed67b 1 0.00/1.00 vMB 0
59,299 59,299 00000000058b87f6818683695331e485110d960b58440078d7de88ff45fd0881 1 0.00/1.00 vMB 0
59,298 59,298 0000000007c3a4e8af5c8a1f70d4ad7f22c7ef59634918c3c908a2116324b783 2 0.00/1.00 vMB 0
59,297 59,297 0000000000322fd1d2b03dc46c9e100806b30950494587ed15dbd45e983d2969 1 0.00/1.00 vMB 0
59,296 59,296 000000000342123121356c9a2cc68aef73b3c48265d2d85e34ea274bd49f2cf7 1 0.00/1.00 vMB 0
59,295 59,295 000000000da16f542c80391c7da18067f6074d28cf0c14ced8f392ac199ad625 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.13 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: 808.24 GB
    • Received: 23.27 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.