Loading Tool

Explorer IconExplorer

Memory Pool

83,005 transactions
30.70 vMB
0.07721359 BTC
Random Selection Loading Transactions
Max Size: 188.90/200 MB

Candidate Block

Mining Attempt 3e3539d915d07f467145f6b0e6d81bc73878f912b58469dfdfd7e0a34c9df228
Version 20000000
Previous Block 00000000000000000001520f04690fd94ab2fadc4a76a81688efaa2562fb1328
Merkle Root 2c74ba0b523140ede33f1f9f49e1d3c24969750284ecedd3ec11a3513d302577
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,676
Size: 1.00 vMB
Total Fees: 0.00834088 BTC
Feerates: 151.24 > 0.84 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,344 (120,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,629 794,629 000000000000000000048acabda1522a52bbaba59feb8d7b228cd08c052f6ec6 2,503 1.00/1.00 vMB 20
794,628 794,628 0000000000000000000516b6360ee711e3fabd478b42c5751eddf58bfe21a558 2,578 1.00/1.00 vMB 32
794,627 794,627 00000000000000000002d0f18f4a64160100a001d987698b5f1d0856415ea50d 1,896 1.00/1.00 vMB 31
794,626 794,626 000000000000000000024e540a1ce60e3d8975f678247c03bd7bf9347827fde2 2,721 1.00/1.00 vMB 34
794,625 794,625 00000000000000000000b63934c819fe456dcde23bc01414e1a3ff7b9bebfb91 3,324 1.00/1.00 vMB 30
794,624 794,624 0000000000000000000035cbeb39c26fd57a71b9e8040b33bf8d01f180c90ecd 2,687 1.00/1.00 vMB 29
794,623 794,623 00000000000000000003ab70bb4db59af53bf166f6e7c78157098e8e85a34b95 3,433 1.00/1.00 vMB 37
794,622 794,622 00000000000000000004bc48249a67f48124bbc53c1f454681eba06759022ab4 3,502 1.00/1.00 vMB 45
794,621 794,621 0000000000000000000020ea5d178fb5dbb8c9a2f385933b337f73ea0baa8332 3,537 1.00/1.00 vMB 34
794,620 794,620 0000000000000000000324d34bb6d672bb45a223b6620789c67bccce7f492c19 4,705 1.00/1.00 vMB 42
794,619 794,619 00000000000000000002c940a6622614f97487c90c273f0e8e80fcd52c024459 5,219 1.00/1.00 vMB 44
794,618 794,618 00000000000000000000c4ab104eeea12e66310d436ff30757f03d22fde37a2d 3,933 1.00/1.00 vMB 50
794,617 794,617 000000000000000000014d30a1c0cf36a9cca66dba86d7c0a8d12eef445153d7 3,529 1.00/1.00 vMB 60
794,616 794,616 000000000000000000047ea4ccbd5c2d982f07a381b65eeb5b2a90a776d5a6f6 2,917 1.00/1.00 vMB 67
794,615 794,615 00000000000000000002d80156d9155adf8d2d349654a55553fda49d2e8fecce 3,391 1.00/1.00 vMB 25
794,614 794,614 00000000000000000004843eb2b2d5b3ab71d1e016bf85c9b4b597ef80a8d439 4,729 1.00/1.00 vMB 38
794,613 794,613 0000000000000000000451c0e2254970e200b34d39627700a12cf1910ee8c983 4,942 1.00/1.00 vMB 42
794,612 794,612 0000000000000000000443ac7d18c381060fe0ff1ea70261ed671ddf56dc094e 5,028 1.00/1.00 vMB 42
794,611 794,611 000000000000000000005fc9959c208c1923ce971a1e2587b5629f650b7d9082 4,941 1.00/1.00 vMB 41
794,610 794,610 000000000000000000042365a72875c0d8613e6e5c4eddfa8cc72eac2d9c75f8 4,575 1.00/1.00 vMB 50
794,609 794,609 000000000000000000007d130e5c295998162104f4bfca5a191b0c0b18fa1b39 4,230 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.99 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: 717.19 GB
    • Received: 17.83 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.