Loading Tool

Explorer IconExplorer

Memory Pool

82,947 transactions
30.72 vMB
0.08127616 BTC
Random Selection Loading Transactions
Max Size: 188.50/200 MB

Candidate Block

Mining Attempt ed2999316432d6b5ba8b7c76d62994138ab8e1067b4e2dad2f8190622378c3d4
Version 20000000
Previous Block 00000000000000000000599ffa7594ca7b7c93921a5215018868e1d83bfecfed
Merkle Root e7f3c6fd91bd8a011348acb99fd27b84a519668e0c1319ca0573bed78518ada0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,515
Size: 1.00 vMB
Total Fees: 0.01167679 BTC
Feerates: 40.21 > 1.17 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,367 (247,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,595 667,595 00000000000000000005bb9892841c077fbd5da96146aaf3f20bcca1ce83de30 2,961 1.00/1.00 vMB 92
667,594 667,594 00000000000000000003c7e26ce4bc7159ba01e2b5f1ef995ab07dae6568051f 2,673 1.00/1.00 vMB 92
667,593 667,593 00000000000000000002bc5d7f5bfcca77a89e7377f4651ba2811e5f7bda2cf3 2,607 1.00/1.00 vMB 116
667,592 667,592 00000000000000000009e010438c66fc91d8df342a8722eb556994ed333206ab 2,760 1.00/1.00 vMB 43
667,591 667,591 00000000000000000003ef66e0a5c25257dad7c4a1a68d1078724648421b1e8d 2,505 1.00/1.00 vMB 94
667,590 667,590 000000000000000000088b869ed9a84167a973c58d7d67bfe3d7cb97d5e3271e 1,950 1.00/1.00 vMB 72
667,589 667,589 00000000000000000002706e74e830a1833c7d9994667874e77c80935c8d691c 3,013 1.00/1.00 vMB 94
667,588 667,588 0000000000000000000b55a93404078a9e0a1f17d38d6d5240426090d9a20a9c 2,752 1.00/1.00 vMB 40
667,587 667,587 0000000000000000000a07e0bf9526645f77b243e6d2072f6ef7b364587d651a 2,386 1.00/1.00 vMB 45
667,586 667,586 00000000000000000000e718065694b31d47396295e769745bd7a798589aa026 2,460 1.00/1.00 vMB 75
667,585 667,585 0000000000000000000a1de19a708113214173cbc056afc3620bd39787592a83 2,514 1.00/1.00 vMB 82
667,584 667,584 0000000000000000000686251e730be0ddad0969a2c48a7b68a87aa86d1b43c1 2,618 1.00/1.00 vMB 86
667,583 667,583 00000000000000000003d58cd7635129f733026ca6aa07d321a302a107d991cb 1,660 1.00/1.00 vMB 66
667,582 667,582 00000000000000000003c91ff1c470577c8e632e52b1804ce31e8efc9341603a 2,678 1.00/1.00 vMB 80
667,581 667,581 0000000000000000000b15b7e7bbd5610aba1daffac2190ed138f93d65957146 3,583 1.00/1.00 vMB 119
667,580 667,580 0000000000000000000ae30a0ed26633fdd3495eca9f7dbcebc79f053e5752e3 2,776 1.00/1.00 vMB 96
667,579 667,579 00000000000000000008ac8546740b72e4931720385b1f53201a1316d0916657 1,057 1.00/1.00 vMB 32
667,578 667,578 0000000000000000000b1e127c4a69b9a5a0e1c2526179e8e162cf5dd57a088c 1,991 1.00/1.00 vMB 77
667,577 667,577 00000000000000000002372ee4c70e70e04959b777ab68b05a44c4b6ce85f4cc 2,250 1.00/1.00 vMB 80
667,576 667,576 00000000000000000008270a3a1503aa2239d101e6a739c62d9251c43fac8926 1,965 1.00/1.00 vMB 37
667,575 667,575 00000000000000000001b8be2737e1e9867034b6648a0951b273be32f6dfd5e3 1,458 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 783.03 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: 719.52 GB
    • Received: 18.08 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.