Loading Tool

Explorer IconExplorer

Memory Pool

41,783 transactions
28.65 vMB
0.07083207 BTC
Random Selection Loading Transactions
Max Size: 146.39/200 MB

Candidate Block

Mining Attempt abf43ca4528e35e584fe48788b48e6bc0aef12d71947098e0d70a8ad982e5f68
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root 26ac62f99e9794c9b7a17cc34a34dceca98c52646c66ffedfa5f5a34a950c36d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,700
Size: 1.00 vMB
Total Fees: 0.01530316 BTC
Feerates: 104.56 > 1.53 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (352,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,504 562,504 0000000000000000001fd77f423fcc0662a4f20311a7415df5ba0176c3ab2df6 2,172 1.00/1.00 vMB 7
562,503 562,503 00000000000000000009a0f79b4c86d5f76c1c14f5f72dd9ca010c67bead1b86 3,009 1.00/1.00 vMB 8
562,502 562,502 00000000000000000002ce2b24e2af49273666447cffdef0d6e841686c108e9c 2,956 1.00/1.00 vMB 5
562,501 562,501 0000000000000000002662906b540e4aa0b925c8e0b3563bfb6d0d899c730426 3,439 1.00/1.00 vMB 19
562,500 562,500 0000000000000000001cb2d746da9cec82dfdf1bda335d5678ae1937edeccd42 2,556 1.00/1.00 vMB 8
562,499 562,499 0000000000000000002bb88edf73190366f8a8725108728fd004f204ad4dba7b 1,889 1.00/1.00 vMB 4
562,498 562,498 000000000000000000088f2871ff7b377432e471e220430bf275472c59abf15d 3,026 1.00/1.00 vMB 4
562,497 562,497 000000000000000000279907a5e3f607966c8c9e090da0b579bc3099c8d48743 3,129 1.00/1.00 vMB 12
562,496 562,496 0000000000000000000314c5c8ef6d0fe89220af7b34b33108b6b169f9b0da6d 3,664 1.00/1.00 vMB 24
562,495 562,495 0000000000000000001b48a3f7d36c76b0a09195158f657fa22d42606f72f715 3,007 1.00/1.00 vMB 13
562,494 562,494 000000000000000000280d502f76e923971d63a91eda89f52103cedaa8f82121 3,523 1.00/1.00 vMB 24
562,493 562,493 00000000000000000017c1f428bdff4adbcb5c2ae16c00ac223ebb19ec3ce770 849 0.25/1.00 vMB 9
562,492 562,492 0000000000000000002be20dd1a5f9cc4518f503ed4760a94c271ffcfa295f5b 469 0.13/1.00 vMB 12
562,491 562,491 00000000000000000019b18d864b87656a05a15cd09353b3e96dceb1286799b2 1,229 0.44/1.00 vMB 1
562,490 562,490 0000000000000000001bd70e555626f816bca1ec5ba9a8b02ba315459e6bbfb4 3,078 1.00/1.00 vMB 11
562,489 562,489 0000000000000000001c670b41323984adf4571ea8fcbe900ea352dd4a7506fe 3,162 1.00/1.00 vMB 2
562,488 562,488 0000000000000000002b2ed7d50aa270baa1b5cc2dad50b17b7051af5d41e54b 3,357 1.00/1.00 vMB 30
562,487 562,487 0000000000000000001f9bba4485ebd3df6db06b6f20b3073b7e99f59c4afedb 3,158 1.00/1.00 vMB 10
562,486 562,486 0000000000000000000f59d11b0436207ebf65f54089ef91893a778e6a4bacc0 1,227 0.35/1.00 vMB 9
562,485 562,485 0000000000000000000ca19c3204545589d2af38045fc68f69e6e88bb96ba8dd 1,128 0.35/1.00 vMB 12
562,484 562,484 0000000000000000002a1e956fbc03ebe78ecf059c8a25080a7d04884748b17c 2,164 0.84/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.74 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: 630.35 GB
    • Received: 12.02 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.