Loading Tool

Explorer IconExplorer

Memory Pool

77,146 transactions
28.82 vMB
0.07899686 BTC
Random Selection Loading Transactions
Max Size: 174.31/200 MB

Candidate Block

Mining Attempt 3176f06fde010251a568d12d04a932903e0d58348d7ecdaed0b2999182976639
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 51528f443e9fe5f7b8874cb79ba0ac298d1162b2c4031d4f4adccb6188a8a394
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,428
Size: 1.00 vMB
Total Fees: 0.01903474 BTC
Feerates: 150.93 > 1.91 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (444,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,704 470,704 00000000000000000080eb38ef0f3c5e8fefdcd16c38ce7d626dcf305ff09a14 2,099 1.00/1.00 vMB 279
470,703 470,703 00000000000000000144138d92924086259e43a385403daaa759f35b77a8d777 2,105 1.00/1.00 vMB 338
470,702 470,702 0000000000000000011c01ff1d9c4baa5e37aaf862a3907f81694f7fbd12d237 2,569 1.00/1.00 vMB 449
470,701 470,701 0000000000000000018a8ca11fef2125d6352937a2eb40ee9fc62223880b27be 1,876 1.00/1.00 vMB 375
470,700 470,700 000000000000000000c15fcab55227d329546b346650eabdbdf359d781837b8c 2,125 1.00/1.00 vMB 394
470,699 470,699 000000000000000000ccd64f7c5f991e3a9e94c160527565f380212cdfdff0d0 2,103 1.00/1.00 vMB 374
470,698 470,698 000000000000000000d1590b157da32089da7a6c9802e4d25ff2d3b7dfd123be 2,015 1.00/1.00 vMB 450
470,697 470,697 00000000000000000141a78a1916fe56416c91d8ddf5959c03d3dea79a5978c7 2,021 1.00/1.00 vMB 472
470,696 470,696 0000000000000000000b5905997a57236c76236c443a811e2fd9a8e58ac48fe6 1,197 1.00/1.00 vMB 136
470,695 470,695 0000000000000000009550351fd06d4e40197f753fbe482db482b6661ad20133 252 1.00/1.00 vMB 33
470,694 470,694 0000000000000000013a110e81c69652955bfadf21589fa489268b15fe715ecb 1,787 1.00/1.00 vMB 160
470,693 470,693 00000000000000000069489aeb0ba7bd00d4e49e5a1967ce95be5c0f3847305b 2,531 1.00/1.00 vMB 440
470,692 470,692 00000000000000000044abb76c16b19320b1ea2d576e7fa679b2a162ac273c19 1,669 1.00/1.00 vMB 207
470,691 470,691 00000000000000000154d3107c2f6448d51b01ed15d689343afda6aa12f8690f 1,845 1.00/1.00 vMB 250
470,690 470,690 00000000000000000084f1ec71179644a6f0e3cae3ff89b1b97205fed102123d 1,312 1.00/1.00 vMB 162
470,689 470,689 000000000000000000ba25fe471e0adc967fa11f2f3a4843bc0c2220e3abf916 525 1.00/1.00 vMB 28
470,688 470,688 000000000000000000b0f09997d1c1abde72f83320a71b9634c9a0b5a3fd979f 1,550 1.00/1.00 vMB 85
470,687 470,687 00000000000000000053e5d83e4e3e5ae766a6ae338ba9c832ebfb44f6dabe59 802 0.44/1.00 vMB 372
470,686 470,686 000000000000000001816fa4cb249e6f687027f680c6ed5b08c4921487898818 1,879 1.00/1.00 vMB 272
470,685 470,685 00000000000000000053c908a5fb8e0100ada4ae6b921e96adb5feea10470672 1,924 1.00/1.00 vMB 484
470,684 470,684 0000000000000000011b712eb79103ae98a53c0cd9e49d166751607db6ae3865 500 1.00/1.00 vMB 249
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.39 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.