Loading Tool

Explorer IconExplorer

Memory Pool

90,333 transactions
33.12 vMB
0.16125160 BTC
Random Selection Loading Transactions
Max Size: 199.75/200 MB

Candidate Block

Mining Attempt 7e8c7c2b78ca6ece4727f1c1ab83414c0aed968c4a235c0783659373ad3f051f
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root f45b85396ac0b857289b341fdd857e67e6270f5a3872595dd68b8b0e28ebc0f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,760
Size: 1.00 vMB
Total Fees: 0.06269512 BTC
Feerates: 627.82 > 6.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (276,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
638,660 638,660 0000000000000000000c75be05100fa2c1c0504028d0eb94a47bfce811e35487 2,723 1.00/1.00 vMB 29
638,659 638,659 0000000000000000000493ff239d0d4cba721e30aa052daf09f7873ed439f86d 2,058 1.00/1.00 vMB 43
638,658 638,658 0000000000000000000d6b279f840f744a847044eb40c25c4d4af6d7488a332a 2,797 1.00/1.00 vMB 60
638,657 638,657 0000000000000000000f28fb249125dfbcf392dbbc7adbd0424b36ae7cd9a8b2 2,629 1.00/1.00 vMB 30
638,656 638,656 0000000000000000000d95302e5ff1178617284f2221413ebb1530f8864067a7 2,837 1.00/1.00 vMB 55
638,655 638,655 00000000000000000009ab21df66b770725ce28e543e26cf43784cbbc09633ea 2,147 1.00/1.00 vMB 14
638,654 638,654 0000000000000000000245f5ffb958dc7de704c68c3fd74c9a25fc6da5e596c0 2,352 1.00/1.00 vMB 45
638,653 638,653 000000000000000000046d0348d69d9910dea6ac1a20aa5636df12c815dd7074 2,155 1.00/1.00 vMB 20
638,652 638,652 0000000000000000000bd13c7f8d255e9480c875570c77c5cd1a08755c7b1f6e 1,720 1.00/1.00 vMB 44
638,651 638,651 000000000000000000091643ee66870c88905b5f841ff0da1a0c2f960d7584a9 2,119 1.00/1.00 vMB 17
638,650 638,650 00000000000000000009f50fe6adf161e9e7aafdd70021e3562d971816d68846 2,483 1.00/1.00 vMB 45
638,649 638,649 0000000000000000000c967dd71b59f7075206a91eefc53ced0c9e9f2329d19d 2,079 1.00/1.00 vMB 20
638,648 638,648 000000000000000000073e6a43697922694954abcbf806f5a848ffd3eeca42ad 2,567 1.00/1.00 vMB 40
638,647 638,647 0000000000000000001086421787f16936d872dd9a3c8686135aca2f29322204 2,588 1.00/1.00 vMB 22
638,646 638,646 00000000000000000001b4d2ed6c2b3d43456c08450eb062c4a0fde4a90d9c81 2,702 1.00/1.00 vMB 53
638,645 638,645 0000000000000000000df795c9f85daa6e900183ba16bc5644d3e6a307f1181f 1,981 1.00/1.00 vMB 25
638,644 638,644 0000000000000000000f8a80fe58df604db015d9c95ff19d41cf9a80052bb1ea 2,270 1.00/1.00 vMB 17
638,643 638,643 00000000000000000007b1056687cb879f74404e99313c01dd3fe45569b3c302 2,806 1.00/1.00 vMB 41
638,642 638,642 0000000000000000000ae94f2c5e8c49b5eb1b9160bed033cbbaf387972b955f 2,354 1.00/1.00 vMB 27
638,641 638,641 0000000000000000000d3da7a97e44fc61c48c824b6793a6b61d8263f31ea54e 2,841 1.00/1.00 vMB 30
638,640 638,640 0000000000000000000266ed1a3d330318d93498bd66fb072caaf3f7bf098f2c 2,786 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.52 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: 668.90 GB
    • Received: 15.63 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.