Loading Tool

Explorer IconExplorer

Memory Pool

78,449 transactions
29.09 vMB
0.11628246 BTC
Random Selection Loading Transactions
Max Size: 175.49/200 MB

Candidate Block

Mining Attempt 8115078cc8090cd53becb282d811a2857cb192705e271ba761fd0f32d1f089a1
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 3f6f32defca73b03bab95de4565aa101b5dd3447e67b13a12ab53d2f6d9362f2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,196
Size: 1.00 vMB
Total Fees: 0.04164852 BTC
Feerates: 150.80 > 4.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (251,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,629 663,629 0000000000000000000308586ab18836517d1764d78b3cbfb84e5d3b7ce5d34d 2,740 1.00/1.00 vMB 87
663,628 663,628 00000000000000000003e1a673ae21f5040b1d60e44ac9b17e0e4ee7ca4c4ad2 1,939 1.00/1.00 vMB 56
663,627 663,627 0000000000000000000505744c84c5efa0d66c726eae8f711b3e1f0f20573c96 1,713 1.00/1.00 vMB 44
663,626 663,626 000000000000000000036e746b5a99a681fe274e7a168c48438b82ae81a9d95b 233 1.00/1.00 vMB 12
663,625 663,625 0000000000000000000cf50f299fed02a5a825cc1688df823f9370715ee9d5e1 660 1.00/1.00 vMB 13
663,624 663,624 00000000000000000008fb78a774809bdae71c742f511884a2341ad660c99b5d 1,351 1.00/1.00 vMB 11
663,623 663,623 000000000000000000047e5068857d1cfb061f4114d1eeb046e613c2373f699b 2,044 1.00/1.00 vMB 72
663,622 663,622 0000000000000000000705135486596632234829f861a4eaf3147c59a1fe28ee 1,797 1.00/1.00 vMB 24
663,621 663,621 0000000000000000000e9f0cbe5711f59c43a107a85f8d816ee52265aba2002e 1,514 1.00/1.00 vMB 80
663,620 663,620 0000000000000000000ca6676463b5f54faa399a3c65c5b900ea77b27e7f2952 1,650 1.00/1.00 vMB 32
663,619 663,619 0000000000000000000e637039dce4c75a27d1575901959d97fcd1746b5371e3 1 0.00/1.00 vMB 0
663,618 663,618 000000000000000000027e68ce2e92f6f74cf8e188b625b8ccb731d7fb9c363f 630 1.00/1.00 vMB 4
663,617 663,617 00000000000000000004f08f49fd085e3c7c946e5ac0100157f3d54635c9493d 802 1.00/1.00 vMB 12
663,616 663,616 000000000000000000059cc473416049a7ef2516d0097c0b7315465fdd392513 1,560 1.00/1.00 vMB 25
663,615 663,615 0000000000000000000aab75ffac50d17c40163aa024d24b348648163b24b9fa 1,088 1.00/1.00 vMB 24
663,614 663,614 00000000000000000000951b041ffc487024c10150f3cbd2854906e0eae9b1e5 1,608 1.00/1.00 vMB 5
663,613 663,613 0000000000000000000465dae01dce1e73a4fa72f3a7c8225c37e22c2587f830 1,082 1.00/1.00 vMB 16
663,612 663,612 00000000000000000001481ba8230dde3302ca6c94831aa0e45385f90259da5c 2,237 1.00/1.00 vMB 19
663,611 663,611 0000000000000000000f1c36ccec14ea72e2cc8638123ff0d1d9eec16e6cb618 1,914 1.00/1.00 vMB 26
663,610 663,610 0000000000000000000b64593bd11b11245a0cd78eb2f52cbe911886f8c960e9 2,035 1.00/1.00 vMB 51
663,609 663,609 0000000000000000000a68ec444e4c18a6134a69d98494f9a38281a2387b63b2 2,362 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.85 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: 712.76 GB
    • Received: 17.21 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.