Loading Tool

Explorer IconExplorer

Memory Pool

43,724 transactions
28.30 vMB
0.05690860 BTC
Random Selection Loading Transactions
Max Size: 150.33/200 MB

Candidate Block

Mining Attempt 03d4ed369d18d36c417888538c1ee7da011570d12f65c7046d6d9ee8a6956407
Version 20000000
Previous Block 00000000000000000001897c6c9731bf3ee4fa42a06586a204e074828410e573
Merkle Root e38142a568a499e8702cf047c90a40f3715656b36c7d46c03e728f5689e62e8c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,306
Size: 1.00 vMB
Total Fees: 0.00340551 BTC
Feerates: 24.95 > 0.34 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,858 (641,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
272,999 272,999 0000000000000001a6ca697c0008335e67f1fbb7a05c77ee8a9cde9aff827756 178 0.10/1.00 vMB 38
272,998 272,998 0000000000000002a6ace3e5d1c3b6a90fae5b0f9a9221328ccd86abeccc3c0d 35 0.02/1.00 vMB 66
272,997 272,997 0000000000000001bd4b171f907423fe1a67e29bfd98e7d7107fa3b861f5c9b1 19 0.01/1.00 vMB 21
272,996 272,996 0000000000000003aa0af93dc2b9b58039e3912ffe67588f3a772998f02faad7 432 0.16/1.00 vMB 65
272,995 272,995 0000000000000004ad33b3e2e77cbbee0f41ec8cefdfb2c8a11d2e1b254a45fa 213 0.10/1.00 vMB 25
272,994 272,994 0000000000000004819f9c22152d48ac570558a94c1f13d8e3d0a69696bbb3aa 486 0.20/1.00 vMB 48
272,993 272,993 0000000000000005ec7c78a92d515480a35b1ac2fb180e3578b4d73b9467c621 1,027 0.48/1.00 vMB 49
272,992 272,992 0000000000000002e76b9db19ba3874b1eec14ad1eedf150f33e74c279bfa51b 390 0.16/1.00 vMB 64
272,991 272,991 000000000000000511e4533955c72a48aa86b3fa6c07b139cdaa05ee2aa18da9 292 0.16/1.00 vMB 40
272,990 272,990 00000000000000036515b7e97aecfb3ff91dd9bb3871dba5408fd1c3f010644d 595 0.25/1.00 vMB 58
272,989 272,989 0000000000000005b7a78a126634caff3f176567b04b6202a137da9d5ff60f6a 46 0.02/1.00 vMB 45
272,988 272,988 00000000000000045aecb43f678a90158226e9dd38c8c2f6a9b41e1ac83ba453 307 0.13/1.00 vMB 44
272,987 272,987 0000000000000002a456352040a4096f2849cef504d3ed9f7b94618aef5a4ff7 245 0.11/1.00 vMB 54
272,986 272,986 00000000000000001da48ce82a83a4114480ab573857c3edd81199b7d0de08e3 320 0.15/1.00 vMB 47
272,985 272,985 00000000000000009d426ffbda935b2e4fad3d1cd2e66299fe23fad646c3321e 163 0.07/1.00 vMB 31
272,984 272,984 00000000000000057febb8116378cd64ca16290048a43ad2feb63a0ffe951d5b 515 0.25/1.00 vMB 63
272,983 272,983 000000000000000592f4797aab7c1fd891a4cacd300d2115f25fa5afab547cdf 167 0.07/1.00 vMB 30
272,982 272,982 0000000000000001861406446213560c3996bbcefd98c34b3bf1db554c154eed 894 0.53/1.00 vMB 43
272,981 272,981 00000000000000016b81c47f08217cb86869b7af8c37e2c9b3c60f795671ff04 686 0.25/1.00 vMB 172
272,980 272,980 0000000000000004daf6b315766553e78314fff4a18b7505bcca5ffb5696cabd 45 0.03/1.00 vMB 44
272,979 272,979 00000000000000007a5ba3fbaeebf97e190b8b28036a6c05744eb93ee4bee9c7 102 0.06/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.14 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: 652.64 GB
    • Received: 13.79 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.