Loading Tool

Explorer IconExplorer

Memory Pool

79,888 transactions
29.51 vMB
0.09141781 BTC
Random Selection Loading Transactions
Max Size: 176.97/200 MB

Candidate Block

Mining Attempt c76c57568576371d63c5cd5ea4ed152389c7f9a1128106b181cc5430e3d81355
Version 20000000
Previous Block 00000000000000000000ac9a110e87b4ee4be0fde34cf75b1a29f72c4b2b9abc
Merkle Root 88b5eaae457dd8b8bf20a420843dfd3af28ce132c2266e259329d37685d1c280
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,198
Size: 1.00 vMB
Total Fees: 0.03118838 BTC
Feerates: 101.65 > 3.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,063 (379,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
535,089 535,089 0000000000000000002847e062e681cb4d5914535a19a0b94c2b1d1e700253ee 635 0.25/1.00 vMB 6
535,088 535,088 000000000000000000090083b80430fb71b0e19cce3f853c8c7777c7bf25d10e 1,520 0.51/1.00 vMB 24
535,087 535,087 0000000000000000001e8ede6cbc29bbf9afb012a52394f27472cd5797f7fe00 210 0.05/1.00 vMB 14
535,086 535,086 0000000000000000000cb478be50d3babf839463d7c59131545a1711f544a945 435 0.22/1.00 vMB 32
535,085 535,085 00000000000000000023a9aba9a6017c029addd0bfb4f6fdb483811284f16ff9 96 0.02/1.00 vMB 17
535,084 535,084 0000000000000000002622499ab0f72de6d692cd46477b4acdcaa03c2be6a8ea 1,072 0.43/1.00 vMB 16
535,083 535,083 0000000000000000000a01738c9ef0a90b76dbd100a3f32e9291d908ba1f92b2 1,376 0.51/1.00 vMB 6
535,082 535,082 00000000000000000029666a4da9a5a4eb634235381025aadfec309e81dea66d 2,335 1.00/1.00 vMB 22
535,081 535,081 00000000000000000010dbc7c420ce351f6cc643e87e48d6683ecebcea4e9132 196 0.06/1.00 vMB 16
535,080 535,080 00000000000000000025305abcd4ae8788a64481f2b1d110bedf32458f2e2945 34 0.01/1.00 vMB 10
535,079 535,079 000000000000000000290c53b58bd456636f1ddd3ca0b84d02ac8db274cc90ef 2,691 0.95/1.00 vMB 19
535,078 535,078 00000000000000000016f8b25d631b1ff752133e8be0156b2058e4e95d552253 595 0.23/1.00 vMB 13
535,077 535,077 0000000000000000001e461ad4b75546e81b0fc16a228c7552e3f9ccf0d10ee8 2,157 0.76/1.00 vMB 20
535,076 535,076 00000000000000000028a02ba9b78c1b29954cc86160eb9f3f1e624565b16eb6 2,186 0.84/1.00 vMB 24
535,075 535,075 000000000000000000210bf65463cf5b14c3b5cb7ab08e29aebfda56bc04408e 1,070 0.47/1.00 vMB 5
535,074 535,074 0000000000000000000e44eab2307880c92e8f122a0a4e5e1d219fe12521c35b 2,723 1.00/1.00 vMB 25
535,073 535,073 00000000000000000017b37c11151123ca8efffd04e41ffa39298a1358b7a459 1,053 0.39/1.00 vMB 5
535,072 535,072 0000000000000000000e3307949fdb673f14414a99a4cf60e5093c5c3ef70e23 2,604 1.00/1.00 vMB 25
535,071 535,071 00000000000000000012980422a81e1bfc8df9d6942a5b67fe87a9bfb9966a80 365 0.13/1.00 vMB 14
535,070 535,070 00000000000000000011de81f54f4421abbfa0ee0bfb691bb94ae3982f4f2a5b 1,693 0.66/1.00 vMB 16
535,069 535,069 00000000000000000000033a0ea81626beab29ad1d973feaf849ea208ac4e8c3 590 0.56/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.50 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: 668.43 GB
    • Received: 15.52 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.