Loading Tool

Explorer IconExplorer

Memory Pool

49,976 transactions
30.12 vMB
0.09938054 BTC
Random Selection Loading Transactions
Max Size: 161.19/200 MB

Candidate Block

Mining Attempt dd80c14767658803f8bcb99957d03583dbd672f6601121e933778f4bf83c9000
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 9e19b152aa7a7396539ed69cb403fd218c56e58ebe6e77ee5c1058a2d25efc4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,309
Size: 1.00 vMB
Total Fees: 0.02972486 BTC
Feerates: 80.71 > 2.98 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (258,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,594 656,594 00000000000000000007f36ff36a2aa7f245f5bf5ee4fce7ea5cd2269a169499 299 1.00/1.00 vMB 58
656,593 656,593 0000000000000000000ab16365192c08954aab60f3fd3194cf36672f03d79158 1,157 1.00/1.00 vMB 69
656,592 656,592 0000000000000000000f1b34d986b496102294444e2215e9bbfed510eac3852c 2,307 1.00/1.00 vMB 77
656,591 656,591 00000000000000000006a0b04e1f6eed8c1a5a97851972c827cf33f9846f626f 2,878 1.00/1.00 vMB 129
656,590 656,590 0000000000000000000659a129288878daee04370af24754b7987b6c34d01a56 2,304 1.00/1.00 vMB 115
656,589 656,589 0000000000000000000e44cb5a5e3dd46eef6ce40558f081d800e276589d7ecc 2,930 1.00/1.00 vMB 182
656,588 656,588 00000000000000000008976081503895dc0488aa80b05462ab0804ec050f5396 2,571 1.00/1.00 vMB 127
656,587 656,587 00000000000000000010704844a701db69a51b5ffb9fb7889c21fb7a6420aef8 2,499 1.00/1.00 vMB 76
656,586 656,586 00000000000000000002927245e7a81338bae5ffd8f01e633df72939ba3b549a 3,110 1.00/1.00 vMB 153
656,585 656,585 000000000000000000065053e14a0be85967a03b04671284f2bb2b36256b86dc 2,453 1.00/1.00 vMB 79
656,584 656,584 0000000000000000000d2a2b9050034959bf9833cf00c79d7c73e5bfb804de93 2,408 1.00/1.00 vMB 30
656,583 656,583 0000000000000000000f6d567ef549a718f2fd1dbf0f3a78919a90ab260603e1 2,387 1.00/1.00 vMB 28
656,582 656,582 00000000000000000004f7dd88ed6e12078d7fce102e86efc92b2d39c4f23b76 2,370 1.00/1.00 vMB 64
656,581 656,581 00000000000000000002d8883638103d898880b8e1d75c4dac1b924ff99d865d 2,318 1.00/1.00 vMB 91
656,580 656,580 0000000000000000000dc485d348a30043189a6523f8e5e6434f2640bf92dc69 2,446 1.00/1.00 vMB 88
656,579 656,579 000000000000000000096de12acf5e8df7b6f6a92bbe347854bb01a7923e6be7 2,698 1.00/1.00 vMB 156
656,578 656,578 000000000000000000040b4865f35ab9ccd1884c776f5041fa09720ad86898a0 2,022 1.00/1.00 vMB 22
656,577 656,577 0000000000000000000b11585c2a26ecbf1e01cf8a1b1e60379559fd7e2ce175 2,291 1.00/1.00 vMB 62
656,576 656,576 0000000000000000000acce20785f7c354fb2023891a157b93f98176eb126e28 2,264 1.00/1.00 vMB 89
656,575 656,575 000000000000000000085bf81d0fe8cd108cae9be660e88dc1c0c7518d024552 2,149 1.00/1.00 vMB 15
656,574 656,574 00000000000000000003e3560e509ae19979e33e1d1df66c28b0d9e3b47b146c 2,210 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.06 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: 651.10 GB
    • Received: 13.40 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.