Loading Tool

Explorer IconExplorer

Memory Pool

85,440 transactions
31.87 vMB
0.20572889 BTC
Random Selection Loading Transactions
Max Size: 190.63/200 MB

Candidate Block

Mining Attempt 6f398c4329a7f24fde746a0acd9d7e1b3ca66e32c8d66a82460e27b0ac53cd4c
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 956e7f672c34d8bd2d70165e1c0bc1d600cd3c1b7538cca0dece58b73a55fbf8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,974
Size: 1.00 vMB
Total Fees: 0.09307485 BTC
Feerates: 529.10 > 9.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (277,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
637,994 637,994 0000000000000000000546f932c77094bcdc6a246b66ff54b368c9d8d5539a63 2,595 1.00/1.00 vMB 34
637,993 637,993 00000000000000000008863d7a9db2f01f295440c370185e6c22505ae2b9e635 2,951 1.00/1.00 vMB 44
637,992 637,992 0000000000000000000379cc0f94474e26198bf9eea1ab2b620dfbc3b8cb5ce4 2,459 1.00/1.00 vMB 11
637,991 637,991 00000000000000000000efb39a0d924d60d37bba5aa7227f393982782a8f267f 2,743 1.00/1.00 vMB 33
637,990 637,990 000000000000000000111c88ac5224ab4aa4531f619818bb5b94d9e443d09bca 2,559 1.00/1.00 vMB 18
637,989 637,989 000000000000000000028070dbe76aab958bfe6ccbbcb114eea53d01709585e9 2,852 1.00/1.00 vMB 24
637,988 637,988 0000000000000000000833c95917154131e1d673de59401474cf83f0403e363f 1,918 1.00/1.00 vMB 30
637,987 637,987 0000000000000000000f303799bda62dc8b9886c5c44cda60a19c01b777a3d93 2,407 1.00/1.00 vMB 31
637,986 637,986 00000000000000000000bb1e43ae48cfdf93b30d977f29d6a60229d669935526 477 1.00/1.00 vMB 5
637,985 637,985 0000000000000000000bd6e6bb88b8179e54088f7d62ed5d8f569cbefa6521ba 2,434 1.00/1.00 vMB 11
637,984 637,984 0000000000000000000493c6f30d5c2302182d86f21eb859d0c4388aaf376727 2,207 1.00/1.00 vMB 34
637,983 637,983 000000000000000000111e6ee8951c8e11aeb948d282cc0a6ea94ad746c8098b 1,787 1.00/1.00 vMB 23
637,982 637,982 0000000000000000001136384a66bc33233c02f016a2696272fa715b46630d61 2,567 1.00/1.00 vMB 34
637,981 637,981 0000000000000000000d9896ced7539d73c3f39d7c40b76fb5c18864e99dba20 1,837 1.00/1.00 vMB 20
637,980 637,980 0000000000000000000a27033194911d24adf123e37fb9933bacfbbad9b99a14 1,765 1.00/1.00 vMB 21
637,979 637,979 000000000000000000061aea5ee8ecd1737d589ea770e4fa31147103a9094907 1,800 1.00/1.00 vMB 55
637,978 637,978 0000000000000000000eb9d87dafcf543aeb9b1f3e3142a04c7fbad01f1cfdcf 135 0.05/1.00 vMB 21
637,977 637,977 0000000000000000000f45975c1bf9054475371bb1c3c2d4a5a099909ae30e3b 2,193 0.88/1.00 vMB 21
637,976 637,976 00000000000000000006272f8ce42edbcde0917ca9897b64c198575433adfca7 281 0.10/1.00 vMB 19
637,975 637,975 00000000000000000003bd42c9632f60a66b9b4e3a85527929057fd06e09a723 1,945 0.81/1.00 vMB 18
637,974 637,974 0000000000000000000a2b13e2731b2cd9acccb06e191136396f008ab71b1d64 611 0.51/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.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.