Loading Tool

Explorer IconExplorer

Memory Pool

65,585 transactions
30.32 vMB
0.07641218 BTC
Random Selection Loading Transactions
Max Size: 171.49/200 MB

Candidate Block

Mining Attempt 7d19befae5b50018876675904a60cbce3b356134239297424d48a3b9d7fe631d
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 71bc13af7ce05bdc1650537f302920177a9814b930e6ece87588180f6ca76153
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,213
Size: 1.00 vMB
Total Fees: 0.01733290 BTC
Feerates: 150.93 > 1.74 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (243,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,862 671,862 0000000000000000000753981ff2f0760561a9b0f95cf62f7b9d2f70be4a855f 2,292 1.00/1.00 vMB 163
671,861 671,861 000000000000000000060eb83408974cc5d0bfd24f7b13c690d8cf031402bc1c 2,552 1.00/1.00 vMB 184
671,860 671,860 000000000000000000011d34feb53420f3f95874e872c0eb11752dbe9b64d908 2,778 1.00/1.00 vMB 172
671,859 671,859 0000000000000000000a1c0a2f2d10cb6f61421ea278d6baaea9a6adb9edac94 2,568 1.00/1.00 vMB 152
671,858 671,858 0000000000000000000763be8563422799dcdf1ca764b99306a403a84769f2e5 2,857 1.00/1.00 vMB 150
671,857 671,857 0000000000000000000610d74d2c4537819bf9d2fd85f5581f047138580f68a1 2,352 1.00/1.00 vMB 158
671,856 671,856 0000000000000000000c5f3d52dcf943ad9fc2e038bb4517c50da4aae3e5eb9b 2,548 1.00/1.00 vMB 167
671,855 671,855 00000000000000000001379c52a11079b248b5ca6b442db5cad6eb53de545707 2,318 1.00/1.00 vMB 163
671,854 671,854 000000000000000000023ee5c11fed36bdfc229d1ae37c0cb71ebc348fdc81f6 1,732 1.00/1.00 vMB 161
671,853 671,853 00000000000000000004924e60faf8a63f0ca29994b405c8c28c810df803851f 2,528 1.00/1.00 vMB 164
671,852 671,852 00000000000000000005685a3ad217a6120a0b32e2957e9c03ef9b031caad78c 2,356 1.00/1.00 vMB 161
671,851 671,851 000000000000000000082e29f30997e31edfba0f29c81531635a908a8a6e587a 2,825 1.00/1.00 vMB 184
671,850 671,850 00000000000000000000476ab57eea9be8ada36e26803130287eb75c7e99797d 2,900 1.00/1.00 vMB 151
671,849 671,849 00000000000000000006fbcaeab00ef31451b94a213b166e2c279837904c190c 1,649 1.00/1.00 vMB 145
671,848 671,848 000000000000000000089ca212380af3b5aae9d4cdbd4c64ed42a9e0c6cd4890 2,611 1.00/1.00 vMB 161
671,847 671,847 0000000000000000000a81183124e8adac9abcf9b7348494f38888942d1ee0c7 1,847 1.00/1.00 vMB 149
671,846 671,846 00000000000000000008bc69f591e5c886428530ade8d5c6721277df5073c425 1,469 1.00/1.00 vMB 150
671,845 671,845 00000000000000000009abc7ba2f4a999e96d53797adb0463154786c0ac10f9b 1,825 1.00/1.00 vMB 160
671,844 671,844 00000000000000000003e9cfab1ed2edf9d99b1fe819556ee7407521ffc2a1d9 2,697 1.00/1.00 vMB 167
671,843 671,843 00000000000000000009ec8f737605ad4872296a33f6dd11f0bae8ad996ad56e 2,108 1.00/1.00 vMB 164
671,842 671,842 00000000000000000009684c04347dde3937bd3b3d07a37f3b247b2130626e8e 2,890 1.00/1.00 vMB 171
Previous 10 blocks ↓
Total Size: 782.29 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: 657.08 GB
    • Received: 14.48 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.