Loading Tool

Explorer IconExplorer

Memory Pool

81,424 transactions
29.94 vMB
0.15606227 BTC
Random Selection Loading Transactions
Max Size: 180.38/200 MB

Candidate Block

Mining Attempt 72cddd2b83511cf3121b18fa4c57a636c4a051825d3ad3b123effdea62dd6f2a
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 4b93d91be7c558bca67712244b99af9e5ce1633bea1032ff533cd01d82b8027f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,709
Size: 1.00 vMB
Total Fees: 0.05932302 BTC
Feerates: 1,002.91 > 5.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (138,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,347 776,347 00000000000000000003f3e9cda3aa35c11d0001b0a3e9eb06e1da236150e68e 2,567 1.00/1.00 vMB 26
776,346 776,346 000000000000000000018836b43b2a56e8410ebde5b033e5aeb659e57a72bc82 3,243 1.00/1.00 vMB 25
776,345 776,345 0000000000000000000461ae6c023c11b01b4b94b1fff633e884178374750df3 2,527 1.00/1.00 vMB 20
776,344 776,344 000000000000000000031556fbc2d68e1ddaf993c5b49c8ce79b7ebdfff047c9 2,210 1.00/1.00 vMB 14
776,343 776,343 00000000000000000001af78d63f9a5c9dfe67ba5824ec24534dcb63ff69bf98 1,734 1.00/1.00 vMB 15
776,342 776,342 00000000000000000001be1c285b90db2ace68736f575f29f2619305bfacc1f8 4,040 1.00/1.00 vMB 20
776,341 776,341 0000000000000000000596fc7ff0c32086b8875f67429eff8b90c58f90307d86 2,925 1.00/1.00 vMB 31
776,340 776,340 000000000000000000031690f3a97cc334dbf34f4a7e9fd6fc156dc5d5a0285c 3,302 1.00/1.00 vMB 35
776,339 776,339 000000000000000000024dafa4d0b9445260f21a8062d4b8687eec3006804574 1 0.00/1.00 vMB 0
776,338 776,338 000000000000000000012aa14a1412e302b435be21c9ec3970145a0c1bd8111e 2,448 1.00/1.00 vMB 8
776,337 776,337 0000000000000000000360e33ae6d66315a91ad5f2aba7f11051a2d25937cc6a 1,757 1.00/1.00 vMB 13
776,336 776,336 000000000000000000041cd4f5743da3fc3ad14f16427ad37c71353390741ba7 2,856 1.00/1.00 vMB 17
776,335 776,335 00000000000000000001b493e3b0d14f53087728f6bdbb88e8cfc39f3901ff61 3,530 1.00/1.00 vMB 26
776,334 776,334 000000000000000000058d81e8e449dd23b1e4cef3ec71c7c0683242b7a1bb26 3,194 1.00/1.00 vMB 20
776,333 776,333 0000000000000000000086adab188ecf19ab52e4b510b77e0cd2a5dd5f9cbf80 1,981 1.00/1.00 vMB 13
776,332 776,332 00000000000000000005022ffd9c067ef255666b0c200a89f21d25d299f8563f 1,832 1.00/1.00 vMB 10
776,331 776,331 00000000000000000001fb389f0443dd71d76cbc1191f422dfd93c84c9e3a93d 786 1.00/1.00 vMB 7
776,330 776,330 000000000000000000036d5f377816d96dec5e2321593eb08e433edfa27daa2c 1,774 1.00/1.00 vMB 9
776,329 776,329 000000000000000000008fa8544435d72ceddd5ec5a07a16cbf9eec6bbccdb21 2,813 1.00/1.00 vMB 14
776,328 776,328 000000000000000000000b53ebb52657e45f7153b170b92f1d295928c404ae3c 1,897 1.00/1.00 vMB 18
776,327 776,327 000000000000000000071ad93246df5b11ad4d2701d0c5f2ce8f25045d557c50 1,905 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.54 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.