Loading Tool

Explorer IconExplorer

Memory Pool

78,189 transactions
29.70 vMB
0.07437834 BTC
Random Selection Loading Transactions
Max Size: 181.27/200 MB

Candidate Block

Mining Attempt dbd9d9e87a7f3a1b999243a42f00e703743c8e11e45c315d9fa1a1126c42ee39
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root c82fdaa46e916890fa3445515e6bbdc2e33d186e8b9f30c26684d018e88ea44d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,983
Size: 1.00 vMB
Total Fees: 0.00873886 BTC
Feerates: 100.46 > 0.88 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (161,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
753,621 753,621 000000000000000000053f83d42a8a3e7f6c9a5b773206084f0d483109166384 241 0.12/1.00 vMB 18
753,620 753,620 000000000000000000070c0bba37a71ae154c92692b37facb392fbd2099b9c49 1,349 0.65/1.00 vMB 5
753,619 753,619 00000000000000000000949cb8ea1f8fe03fada892d99e383a6fd3ac9c4c698b 3,148 1.00/1.00 vMB 14
753,618 753,618 000000000000000000081b9c8eb50f3101ac5dab152c2ad4ed1db2b10986607a 678 0.31/1.00 vMB 12
753,617 753,617 00000000000000000003f6d0efd14c111f3bf129d580cf6364f127d5d2eddbef 1,003 0.44/1.00 vMB 4
753,616 753,616 00000000000000000001bbdd180f98c51664535c5f0a86f9d5645803651ca7a9 1,073 1.00/1.00 vMB 13
753,615 753,615 00000000000000000000ad81d43e8f5e03785f50e6fa149725d295251ee5cfc2 1,112 0.44/1.00 vMB 11
753,614 753,614 00000000000000000005943d8fbb1a8e3e6a65e9c5289d6fa98a6c8805c7683a 902 0.35/1.00 vMB 4
753,613 753,613 00000000000000000006424536fbc2280afbe2bda98cbf64748cc5b4546efae4 2,293 1.00/1.00 vMB 11
753,612 753,612 00000000000000000006c9e5a956452764faae5b686823f63bdf96c5720083ac 807 0.28/1.00 vMB 9
753,611 753,611 00000000000000000008a37aa284f1593b4faca3864992431c0dcca927e17c36 831 0.23/1.00 vMB 11
753,610 753,610 000000000000000000071dde5b71b7f2dd785a31dfe27077f61a5274d1ad9970 1,790 0.54/1.00 vMB 11
753,609 753,609 00000000000000000007ca3bf69bb7af37e6ae576533d006b9d9f1b0d5c37b63 263 0.09/1.00 vMB 14
753,608 753,608 0000000000000000000460d3c8e017a7e19ec4ed0e13b10f9ae8da8a6d61f8c8 1,005 0.35/1.00 vMB 10
753,607 753,607 00000000000000000002f192f2f316984f946caa7655b4ba48929737e03744f2 485 0.16/1.00 vMB 8
753,606 753,606 00000000000000000002521814368a643f135f5974e19798d3cc27dba31018b4 3,157 0.99/1.00 vMB 11
753,605 753,605 00000000000000000000f3e407bac6d3dcd34eb09535cabdff5c5caaffd015ad 480 0.31/1.00 vMB 10
753,604 753,604 000000000000000000024eaff5a344970209e63b47c3bd7511bd1134e25f1260 269 0.14/1.00 vMB 14
753,603 753,603 00000000000000000005b58a5d8ace25d685579a7563cb36f920ff8f095f9e88 16 0.00/1.00 vMB 15
753,602 753,602 00000000000000000006e945c8ea82ec34e0635c9e9cf6fc0b5b1382066f8b23 1,386 0.46/1.00 vMB 10
753,601 753,601 00000000000000000006e9313fc9a275795a57d5726ea9a7be0944af42b868f6 1,272 0.79/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 783.07 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: 720.92 GB
    • Received: 18.31 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.