Loading Tool

Explorer IconExplorer

Memory Pool

79,597 transactions
29.25 vMB
0.07567869 BTC
Random Selection Loading Transactions
Max Size: 177.78/200 MB

Candidate Block

Mining Attempt 8b50599a249d23ae807b171cd3a543671ae4a370a40f9cc79a4dced35e179cbf
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root 6638fa527b7738c69abf47fb0616eb865990b0dbd08698b8e4486875b24d7514
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,118
Size: 1.00 vMB
Total Fees: 0.01444866 BTC
Feerates: 74.86 > 1.45 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (751,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,003 164,003 00000000000001c42930f6b755a30c960a3fa4fb01c2c132faeec384120e458f 66 0.04/1.00 vMB 86
164,002 164,002 000000000000034ecbd42c349cfd37383d748cd4de2f84c4b16ebcd6f31727b9 34 0.01/1.00 vMB 328
164,001 164,001 000000000000094d462f1a0dbca9187bca75238108e11433be19c9c92da29a25 25 0.01/1.00 vMB 141
164,000 164,000 00000000000005a38f162cf308edea0a0a5d000bdb2073cba2386ebb1df7a2cf 26 0.01/1.00 vMB 76
163,999 163,999 0000000000000562c22fbffcd7921bcf1f83f7fe8384d858c0a15a41e0b18c46 8 0.00/1.00 vMB 277
163,998 163,998 0000000000000aa610fb335e8e38957e0175567e9ad4e98623935eaf15819d75 89 0.03/1.00 vMB 4
163,997 163,997 0000000000000b7a21b2b3e85b893eaf73f11c1100f09796db7bb473390e5c29 138 0.05/1.00 vMB 249
163,996 163,996 0000000000000bb8e52c8446421ea9ebbeb9f5cf8d04c69dd37d4d75bbcfdfd0 65 0.02/1.00 vMB 61
163,995 163,995 0000000000000772865ea06107d0b550dfb8bd353c81e0d4d65ef50fe1d0310c 20 0.01/1.00 vMB 55
163,994 163,994 00000000000008ebbb3df67bdf1b5e6087555daf3d66f82a44eb5c21d9f679a6 44 0.03/1.00 vMB 109
163,993 163,993 00000000000009adb4b5b9ce4dc401569857f23152d1ec2b860814cab9c17b2a 26 0.01/1.00 vMB 4
163,992 163,992 0000000000000bc08290f15ae12fb1262fd3d07bbf8785d0d4c8f5dfb1534988 95 0.05/1.00 vMB 500
163,991 163,991 00000000000006b8ccf608df965c2ffa633d560f2fbd55305987aa60473203a9 64 0.03/1.00 vMB 54
163,990 163,990 00000000000004e0b80dedbe57cd490b965fcd11c25977d50484ae1fb78b82a0 1 0.00/1.00 vMB 0
163,989 163,989 0000000000000834a5d64a8c3db252e3be90fa26bc16fce8d8b69fcc2cd8e9f0 20 0.01/1.00 vMB 191
163,988 163,988 000000000000078698236357be2b6ae8889ace0647554021dca396faa82b7d6c 53 0.02/1.00 vMB 0
163,987 163,987 00000000000002d1971f301cd3b7a408af0122d861da93776f731e3fc963adaf 56 0.02/1.00 vMB 132
163,986 163,986 0000000000000a9d9116185ef22508e3553747d0aa1c5a830f0227a187c4a822 36 0.01/1.00 vMB 0
163,985 163,985 0000000000000118ecf1d3970e1d4e6d6e9bb2304ead0cca741271d3f21213da 99 0.07/1.00 vMB 449
163,984 163,984 000000000000079718ae81c29af4e63fdbabf4eb77c45833e43340eb2ac8df25 35 0.01/1.00 vMB 0
163,983 163,983 000000000000075e52da8e51fb3efa774892ae2f514487dc98299a9b81163c9d 24 0.01/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.54 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: 669.11 GB
    • Received: 15.73 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.