Loading Tool

Explorer IconExplorer

Memory Pool

76,492 transactions
27.63 vMB
0.07781078 BTC
Random Selection Loading Transactions
Max Size: 168.72/200 MB

Candidate Block

Mining Attempt 1b44bd0c4236455252e3818342a3e365763dee4ddc08f731db8052daa91ead82
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root a76cd0edab89f37814f1d5eb31da0d4ac39d6bd7f97a49fa861e55704a4b7a40
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,883
Size: 1.00 vMB
Total Fees: 0.01868344 BTC
Feerates: 402.60 > 1.87 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (418,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,982 496,982 0000000000000000009614255bcd152382a0bd1908ea00afbd75fd4fb4c5e499 1,947 1.00/1.00 vMB 46
496,981 496,981 00000000000000000040fde8a2b9593578201add6d51be4686aea3605cb5cef2 1,619 1.00/1.00 vMB 35
496,980 496,980 0000000000000000001e41aca85b92debd37563b56e1bdca9594a3ba99af47c0 1,970 1.00/1.00 vMB 131
496,979 496,979 000000000000000000b4c0b455dd45437d7e10c85b599ccb6094d7bed51fbf40 2,001 1.00/1.00 vMB 118
496,978 496,978 000000000000000000ca12564698adb9f4fd6b40572184e6bae6cf5ad231527e 2,033 1.00/1.00 vMB 100
496,977 496,977 00000000000000000080cca59cfabf4d4bda413cf71d59881e5356f451470c9d 2,041 1.00/1.00 vMB 215
496,976 496,976 0000000000000000002e5961bc253f20aae44288a2d98c482ac0d2507232c085 1,669 1.00/1.00 vMB 133
496,975 496,975 000000000000000000ce346f4cf3ec00a719b32f50b9323d98d35194d236da1a 2,447 1.00/1.00 vMB 194
496,974 496,974 0000000000000000004a36cc4e814bf281276fbd85edddc1437e85c923e60b66 2,596 1.00/1.00 vMB 175
496,973 496,973 0000000000000000006a1240901b1d5ec82f4abdd66494cc7796c8dc380fe191 2,139 1.00/1.00 vMB 127
496,972 496,972 000000000000000000c6c52153badb460c31b58cdfd8c6d6d7fba5a0f07ea2bc 1,907 1.00/1.00 vMB 175
496,971 496,971 00000000000000000043458e243813259150a0c86ba3ef9f3afa462df26d47fe 2,277 1.00/1.00 vMB 131
496,970 496,970 000000000000000000a5291a0b4d0868cdddc9c1e99574baf5831c9252cb538c 2,189 1.00/1.00 vMB 76
496,969 496,969 000000000000000000669ab59873d174717b64b1a99505730fe50296d2e62940 2,606 1.00/1.00 vMB 152
496,968 496,968 0000000000000000001bd773c68be87e4bcc929dda2621f1d905b16ba2a6aff5 1,838 1.00/1.00 vMB 68
496,967 496,967 000000000000000000c63b0ecfbf0b67311041564dccf814737dfce5e0ffce59 2,299 1.00/1.00 vMB 170
496,966 496,966 0000000000000000003ea9cb67113df59f93dd1c78c4ce4b96370e628337db25 2,285 1.00/1.00 vMB 63
496,965 496,965 00000000000000000016b94e567e20c293d83d20c5c303e0c016c512f22d7ec2 2,086 1.00/1.00 vMB 117
496,964 496,964 000000000000000000856b2026825c452faf92476f7e1a9847ffb1eed75012e6 1,739 1.00/1.00 vMB 46
496,963 496,963 0000000000000000006becdff27bba677977aacb0edbc0acc7632b8b88fc8df1 2,369 1.00/1.00 vMB 60
496,962 496,962 0000000000000000001a70c29786e939666a8099dceffacce3067251fa6a143c 2,533 1.00/1.00 vMB 183
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.