Loading Tool

Explorer IconExplorer

Memory Pool

38,178 transactions
31.13 vMB
0.12406435 BTC
Random Selection Loading Transactions
Max Size: 153.95/200 MB

Candidate Block

Mining Attempt 57ade27ff621dd837e4f672e57b7bcf158e1a12dd89bff90220a867394cfa770
Version 20000000
Previous Block 00000000000000000001e7ac144f4561b2187749ad9904b017629a86572e63aa
Merkle Root 77e8fc79f3ca07b6562f4aa2431506f2a9313489a41b206f9f2e96b70a3482be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,347
Size: 1.00 vMB
Total Fees: 0.06036760 BTC
Feerates: 301.05 > 6.05 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,387 (880,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
33,999 33,999 0000000066b24100b7283867cc75925b0a07c7a19c1253f5183dec2e10c06339 1 0.00/1.00 vMB 0
33,998 33,998 000000000f2a025eec4219179a1195182ebe8a31c5b034d9477d634cfaffff70 1 0.00/1.00 vMB 0
33,997 33,997 000000001f83b390d5f4fd9e1a7c213c00578a35634bd7286e2e02d7ad9ebf5a 1 0.00/1.00 vMB 0
33,996 33,996 000000008b19be3955b62a7097e0f317f2a35222734ac29db5a8a6ac414a6b00 1 0.00/1.00 vMB 0
33,995 33,995 000000001d74009295a71f8fca4a0baa6b3ae7a63c1c89197c829208529856e9 1 0.00/1.00 vMB 0
33,994 33,994 000000003fd3bf053e44bce1804ecb3881e52250f1f8ecfc496857e2b50b045c 1 0.00/1.00 vMB 0
33,993 33,993 00000000ae9dc9ce24e3934f146cab31268ca7eb9a30dfe9e306b68fe0c0977c 1 0.00/1.00 vMB 0
33,992 33,992 000000007733b5e3e3572047171c28174f1ada047027edbed490258ea265f5d2 1 0.00/1.00 vMB 0
33,991 33,991 000000004f4a9bf66c0d9483cf9df77f66bf1169c96083039a4de565135edf03 1 0.00/1.00 vMB 0
33,990 33,990 000000005bc5da9d576f8cca6ffa2720594d2b34934e4a64d3ca52e3ea89a2f6 1 0.00/1.00 vMB 0
33,989 33,989 00000000a0440f90a5c46d0817f623f2ba6254b24210fd513b20d6c313d6e773 1 0.00/1.00 vMB 0
33,988 33,988 00000000c103b57e83d449d91c72cafc767b2411af78aeca4067fa1951c171d0 1 0.00/1.00 vMB 0
33,987 33,987 000000000b3c07bf4cc3a787da69d0022e396709dac875b4b27bf41662c50dd4 1 0.00/1.00 vMB 0
33,986 33,986 0000000046eeb5f0246ba442a07568d121fd2a88f9756336320561ea1de9b424 1 0.00/1.00 vMB 0
33,985 33,985 00000000a243522b74015c318f5b61ff9fe57fe36dc8df5e487db0288b419b65 1 0.00/1.00 vMB 0
33,984 33,984 00000000d7670f358905e19bf3a888b38bf4926ac18f93a40d77ba2f1a1c6c05 1 0.00/1.00 vMB 0
33,983 33,983 000000001b94f629ba2e54d741d2c56f3795468bd0d6adbaec71419e128cff3c 1 0.00/1.00 vMB 0
33,982 33,982 000000009c8646818827184db6b13bb1f11824a30ebb229344897c26168b96ea 1 0.00/1.00 vMB 0
33,981 33,981 00000000ae0c3be73d52da7ef0c096c6994a4ac199c846d126e6ccbc444108d5 1 0.00/1.00 vMB 0
33,980 33,980 0000000044246c2e0cbeb749037f029bd8fbb062abca1d891f726e049a3b178c 1 0.00/1.00 vMB 0
33,979 33,979 00000000235d4dfbf6e9923128fb4e9190f61e5d2db89593b1d513203913ad38 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.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: 597.79 GB
    • Received: 9.89 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.