Loading Tool

Explorer IconExplorer

Memory Pool

41,598 transactions
27.62 vMB
0.07414756 BTC
Random Selection Loading Transactions
Max Size: 142.56/200 MB

Candidate Block

Mining Attempt 4e82fbf2b8b451a0c1e8788e795ac58cfb60623b764d0fd7c86c62b481d21a13
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root fd9072f4ae5ac527736b15ed7e1519f78e19e62c2f248bae5d53a172a74f4f77
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,245
Size: 1.00 vMB
Total Fees: 0.01977353 BTC
Feerates: 101.47 > 1.98 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (91,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,853 822,853 000000000000000000005ccdfabcb0a355956cb9df8d955b99973a6a40c27166 4,427 1.00/1.00 vMB 110
822,852 822,852 00000000000000000001437802e7d7d8b90d608caa4097559af6ad3dda6a99c3 3,753 1.00/1.00 vMB 114
822,851 822,851 000000000000000000014a3a56a4fa28b0b0a6fa4f84424c43f58a85ad08b451 3,987 1.00/1.00 vMB 107
822,850 822,850 00000000000000000000931ad4e7d4b5b70e0afc29c360b5dfa3b23182fcf15f 4,169 1.00/1.00 vMB 111
822,849 822,849 0000000000000000000086b9be5828b7a472cf18aab3291f864c08c946566257 3,958 1.00/1.00 vMB 126
822,848 822,848 0000000000000000000373b4df2a3ddc405ebc076e65403f4666c4f0b9449f2d 3,991 1.00/1.00 vMB 135
822,847 822,847 00000000000000000003667c40cb4ce2fee1ba3322abb10863b45f6a5cab0424 2,362 1.00/1.00 vMB 138
822,846 822,846 000000000000000000021f77b13491c53605b3e60d9a649a38a03ce411411917 3,752 1.00/1.00 vMB 154
822,845 822,845 000000000000000000017b1389e9722ea794dc57d55039d0e85d5149341cae13 3,751 1.00/1.00 vMB 167
822,844 822,844 000000000000000000007f36b4ec669c0517987cd966f808b79655638bc4d823 3,989 1.00/1.00 vMB 119
822,843 822,843 00000000000000000003d445de048abef64ea5579406c4b83cf939b5df9b9eaf 3,718 1.00/1.00 vMB 138
822,842 822,842 000000000000000000013c391ac50d22608d22e30ef0a689fa7ddf98c0ac9258 3,792 1.00/1.00 vMB 148
822,841 822,841 00000000000000000001e5b867adb7e9976e2c24365441476ae9ff73e2c325e7 3,837 1.00/1.00 vMB 135
822,840 822,840 000000000000000000018e2134851f3641ca0c85333f4dc510fcb8fb39cf77a5 3,815 1.00/1.00 vMB 127
822,839 822,839 000000000000000000022d03299048a8e7c54636c922768cbab2953cc9767ff8 3,213 1.00/1.00 vMB 168
822,838 822,838 0000000000000000000375ffdfeaee87bd5f493e3d028565fb0a15771b6d15eb 4,083 1.00/1.00 vMB 130
822,837 822,837 00000000000000000003b166e100e70468b7d75454cdc366dadc4c4ac23bab62 4,018 1.00/1.00 vMB 102
822,836 822,836 000000000000000000006c1c401a3446bcc6f0bf033162adad818ea7803e5115 5,025 1.00/1.00 vMB 96
822,835 822,835 00000000000000000001162616b54650b6483760c3a9125ba22d57b14139b0b7 4,090 1.00/1.00 vMB 97
822,834 822,834 000000000000000000013d2175eb4c7631c5e263fffeeda9f70ecb0ff06a7b03 4,006 1.00/1.00 vMB 123
822,833 822,833 00000000000000000002d22a19eefb9080e869a148339b8ee723561b0b28dbaa 4,581 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.24 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.