Loading Tool

Explorer IconExplorer

Memory Pool

74,671 transactions
20.44 vMB
0.05843183 BTC
Random Selection Loading Transactions
Max Size: 137.21/200 MB

Candidate Block

Mining Attempt a712f4a69e7adf95a3b784d4129bbe7a60e356307b5e0b5ff6dbcb7c441fa6b0
Version 20000000
Previous Block 00000000000000000000a4a90d83c689676461ffe25363f344d404c5ddc4cd94
Merkle Root 410525c5764b045cd9bd40a7accd26cf26ee009d869a15ab13b01959c0f8c6a2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,946
Size: 1.00 vMB
Total Fees: 0.01351214 BTC
Feerates: 170.94 > 1.35 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,985 (856,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
59,294 59,294 00000000017282c344b8dede1d5d73f9bb5f96f6c88fa693e43adc09fc9bfee1 1 0.00/1.00 vMB 0
59,293 59,293 00000000069110e883bb10ed7b8d2d6bed0ec5a98b2eeb237e32c06ceab37ce8 1 0.00/1.00 vMB 0
59,292 59,292 000000000991f374a104cdf1eb4983580516c7659061ff9bb61567907658acec 1 0.00/1.00 vMB 0
59,291 59,291 000000000054b5acf768cdc974d08240315ec2ff603866e131e9b84805429dcc 1 0.00/1.00 vMB 0
59,290 59,290 000000000a2dc243bde1cb1148af8894c77c970eaecc2d1fdf24e4be798047c9 1 0.00/1.00 vMB 0
59,289 59,289 0000000009e5d1f8ce31b266e51cd929c646f851dd50bbca6d6c5e36dbfbc3c3 1 0.00/1.00 vMB 0
59,288 59,288 00000000005a5bf4e2ea8007d2f4b79b076a56169504edf8ca3738dd04227bee 1 0.00/1.00 vMB 0
59,287 59,287 000000000bcce55d25d14a3d17b117d1155f8aa4445357276bd78394a2d7dc7d 1 0.00/1.00 vMB 0
59,286 59,286 000000000dfa8ccdf252096b5bda15dcc354b56a917817586ec4f2f4d739783d 1 0.00/1.00 vMB 0
59,285 59,285 0000000001bbdd85b6d2ee1586bc0a180e129c494617808bf0ed02b653af19db 1 0.00/1.00 vMB 0
59,284 59,284 000000000abbf0541c4a7b9c4c80f9c03eb0c1fc20d109fc509c2c74a23404fc 1 0.00/1.00 vMB 0
59,283 59,283 000000000924df7694edf6ebef8c1a7d271ea883b34f66c17cdfc8b3a8885817 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.10 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: 806.92 GB
    • Received: 23.12 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.