Loading Tool

Explorer IconExplorer

Memory Pool

85,393 transactions
31.96 vMB
0.19917827 BTC
Random Selection Loading Transactions
Max Size: 189.90/200 MB

Candidate Block

Mining Attempt 05d43cd2bd60e4a55c712fc06e3b93f7e9f7cdd429bced06efeb5fb0a68e8c13
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root ae7eb1b133fff2dd28fbe05388e31df174282d3f4a263000af7f2b61a6e86ca3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,864
Size: 1.00 vMB
Total Fees: 0.07710325 BTC
Feerates: 301.64 > 7.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (242,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,989 672,989 000000000000000000034257886f7cf786b3d9068fbaf3b9367ca1a29ea5cacc 2,873 1.00/1.00 vMB 133
672,988 672,988 00000000000000000008c1b48f095d6b5c2e2e72f744d0f8e40ce5d3e04abc03 2,987 1.00/1.00 vMB 56
672,987 672,987 00000000000000000009e3fa91f0ee93d08adf18c4278191fff19509458b3a10 2,917 1.00/1.00 vMB 96
672,986 672,986 00000000000000000003d6f6822142741dcd1d9a740d4ff507af919097e8ce13 3,085 1.00/1.00 vMB 117
672,985 672,985 0000000000000000000c00997344f58c7c94e0afd67324d9033bcc601a3fea07 1,547 1.00/1.00 vMB 103
672,984 672,984 000000000000000000061e56779bc208f054d8698ff0c87e088faf9e72cb1741 2,153 1.00/1.00 vMB 126
672,983 672,983 0000000000000000000b1c1d25645f7176a87e52e2b6906ade241ba572490ea4 2,636 1.00/1.00 vMB 128
672,982 672,982 0000000000000000000727863341b79eaee48d83af3851991b7f43fda77ffc2f 1,581 1.00/1.00 vMB 41
672,981 672,981 00000000000000000001324880a6c9e1ce34d2deb42c12e05ae3274bd2b83e72 2,622 1.00/1.00 vMB 63
672,980 672,980 00000000000000000008aa00c5199cdc1d5e91867331a0bd0a5222303f19206d 2,847 1.00/1.00 vMB 88
672,979 672,979 0000000000000000000858c52b118cb71b4be5e6ab11b89a49f409341b07be4c 3,006 1.00/1.00 vMB 86
672,978 672,978 00000000000000000003943eb2ce43b50481c5ae4d2fe921eebe9bc939a76cb9 2,971 1.00/1.00 vMB 76
672,977 672,977 0000000000000000000b253c1ea09b396bb644b5b7ed0fdbd4185082c1e6136d 2,931 1.00/1.00 vMB 90
672,976 672,976 0000000000000000000a3fd129ed526ac9fa0299cc348e5acbad00dff238ef7c 3,115 1.00/1.00 vMB 136
672,975 672,975 00000000000000000006bf8d1f053dfdf6f1ed38743ad47e4c15300f80584ace 3,102 1.00/1.00 vMB 52
672,974 672,974 0000000000000000000700356ceeade970468d8c864445f29a685c43e841160d 1,159 1.00/1.00 vMB 103
672,973 672,973 0000000000000000000318539d06519fbefd8eeae3c156216b10e527c279cb79 2,095 1.00/1.00 vMB 127
672,972 672,972 00000000000000000007fa1941f05d5ab1b909e5a9b9224cce1e5964606cbc50 3,165 1.00/1.00 vMB 67
672,971 672,971 0000000000000000000031603fdbae465456cc9dfb314a9ba3d380ab5cfe15ab 2,568 1.00/1.00 vMB 114
672,970 672,970 00000000000000000004ef79a6fcfe2a9d83b060ba954590c1d7a108f21b6b62 2,461 1.00/1.00 vMB 109
672,969 672,969 0000000000000000000a7ec62d1280515d84bb9851eaa7d215627343fa06ce3b 3,431 1.00/1.00 vMB 66
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.64 GB
    • Received: 16.29 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.