Loading Tool

Explorer IconExplorer

Memory Pool

82,145 transactions
30.24 vMB
0.11170917 BTC
Random Selection Loading Transactions
Max Size: 183.20/200 MB

Candidate Block

Mining Attempt bb929f75fce443c691848cb317e74baa818f2fdfeba7d891326000ea489e760f
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root a432b8c7d24feabc8a11f3efbc634d482df3fe4a01a96c6fffe534a01111bb44
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,120
Size: 1.00 vMB
Total Fees: 0.03684367 BTC
Feerates: 121.32 > 3.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (423,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,387 491,387 00000000000000000056baf0934c9c8c1c58716ad3f7c5fe7984d87fcc67926c 1,523 1.00/1.00 vMB 135
491,386 491,386 000000000000000000409c88a97d506eb8e88dfdff047bfe455c1aa6e322e959 1,284 0.98/1.00 vMB 122
491,385 491,385 000000000000000000e5ed514e6b7a8a8dc5e1b0473c47bbdc1a36b1fcaa63df 1,453 1.00/1.00 vMB 113
491,384 491,384 000000000000000000d5916ab9a26f5b98fcbe692853050e2b318a77f9f70054 1,739 1.00/1.00 vMB 155
491,383 491,383 0000000000000000003dc18f65c4dd80ec733621f53ac56f5177dacb34e9af77 1,208 0.97/1.00 vMB 255
491,382 491,382 000000000000000000b570e6cc7556515a073dd6bf9b7aa959f68c6fd8dcb90c 553 0.98/1.00 vMB 112
491,381 491,381 000000000000000000591108938dcc312fc9c1cc60c30ed392e82cf2ec11d9ca 825 1.00/1.00 vMB 115
491,380 491,380 000000000000000000e1d576a2b562d0ed0030d7dfef71405dff77ff5ec85b74 1,442 1.00/1.00 vMB 122
491,379 491,379 000000000000000000d7a5faa51d84e07e4b7f2f8368f34134b50c4ec30c02f0 1,703 1.00/1.00 vMB 148
491,378 491,378 000000000000000000dc776503c3ff827d99e1c81d8dd4b1116b46223fa40329 2,113 1.00/1.00 vMB 153
491,377 491,377 000000000000000000566713a738a5f468c6735dafda69d2a7fe11ecf1bf0871 1,334 1.00/1.00 vMB 130
491,376 491,376 000000000000000000dd695dfb56fb17600e8ff84c1cb587427514a9c5e9ee8f 2,033 1.00/1.00 vMB 148
491,375 491,375 0000000000000000008516ad7e49943bd4b6f146d755159d904973a46eeeb7ab 2,443 1.00/1.00 vMB 157
491,374 491,374 00000000000000000036717ff3bbd9cd2d7c19d8d2615558dacd50e6eb72275c 2,396 0.95/1.00 vMB 126
491,373 491,373 0000000000000000002adbca450168d9903fed27e4c99ba557ffd28bc0d2d141 2,579 1.00/1.00 vMB 138
491,372 491,372 00000000000000000004204f62328bde8f8951b528ae6309a098dcabaaa72ca9 1,825 1.00/1.00 vMB 138
491,371 491,371 00000000000000000035f19783b9b8264feed3703fd395a525b5650b2e1da3d3 852 1.00/1.00 vMB 145
491,370 491,370 000000000000000000945d295bf8e1e9a4766782b9e5b2b4b26c9e41b4aeee12 2,204 0.96/1.00 vMB 171
491,369 491,369 0000000000000000000a33a4fd66ee08ac7cdde9a736e77d0414e54546385ae6 2,301 0.97/1.00 vMB 207
491,368 491,368 0000000000000000004895734dee6900c9011b0a09ac203a18200d2133c73aa0 1,695 0.97/1.00 vMB 129
491,367 491,367 0000000000000000004e985b644dd1f6d014f01a595ecb09ccd45f07ceb9988c 1,714 1.00/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.36 GB
    • Received: 16.21 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.