Loading Tool

Explorer IconExplorer

Memory Pool

77,796 transactions
29.40 vMB
0.10301081 BTC
Random Selection Loading Transactions
Max Size: 177.05/200 MB

Candidate Block

Mining Attempt 0a8b4255a0fecde843324f1ebbb03919945d28e14d5fcb32565b55f2cbdaa098
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root 8c0dfa9f837ee1accc45d2e109f9e87ab4d21f8ac6163d5c057792e7e66ca0e0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,179
Size: 1.00 vMB
Total Fees: 0.02795489 BTC
Feerates: 151.12 > 2.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (253,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,485 661,485 0000000000000000000addfd9043790cfd7db2715f819b0e8db444347b03a335 2,529 1.00/1.00 vMB 40
661,484 661,484 00000000000000000008eb46819943c54f9345433339e6a60838b6c72daa3048 2,828 1.00/1.00 vMB 74
661,483 661,483 000000000000000000046f604c5b0ee1dd1e18e2d030863d57968927e6f42ccb 1,819 1.00/1.00 vMB 63
661,482 661,482 00000000000000000005b0b0b40033f565e3540e4e92092d9344bf360adb9f61 2,905 1.00/1.00 vMB 94
661,481 661,481 0000000000000000000d62447390ebf5be7be8b19124a49680fb012fc9134c29 1,777 1.00/1.00 vMB 33
661,480 661,480 00000000000000000001e1742d9c57ca3e098ab3fcb701188b18eb664cf1615a 2,841 1.00/1.00 vMB 41
661,479 661,479 000000000000000000026ab0d70e19a246b82766f29ca2483166ec05f3e25a18 2,717 1.00/1.00 vMB 66
661,478 661,478 0000000000000000000771fb3162ac13b2e345112303d604da9b7feefa27bce0 2,867 1.00/1.00 vMB 70
661,477 661,477 000000000000000000090491c1bde80eb4412aa76c850901e3e687fd858a7b80 2,940 1.00/1.00 vMB 61
661,476 661,476 0000000000000000000d9b1f515e0c80ada40972ea8c5378ae09c01e35b3ee2c 3,343 1.00/1.00 vMB 56
661,475 661,475 0000000000000000000106e35eba44026ccfd23c8a3870691ab3988009b6b8b9 2,659 1.00/1.00 vMB 63
661,474 661,474 000000000000000000078bf32571f9079dca82fb8dfa99140b245e926df0e487 2,921 1.00/1.00 vMB 82
661,473 661,473 000000000000000000073d101fd8673183f40be1072990ae80d3fec1fe25c366 2,982 1.00/1.00 vMB 96
661,472 661,472 0000000000000000000b902ea4ed7ca9ac0649024d96ff53c3b18f1cf1b417a8 2,943 1.00/1.00 vMB 105
661,471 661,471 0000000000000000000d8e76bb28559947a5b77742d2a022621192b3bad80463 2,030 1.00/1.00 vMB 66
661,470 661,470 000000000000000000053ef2574f0fc2370563f2872085f84c40a18e29c59b67 2,398 1.00/1.00 vMB 110
661,469 661,469 0000000000000000000eb6e66e6a507db3d9f39bc72706d712970dcb631796da 2,814 1.00/1.00 vMB 39
661,468 661,468 00000000000000000000eb576d547b30d1d5b10d29d8bcf87f95fad1faf7ddce 2,736 1.00/1.00 vMB 53
661,467 661,467 0000000000000000000a6cce8f6ab04bb90014569bcb8be77f3d521a85e94cf5 2,958 1.00/1.00 vMB 44
661,466 661,466 0000000000000000000a9d84885fdd6ab68cd4576e78cac2d860fd2ecd2133c2 2,812 1.00/1.00 vMB 65
661,465 661,465 0000000000000000000770e59b3d619a8a7e6e176fa5d14f551eafb3aa304330 1,927 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.