Loading Tool

Explorer IconExplorer

Memory Pool

74,541 transactions
27.49 vMB
0.07053543 BTC
Random Selection Loading Transactions
Max Size: 167.85/200 MB

Candidate Block

Mining Attempt db58bdbaca7b0aa5a491591b8d4d56c57c427f7647b6aefa7b01249eb8f33f88
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 248ecedd8b10f70a9a6fbb3c728aed4fc415d63564545bff475ac32e732fd654
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,923
Size: 1.00 vMB
Total Fees: 0.01191404 BTC
Feerates: 80.55 > 1.19 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (107,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
807,991 807,991 000000000000000000013454541a4083152b57d06046ede80c0ce059cab929d3 2,005 1.00/1.00 vMB 23
807,990 807,990 00000000000000000001227143364c43923ae7409b95e33f1eed8a8df577044b 5,270 1.00/1.00 vMB 15
807,989 807,989 00000000000000000000350b3ce428b1fb2871ac395c883a023457396b2b5d4e 2,396 1.00/1.00 vMB 16
807,988 807,988 000000000000000000036226e003fef4e85d6917e08e5a0fc6f2a7086c49f7c1 3,339 1.00/1.00 vMB 24
807,987 807,987 00000000000000000001e53ff70ab29b15566afebc8754407e5c3165fac78390 2,953 1.00/1.00 vMB 20
807,986 807,986 000000000000000000013a85f95969c177e893ed7bb71a632cf0d9f0ca7b0111 3,475 1.00/1.00 vMB 15
807,985 807,985 00000000000000000003a7c66a45e5f94a38bf258cc12d54afeb52534979e4c5 4,381 1.00/1.00 vMB 14
807,984 807,984 0000000000000000000358752719c6580ec4e9ea3ec0ac2cdd616c6b07ce2bad 3,104 1.00/1.00 vMB 24
807,983 807,983 00000000000000000003d7ad8fc1149334cdc72a29cd8bf5785f09c8221f45d2 3,022 1.00/1.00 vMB 21
807,982 807,982 00000000000000000004a33d75a79e9b0d20064336ba0e825d3372befe75d9fb 2,244 1.00/1.00 vMB 19
807,981 807,981 00000000000000000002b5d275841793bae17a8b7326cec677ac3adad68b6ba2 3,768 1.00/1.00 vMB 16
807,980 807,980 00000000000000000000f0e1c84ac4e505d8ca5f743a0d4998b88321b67d3c1a 4,072 1.00/1.00 vMB 16
807,979 807,979 000000000000000000049c655d74b88a08a1b594a41d39fd92eaf0f2044c9664 1,693 1.00/1.00 vMB 15
807,978 807,978 0000000000000000000070bb06f5825de251342968b3793d999acaa58f9842a3 1,775 1.00/1.00 vMB 18
807,977 807,977 0000000000000000000079c44c61773e819d13be641e731624876fddc5ed9bfb 1,963 1.00/1.00 vMB 19
807,976 807,976 00000000000000000000ec29cf13b96619dd706a88e90af5d3c259c6e09f7106 556 1.00/1.00 vMB 15
807,975 807,975 00000000000000000002eee382621b097cacf84ad06ee5bfc1326adb41275683 3,539 1.00/1.00 vMB 14
807,974 807,974 000000000000000000015ba13d2384a0e4c48182d29dbf72f582acee5c0b93c1 4,136 1.00/1.00 vMB 18
807,973 807,973 000000000000000000048af81f738dc59adcf88b62551e9a427a0cd1336365d1 4,102 1.00/1.00 vMB 16
807,972 807,972 00000000000000000002bcac32de552b4ab2df2ebfe4e6b292fb56ea8615378d 3,478 1.00/1.00 vMB 21
807,971 807,971 00000000000000000002d5e7bb6e3e96160a14605a3b52940a88c50bb995d342 4,193 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.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: 712.00 GB
    • Received: 17.15 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.