Loading Tool

Explorer IconExplorer

Memory Pool

80,650 transactions
30.37 vMB
0.07930578 BTC
Random Selection Loading Transactions
Max Size: 185.50/200 MB

Candidate Block

Mining Attempt 524ac54705585a096295507a8600e15c6b79bea253920d110a900fbffff58279
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 94bba7cb18722f58d5dd57aaf4919a6677b6052d5ad0b8846f2a4e106f91f1cd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,925
Size: 1.00 vMB
Total Fees: 0.01150359 BTC
Feerates: 318.30 > 1.15 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (247,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,596 667,596 0000000000000000000c8543d52ccb2bc9b4658b8288f33379994722ee801ded 2,509 1.00/1.00 vMB 68
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
Previous 10 blocks ↓
Total Size: 783.00 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: 718.31 GB
    • Received: 17.88 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.