Loading Tool

Explorer IconExplorer

Memory Pool

92,073 transactions
24.91 vMB
0.10662061 BTC
Random Selection Loading Transactions
Max Size: 166.19/200 MB

Candidate Block

Mining Attempt 54bf7eb4a95d0451198b0f3cf894840a20aeacce0080b724739f1f3f1109c717
Version 20000000
Previous Block 0000000000000000000151886994f95701f063a743534c38e24773ea088b4673
Merkle Root 3d5347d4d67be2567098d9fe80435349c76bdf715be2b5e24c3d1ae032294aaf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,630
Size: 1.00 vMB
Total Fees: 0.04064770 BTC
Feerates: 265.25 > 4.07 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,847 (830,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
85,529 85,529 000000000022576fb32c7b08583b7c0f239e5a1cd25eb4ffe4d5e7427c354980 1 0.00/1.00 vMB 0
85,528 85,528 00000000000257a096ec3c18acbb8c746c120b53243d8d29783ec26eb1bcf31c 1 0.00/1.00 vMB 0
85,527 85,527 0000000000084539b52ff9566cea152d8da8d7f194cdded3e282da3ccf3b207c 2 0.00/1.00 vMB 0
85,526 85,526 00000000001b7e0eafcc7d9eb319e249d57be093cf289b353fcf86c748705da9 2 0.00/1.00 vMB 0
85,525 85,525 00000000001b35262da259fd89f472444e830b427164e2e229ec15f4d8cb8f30 4 0.00/1.00 vMB 0
85,524 85,524 00000000001c16a00f57feb4996623f0bf1b30ec6c7fafb2e4d1b4b0564df520 2 0.00/1.00 vMB 0
85,523 85,523 000000000020891f83a9f216f7ea34c3eb9fd3f31a0788c8d8f50d3a78254592 9 0.00/1.00 vMB 0
85,522 85,522 000000000012d1e2cdc00864fddd08a705464ac6be9e73972f254a8c20f1c366 2 0.00/1.00 vMB 0
85,521 85,521 000000000007e3632f412203bea2a3f3ab303c366ddcb603d941742060e61845 5 0.02/1.00 vMB 0
85,520 85,520 000000000020d5ab702885e2b7a01120668387df9d0bb9cc4966e8e936f03220 7 0.00/1.00 vMB 0
85,519 85,519 0000000000290e7a80a8cc474e5127ce25efdafbd37c4373db8693a4b9aa8fe9 1 0.00/1.00 vMB 0
85,518 85,518 00000000002c9526944eeff7dfcd1fa1d94bc51f176bce16195d4ca5228c3940 2 0.00/1.00 vMB 0
85,517 85,517 000000000029ae78e22ac47efbf7f1257257c2dd9ac7b4952d73ab6e837b1fea 1 0.00/1.00 vMB 0
85,516 85,516 000000000003cf62b35cdfc237f0a287b3ebe96e368f501179626e3dcff917b1 1 0.00/1.00 vMB 0
85,515 85,515 000000000010dd76174ad2dcfd184db857d7784a2e09191acab16f6847ab15a4 1 0.00/1.00 vMB 0
85,514 85,514 00000000002c52d382315f6c252ad95f165cc58b8db5c8d081cf038b24abf1d7 1 0.00/1.00 vMB 0
85,513 85,513 000000000027fde1dc7076ef6076cf4c2bb3362e2fcef38dcd9d7ccc7d14d6ad 3 0.00/1.00 vMB 0
85,512 85,512 000000000028a4c36d3ac224cd3c3fce0ca73391f5963184f4255a90e9f08ab9 2 0.00/1.00 vMB 0
85,511 85,511 000000000006d6f357d3380c4834d0acb5ef460d9d82514acde8ccd834269535 1 0.00/1.00 vMB 0
85,510 85,510 000000000022808bacf78730218a2407b44dd6e1fab794066c63f7ea4b7647f0 2 0.00/1.00 vMB 0
85,509 85,509 00000000002b3cf2ccf65e4d3ebdbda210d806a0aa6aab7a1691d69ae96fc095 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.84 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: 792.97 GB
    • Received: 21.93 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.