Loading Tool

Explorer IconExplorer

Memory Pool

80,520 transactions
30.61 vMB
0.08700001 BTC
Random Selection Loading Transactions
Max Size: 186.18/200 MB

Candidate Block

Mining Attempt a2d3c3c15b3b7a14fd9ebddb5e24961b1172c6d14cb82d589b034e3784dfe2e2
Version 20000000
Previous Block 00000000000000000001989f6db1d6f3f0e853c7a7de668ab650133d23b899c9
Merkle Root d6795cba6911f5e8ffbd33ee1ab5a105bda394516edbd2a895c55c893145fb1c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,645
Size: 1.00 vMB
Total Fees: 0.01777665 BTC
Feerates: 150.77 > 1.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,375 (107,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
807,593 807,593 000000000000000000048350dfbb20dc75b3d7acd006495d20a62605ac02fc82 3,348 1.00/1.00 vMB 24
807,592 807,592 000000000000000000030e3d1a2f945c38ec9961ab021a51d990805563357f8b 130 1.00/1.00 vMB 12
807,591 807,591 000000000000000000004f13a41d3de71907c9bdb2360bd1c4f71f89a769b6a9 3,616 1.00/1.00 vMB 13
807,590 807,590 000000000000000000015635196ef0362fe17117d25cd98781ad78f5432db168 4,539 1.00/1.00 vMB 14
807,589 807,589 000000000000000000029ec4ff83c1f479304f6f9a4f08cc0fb97e61bb993042 2,430 1.00/1.00 vMB 20
807,588 807,588 00000000000000000002ae73ecff763831e4f150132d070026b9ae2bcf04f0e2 1,526 1.00/1.00 vMB 12
807,587 807,587 000000000000000000020e580b5cf6cbbf58348a56c247f98ad832fbd1fb2191 5,300 1.00/1.00 vMB 13
807,586 807,586 0000000000000000000150bf283ce47c536202c5d76c4f07b5a203e62ac117e7 4,297 1.00/1.00 vMB 16
807,585 807,585 00000000000000000000906f715d736eba67748ff6cead7c4401e780c6eb1098 3,551 1.00/1.00 vMB 14
807,584 807,584 000000000000000000020acaa000962c93d3c2706c155b7632a4f69ba90b8d9e 2,332 1.00/1.00 vMB 23
807,583 807,583 0000000000000000000046ee79f64e3e78cb394a220700f2fa878cd8692a58f5 3,009 1.00/1.00 vMB 17
807,582 807,582 00000000000000000000cc7dbf8ede86fde3a07b1aff977b810d9cbc1f80fd99 5,309 1.00/1.00 vMB 15
807,581 807,581 00000000000000000002d7101efd8e0e894af5e27d9abe34bdf16c9bd4b6f12f 3,859 1.00/1.00 vMB 13
807,580 807,580 0000000000000000000469951d52bda1c7fcd416336891f036085ddaadd638f3 2,597 1.00/1.00 vMB 14
807,579 807,579 00000000000000000002fbdaa0a2ec7c645f569c8e5ef478e63f9285832ceb2f 2,856 1.00/1.00 vMB 25
807,578 807,578 00000000000000000002058ed65f638a14814e72cd1fda35ddbf2da7ff610039 4,867 1.00/1.00 vMB 13
807,577 807,577 000000000000000000005f41ea7dc9ed52c4119b6a0e7751fea0531b73563627 6,035 1.00/1.00 vMB 14
807,576 807,576 000000000000000000014072cc136ad337608f17f5f7f8344216b1c5b6b735be 5,993 1.00/1.00 vMB 13
807,575 807,575 0000000000000000000190e82594c49831e64782f42e7c2306b90d0338f9762b 4,637 1.00/1.00 vMB 15
807,574 807,574 00000000000000000002483e82936e425794c3f000973bbc9bfbc9aeaa621679 3,450 1.00/1.00 vMB 14
807,573 807,573 00000000000000000004ae2723e9f0265b47f2732b51fb3da8690ee666d151dd 3,252 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 783.04 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.01 GB
    • Received: 18.14 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.