Loading Tool

Explorer IconExplorer

Memory Pool

80,826 transactions
29.85 vMB
0.09215317 BTC
Random Selection Loading Transactions
Max Size: 178.44/200 MB

Candidate Block

Mining Attempt f3ce89e8e082ff247f637f1e84ac3ebf2693e7690e774421a3bf91477cfa7f99
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 0f10fff46d4c102575df2a3a8a9ebfbac4b3e0c2de228858154be3635017ef2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,698
Size: 1.00 vMB
Total Fees: 0.02961904 BTC
Feerates: 150.77 > 2.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (255,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,069 660,069 00000000000000000009ba799a1962e750c5fcc4614c7aeabb35c7941ffecf06 1,897 1.00/1.00 vMB 54
660,068 660,068 00000000000000000006bad1d23030dcd20b9bd93ed28d0b3720595085750f7e 1,795 1.00/1.00 vMB 120
660,067 660,067 0000000000000000000e659300a26da280d67372d76d6dd040cb66cafb4a3ff7 2,122 1.00/1.00 vMB 20
660,066 660,066 0000000000000000000db79a34b5271f4258c20500bb68f9a1801672cbbf44cf 2,601 1.00/1.00 vMB 75
660,065 660,065 00000000000000000003f3a1793bfeb6a47f967f86db693020c2ef9433b5f53d 2,205 1.00/1.00 vMB 122
660,064 660,064 00000000000000000003c193c767f306987f8513a9be6b19f6a21ca28d78b7ae 2,277 1.00/1.00 vMB 26
660,063 660,063 0000000000000000000c259f671a4f3ae39bd85550dde69058f789af2feaee71 1,941 1.00/1.00 vMB 83
660,062 660,062 0000000000000000000bdeb3a8cb100c76d28b77539645e0989448d70b8db9d2 2,890 1.00/1.00 vMB 21
660,061 660,061 0000000000000000000d28b159307b21053ced1cf7e71b8b02e98d3b9eaa2735 2,421 1.00/1.00 vMB 36
660,060 660,060 000000000000000000020a177a3feb9fe924b4558214d131930b11fd99387997 2,479 1.00/1.00 vMB 15
660,059 660,059 0000000000000000000876a4acd9e796c70f1d5ed1aaf69042fede71c1d70365 2,447 1.00/1.00 vMB 13
660,058 660,058 00000000000000000005fad048b5c93b9174c8aa48c4f2a2cbef789860867d0f 1,753 1.00/1.00 vMB 53
660,057 660,057 00000000000000000006c854e343e7aac54d1a0df499660391ccd84b459dbf26 2,964 1.00/1.00 vMB 111
660,056 660,056 0000000000000000000ca85859e228f0d6e7a38379a885e205bd32222033cd43 1,915 1.00/1.00 vMB 103
660,055 660,055 00000000000000000009dfbfffbb55125a97bfc845f8d1f938fd43539872706e 2,074 1.00/1.00 vMB 50
660,054 660,054 0000000000000000000819fd0d97c669c79fe79f2891f83d724637b829b5999a 2,196 1.00/1.00 vMB 113
660,053 660,053 0000000000000000000333fa7679984852c1380586cc42afbea3895c9f02fa94 2,371 1.00/1.00 vMB 92
660,052 660,052 0000000000000000000878db41c2b15d256dc535cb00a2479e815d1f7a442d69 2,603 1.00/1.00 vMB 71
660,051 660,051 0000000000000000000ad5446b33299e107c77f4685900f7b29b64c81227535a 2,802 1.00/1.00 vMB 91
660,050 660,050 0000000000000000000afe9cd5309fd3f58f11ec9e9df10b4cbb80931f83873c 2,404 1.00/1.00 vMB 11
660,049 660,049 0000000000000000000a19b9f9dd3ef18314dac13be5b3a71a68be529a5b0ff9 2,571 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.52 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: 668.76 GB
    • Received: 15.56 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.