Loading Tool

Explorer IconExplorer

Memory Pool

87,162 transactions
31.97 vMB
0.13567260 BTC
Random Selection Loading Transactions
Max Size: 192.99/200 MB

Candidate Block

Mining Attempt 23971af9a1fc54a870506accb7ddbfbdc82e1f41b686e3b634e9b4ab39860bf5
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 8375fdca0f80667e4a47afb67af7e5b9c587c43cfde04435c44d457dc4dab722
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,997
Size: 1.00 vMB
Total Fees: 0.04863977 BTC
Feerates: 911.92 > 4.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (428,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,323 486,323 000000000000000000b4d49d9ef5d19f01d45fff83c2fc5db270537104a01806 2,213 1.00/1.00 vMB 113
486,322 486,322 000000000000000000e464d5dd803f988dc751484e05025e0b001317512c338b 2,156 1.00/1.00 vMB 149
486,321 486,321 0000000000000000002ef09501e6790c047f1d2b465be4efd28d9bb3d0dd46ab 2,349 0.99/1.00 vMB 179
486,320 486,320 0000000000000000002f40cc976c1e820da5ed4dd1c660606c5805c2d6463177 2,152 0.97/1.00 vMB 104
486,319 486,319 000000000000000000eda3449c83f867691fa833786b704144f7f0c49b1fc211 1,879 1.00/1.00 vMB 106
486,318 486,318 000000000000000000c770b3113bfa97f6c6d9b16f389c2540a1686a26a507ec 2,142 0.98/1.00 vMB 144
486,317 486,317 000000000000000000a37c3f5ce2172ae41834b219877efe74e5e7c6ab65bb1b 2,570 1.00/1.00 vMB 168
486,316 486,316 000000000000000000d1e1aaf6a01069654eaf0acfacad06d34d83004487711d 1,502 0.99/1.00 vMB 191
486,315 486,315 0000000000000000008605edebfd2a9cea03a332db35feb720737a8c14e65ad9 930 0.83/1.00 vMB 32
486,314 486,314 0000000000000000000946188bf5c70d178ba9eab0ceededcd72fbd640306641 1,369 1.00/1.00 vMB 64
486,313 486,313 000000000000000000db878e4b2df23eeaa64ef5e541e1b9d9abdc11e5e8b1b1 751 0.32/1.00 vMB 95
486,312 486,312 000000000000000000d1e489edd5b21461f87b81b57b7dea41d81bb1eefd2131 672 0.53/1.00 vMB 27
486,311 486,311 000000000000000000bb81f16a111c3e37914d9dbaa06e595dae81fe46c7d821 182 1.00/1.00 vMB 10
486,310 486,310 0000000000000000002297e712536f6a682c405968cfabd9ee4f8de553a7fafd 1,846 1.00/1.00 vMB 108
486,309 486,309 0000000000000000009dbe3b5ed6ec5a0aabc4e506a95a7f3de01e2354553021 562 0.29/1.00 vMB 105
486,308 486,308 000000000000000000835cb615529d4baf65f26db6f1281fe408f6daf77a110a 212 0.10/1.00 vMB 89
486,307 486,307 00000000000000000068e74d76878b7e56a6dd2d85c66589b6eb803f1ec735c3 688 0.33/1.00 vMB 42
486,306 486,306 000000000000000000ea99ce1d8cc06de779d7d9452880939c126213bac201e1 1,699 0.87/1.00 vMB 35
486,305 486,305 000000000000000000fd53d57f101974f7b23453b3f19c542076208f6d7b588f 1,929 0.99/1.00 vMB 40
486,304 486,304 0000000000000000003e2c3edede83a1be84524f931798f8e01b9b080609c41a 58 0.03/1.00 vMB 116
486,303 486,303 0000000000000000002c91e559aff916357030e7f3b7fdfaf338d1c339b4dbed 1,013 0.98/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.34 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.98 GB
    • Received: 14.79 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.