Loading Tool

Explorer IconExplorer

Memory Pool

51,483 transactions
29.25 vMB
0.07946025 BTC
Random Selection Loading Transactions
Max Size: 158.21/200 MB

Candidate Block

Mining Attempt 35a4afaebe850f8db038c75a7b97aa78fb4efc0b04b2f7b70de372e5c99def51
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 0afe7b30af51b31e8f81e74d43d0476f7e7fc8af3b9213a910320ef7f6953197
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,458
Size: 1.00 vMB
Total Fees: 0.02343806 BTC
Feerates: 173.90 > 2.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (867,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
46,872 46,872 000000000a9f4c36a1b072d52787dc64f84df2779a13c4212c730002617e2458 1 0.00/1.00 vMB 0
46,871 46,871 0000000022ccda18649fd3a90ae93d3bf9f43898182faba4a6a9ec16c8e81a8b 1 0.00/1.00 vMB 0
46,870 46,870 000000001013430a360e3a9bccdf590ffe1b53390aea0c18225dd1a49496783d 1 0.00/1.00 vMB 0
46,869 46,869 000000002b1a1a7710337b8732f59ea1a7da827e005d009177708be01e3b3343 1 0.00/1.00 vMB 0
46,868 46,868 000000001583433d75686a3f505312790647f2998e50f9e6007c6fba8f8ae3d8 1 0.00/1.00 vMB 0
46,867 46,867 00000000010c7610bdd82e5a9bc3ebabc686505dc8b6a561d5f4635fcc3b9fb5 1 0.00/1.00 vMB 0
46,866 46,866 000000002054ad633609624e97222e0327ad5e1d13dc3bf028e39ccbc940cf75 2 0.00/1.00 vMB 0
46,865 46,865 0000000010e3e4d7f283ec827f84f8254da665a5943805805594d885a5be6918 1 0.00/1.00 vMB 0
46,864 46,864 000000000f3803b718fbce3c33fe3de986b0d4ac5a5d6c2fb760adbc2a2c0c84 1 0.00/1.00 vMB 0
46,863 46,863 0000000037d8557c7dfc1e69f4db822898bc24b5b9aa4a622241de3aa295f89a 3 0.00/1.00 vMB 0
46,862 46,862 0000000033cf92a163df23ecb40f894e502901c8532ffa1c0742790b5985bee5 1 0.00/1.00 vMB 0
46,861 46,861 000000001d114cf0bde8bb87adb3e2cf6f789b68506045bdae319c789f844e28 1 0.00/1.00 vMB 0
46,860 46,860 000000000a83fa8dd00307e53e610987e24c9e7928eb0ebddae659dccaecae96 1 0.00/1.00 vMB 0
46,859 46,859 000000001247ff170fd90223bf8dbb7dc2bee8dcd9fe50ee6803a8405f00ca2a 4 0.00/1.00 vMB 0
46,858 46,858 0000000014390286b18da71f6e2c6e3d6da5d0769a0847a7afd534789ca49346 1 0.00/1.00 vMB 0
46,857 46,857 000000000f9d749a43006d6954d493bf689cf7f9ae390895155bcc4ff6641806 1 0.00/1.00 vMB 0
46,856 46,856 000000001b3271baa5c134d80b9bdfc569ac9852bbda72ed7809c9289913a9e1 1 0.00/1.00 vMB 0
46,855 46,855 00000000201b3160eda42a2c6ba292286cf26f1bad5999bca60e2d2e2268dcb6 1 0.00/1.00 vMB 0
46,854 46,854 0000000020e0e4aee88367902d45379745343abad0cf2424066bd7622e168ff4 1 0.00/1.00 vMB 0
46,853 46,853 000000001096d642f6a5cfe81ca71be7d231fe0e833ba2f9f25b4469d7093a70 2 0.00/1.00 vMB 0
46,852 46,852 000000000ee2e26c3c7c5c937cf6c876309b270e89e96c3dd9a3bedc2ac2af9a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.