Loading Tool

Explorer IconExplorer

Memory Pool

85,729 transactions
31.45 vMB
0.13558576 BTC
Random Selection Loading Transactions
Max Size: 189.61/200 MB

Candidate Block

Mining Attempt 1759d7c384f7c00515181b049001c88be028d61a3d4da7c3e08927169f1d8199
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 759dd139c9e59a7eb0654dfbb099c7ee40006ce507f44da46c55b0b5b0556264
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,769
Size: 1.00 vMB
Total Fees: 0.05840338 BTC
Feerates: 214.31 > 5.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (434,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,753 480,753 0000000000000000007eb316f952e991c3db341e7266ca5b89dbfc381c2551a1 1,951 0.99/1.00 vMB 284
480,752 480,752 00000000000000000018823024266447dda3cf2d16d9300a11f136b39093d08c 2,309 1.00/1.00 vMB 332
480,751 480,751 000000000000000000bc8e44253d3482b5e9cd49f5a70ad3bca0e519991e5c27 2,386 1.00/1.00 vMB 312
480,750 480,750 0000000000000000002ab62be49a37eb2c49da5143a3e0856392f0c8907f521d 2,185 1.00/1.00 vMB 283
480,749 480,749 0000000000000000006067076743d26e392ee55a6feb97b88c27d57636db41b9 2,033 1.00/1.00 vMB 315
480,748 480,748 000000000000000000b84eea76af436e34da7fb594938003a189bdcd6cd04bf2 1,640 1.00/1.00 vMB 260
480,747 480,747 0000000000000000010e5249c681148cee7c90760556603f4bce47f91edfe858 2,109 1.00/1.00 vMB 316
480,746 480,746 0000000000000000007a69c3771a0ade3e7c6b5b9fc2fa822c63b04a3194cd9d 2,746 1.00/1.00 vMB 296
480,745 480,745 000000000000000000ef60369ace8d966c7e65555660d7a54578c071839f97cf 2,112 1.00/1.00 vMB 359
480,744 480,744 00000000000000000036a3e0c4c072732bcac665b141a5ad9a573f5c036251eb 1 0.00/1.00 vMB 0
480,743 480,743 000000000000000000c652074400540c7d7dcbd876fd8f835f83b6ce251a7b63 34 0.01/1.00 vMB 820
480,742 480,742 000000000000000000735dc08392943dc13fbd3a95fbcd1c269a0800f6e5626d 1,692 1.00/1.00 vMB 195
480,741 480,741 000000000000000000ab45d656b57a5b31dfb46b0e51eb3e6d82961f2d854410 1,879 1.00/1.00 vMB 204
480,740 480,740 0000000000000000011365f076db2920e165be0dc52c50fe00df925b3ccc25fb 1,998 1.00/1.00 vMB 204
480,739 480,739 0000000000000000000176aed70b41f56a49cfb0a704c71d36da9119eb3b1da4 2,161 1.00/1.00 vMB 194
480,738 480,738 000000000000000000deca446ca8707a8aca96f5e9455017c50b56e6dc94e424 2,089 1.00/1.00 vMB 237
480,737 480,737 000000000000000000e2f0759ef1209ab5f0917706a96fd7a4d84b474c585b59 1,729 1.00/1.00 vMB 203
480,736 480,736 000000000000000000eafaf09597b8c4ec248bd3a30e912bb17822a9603788f8 2,347 1.00/1.00 vMB 246
480,735 480,735 00000000000000000087b24a703772b7035547ce166da7a6ce40035a1c9f52f8 2,380 1.00/1.00 vMB 259
480,734 480,734 000000000000000000a1be3530760953b59b4e2ec432ae27b99e4f1a9cadbade 1,956 1.00/1.00 vMB 273
480,733 480,733 00000000000000000055fa4e948d1b9f903ac8daf6268cf62f0f38a23b90d7ce 2,220 1.00/1.00 vMB 218
Previous 10 blocks ↓
Total Size: 782.33 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: 660.69 GB
    • Received: 14.77 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.