Loading Tool

Explorer IconExplorer

Memory Pool

87,189 transactions
31.64 vMB
0.21899500 BTC
Random Selection Loading Transactions
Max Size: 192.09/200 MB

Candidate Block

Mining Attempt bf67b5ff2cc87ee8ffdc653f5131d7c1466bacd97194c9a45d96b48fd29aef08
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 34a5767b788bac279232ca8b9fe49d8ac86adaf6bd509160ebf4d3f83e1f2f2c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,579
Size: 1.00 vMB
Total Fees: 0.11022070 BTC
Feerates: 502.67 > 11.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (291,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
623,386 623,386 000000000000000000038e9c9b1bab96c3f31a73099e896404fa9e6b0f6c632c 714 0.28/1.00 vMB 31
623,385 623,385 00000000000000000006e1e697dc8eeee94c216f0813809121b187da54b63fb8 1,727 0.54/1.00 vMB 13
623,384 623,384 00000000000000000003c7b0f10f707996aa4112ae9c3180bcb5b900a361f5f7 2,962 1.00/1.00 vMB 27
623,383 623,383 0000000000000000000173fe19a3b96c40cc942b429947a7221da50292fe7394 288 0.08/1.00 vMB 27
623,382 623,382 00000000000000000001616ac65bda8bf1f337ac08222933dbe2a4d6741c5370 305 0.10/1.00 vMB 36
623,381 623,381 000000000000000000135d23baf86a87db5cdb2fe48616376b5603a6d6a15e74 42 0.01/1.00 vMB 37
623,380 623,380 0000000000000000000969d52dc43cd293c3358967eba1c7355590809aabc864 1,214 0.59/1.00 vMB 16
623,379 623,379 0000000000000000000f33767da7c7e40a6339452fd429a15e352f56fc4b3009 3,017 1.00/1.00 vMB 18
623,378 623,378 00000000000000000013a120341f8dbb9adfa35cfeb41aef96597eb764b79291 3,032 1.00/1.00 vMB 38
623,377 623,377 000000000000000000133e63c1e7009bd531136c84e7aabcfe4700253dfe6cb6 653 0.25/1.00 vMB 25
623,376 623,376 0000000000000000000395b326e015b52f39d12b56a16b6c350f0f5a93f6b463 2,257 0.86/1.00 vMB 14
623,375 623,375 00000000000000000003eeee7bff21dcc0e59eb1cbdcb6f01b08f5b55dbc8a08 2,802 1.00/1.00 vMB 33
623,374 623,374 0000000000000000000c8057c102b087285b2e80f6eb0b771df08a740de96f8d 626 0.21/1.00 vMB 41
623,373 623,373 00000000000000000005bfcfeccc7c2d747ef2d6aed7ea02e5d5a29b378dc5a7 1,958 0.68/1.00 vMB 18
623,372 623,372 000000000000000000133ec270b6a8a44f63994c5b96c5ce2327e9b4bb74d286 2,774 1.00/1.00 vMB 32
623,371 623,371 0000000000000000000b2717c3d12d28037b3336dbab7b9bd2f3a9cbc6df466d 1,872 0.85/1.00 vMB 27
623,370 623,370 0000000000000000000af62e2543bbcf2a1503c848f7ba68ec82714c809129f6 51 0.01/1.00 vMB 32
623,369 623,369 00000000000000000003a8eb8dbdf1d83d5a6b395a98ed7349093668d49a21d1 233 0.10/1.00 vMB 22
623,368 623,368 0000000000000000001089d94af09d3cbdd039497a2f3cc95231f39132245ce9 1,727 0.68/1.00 vMB 24
623,367 623,367 0000000000000000000edab395eb42134a81490e4161ef298428c8570465b779 838 0.24/1.00 vMB 27
623,366 623,366 00000000000000000000a4cd9cafc3382b77144b824093af439f3d904579a5a8 2,253 0.75/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.61 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: 671.95 GB
    • Received: 16.08 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.