Loading Tool

Explorer IconExplorer

Memory Pool

79,136 transactions
30.22 vMB
0.12104077 BTC
Random Selection Loading Transactions
Max Size: 179.84/200 MB

Candidate Block

Mining Attempt 9160e0bd9825e8058a1b1904f98c98d4de199d020e4a21b4d883e66bf540fb9b
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root daac2ef999ec5160f0d4c66e24958b5516295e64b8b3111b84cfe0c2a3e15c39
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,231
Size: 1.00 vMB
Total Fees: 0.02964421 BTC
Feerates: 109.82 > 2.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (519,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,892 395,892 000000000000000000964023b5303d668788f2d039c6cbdc4dc33f84a72db91a 559 0.28/1.00 vMB 28
395,891 395,891 000000000000000008f1bc41e7d94238002dc2ea2ec55c1dc1cd7086ad2e7b69 1,157 0.71/1.00 vMB 30
395,890 395,890 000000000000000001ee1cf18189bfc656fd669e4c93a99d715c559935adcfd8 1,985 0.93/1.00 vMB 37
395,889 395,889 0000000000000000044a9a05c9e78b7be2ad1fa5f1e1073f74226a3af185a24a 964 0.76/1.00 vMB 27
395,888 395,888 0000000000000000058a1f3ede555d97b51ceb8adec7404d74c8144a2cf41cb0 1,415 0.59/1.00 vMB 51
395,887 395,887 000000000000000004f2dc8eaae9005b02dc2f99cc347c055c26d7227edca15a 1,279 0.84/1.00 vMB 22
395,886 395,886 00000000000000000495ef1dede300947fdb51a4bad6f85a9e113cc6f3d241d9 1,810 1.00/1.00 vMB 32
395,885 395,885 0000000000000000066ec52a45edd0bc96e930765656c77cb360b44a07c6b2cc 2,046 0.69/1.00 vMB 58
395,884 395,884 000000000000000002927edd322ee82a83c6050168b1b8591b053e94697c716b 724 0.42/1.00 vMB 35
395,883 395,883 0000000000000000020a64516108d9b141c78cbfe69da5d461638261f93eea2a 663 0.34/1.00 vMB 30
395,882 395,882 000000000000000003f89d2cf47b2f097b1ec5800a4949d4be286b8f004f9d01 1,170 0.56/1.00 vMB 35
395,881 395,881 000000000000000003ba0bfa3fe030be61267d4776d25cf5a7d0b2102c9d9ec9 1,261 0.65/1.00 vMB 31
395,880 395,880 000000000000000000b37bb41700225932b6992b1b65b13556afb18fae92b1f5 510 0.21/1.00 vMB 50
395,879 395,879 0000000000000000064ce292b99a266a8162b3f13946cf36136ba540136b5c97 115 0.14/1.00 vMB 17
395,878 395,878 00000000000000000412ac66ee0d0075e62013a62d419a36344f536c21197b51 287 0.15/1.00 vMB 38
395,877 395,877 0000000000000000018027918310da3c94de85b475a4d133c98c6bae99702b27 1 0.00/1.00 vMB 0
395,876 395,876 000000000000000007293f21b43f12feb3ff0a4d92ea488024f848eb23a752c5 1,060 0.71/1.00 vMB 36
395,875 395,875 0000000000000000060f5eabfdc89f2859f790065d4a99c255df27be095b2a30 563 0.37/1.00 vMB 29
395,874 395,874 0000000000000000043348a41097e157bfbca9d7df4e7ea98e5942c3a4a19c7f 381 0.99/1.00 vMB 5
395,873 395,873 0000000000000000009a0e6e3a2060ad462ac7baf24e66b4f6099be6b20487bd 325 0.15/1.00 vMB 52
395,872 395,872 000000000000000001dc129bb25d7d9832f49b0c3ef5a1690225faf2326a2858 1,363 0.63/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.91 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.20 GB
    • Received: 17.52 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.