Loading Tool

Explorer IconExplorer

Memory Pool

42,450 transactions
29.22 vMB
0.07462841 BTC
Random Selection Loading Transactions
Max Size: 149.86/200 MB

Candidate Block

Mining Attempt d68b541524916ea10de5ecdcac3147b4275ba8a9fbbfcf00996bfc3b3396cea7
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 5dd471d7074b06afe6c008ca53689adc6db8428c0c29b7b53227a239c204f646
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,666
Size: 1.00 vMB
Total Fees: 0.01738215 BTC
Feerates: 100.36 > 1.74 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (80,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,616 833,616 00000000000000000000ddc6ceec7ca5ec9b9315299d2cf542c689e3e597c1df 3,257 1.00/1.00 vMB 46
833,615 833,615 00000000000000000002ddefe7cbc44e0151a1b61494ba814e65cf95332fae42 3,098 1.00/1.00 vMB 62
833,614 833,614 000000000000000000031a29e2c8893b9c4f67a5109de1ff0a81606a2c353a74 3,254 1.00/1.00 vMB 52
833,613 833,613 0000000000000000000350a409599fe6b929bf99c98e16a46494b26b8bd10c55 2,135 1.00/1.00 vMB 17
833,612 833,612 00000000000000000002959a9e41f26e46c930e680d3993ddab2781c568ad0a4 2,969 1.00/1.00 vMB 38
833,611 833,611 00000000000000000001db1079ac62ddd9da74d7e2b40d84d663576c9f7048f0 2,214 1.00/1.00 vMB 25
833,610 833,610 00000000000000000002fdf38f0ee3c197378234d01355e8d1a50a6a36baac81 1,533 1.00/1.00 vMB 19
833,609 833,609 00000000000000000002c5c0aba96f981642a6dca109e6b3564925c21a98aa3e 2,372 1.00/1.00 vMB 24
833,608 833,608 00000000000000000002ccdc0cba82829f87ea2b28ad82642b54e4e05cc7b6d7 2,737 1.00/1.00 vMB 21
833,607 833,607 0000000000000000000202d064c9fcad240dd9067943486437758f747af3a648 3,044 1.00/1.00 vMB 38
833,606 833,606 000000000000000000024d967a17ec4095f0691ae4ef146e7d1c0eeb10247770 3,604 1.00/1.00 vMB 57
833,605 833,605 000000000000000000015087d56b53838cd66fbd2c8d298067e28773dbbec4d5 2,753 1.00/1.00 vMB 24
833,604 833,604 0000000000000000000070565bf4b8f9b430f5279179ba7703c41809f25824fb 2,148 1.00/1.00 vMB 20
833,603 833,603 00000000000000000000b88e658167c3c8d30c2d86a94e60ec70ec6be0281c2b 1,385 1.00/1.00 vMB 24
833,602 833,602 00000000000000000000c6f8ae1fee3d8dcc00b9fbf2828db22184fc15f00084 2,866 1.00/1.00 vMB 30
833,601 833,601 0000000000000000000270a4619172a1ef5a64f5ffd13d2b73b301e41d43cd10 3,275 1.00/1.00 vMB 41
833,600 833,600 00000000000000000003554f3c4a5addbc83f70721cd70fbe4c9636d98c0b0c4 1,796 1.00/1.00 vMB 18
833,599 833,599 000000000000000000034535f068baca4f18665706b4c2585bfe53a74f470093 2,940 1.00/1.00 vMB 33
833,598 833,598 0000000000000000000188f083e7a62aacbab75791ba65fe50325ac9b7901fa6 332 1.00/1.00 vMB 14
833,597 833,597 0000000000000000000077eb80d953aa23dc6e285ad5cd916eddaea45cbcdf70 1,441 1.00/1.00 vMB 21
833,596 833,596 0000000000000000000382f5ba23da2f9aed0b567a1ee36e390f164664c119a7 505 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.