Loading Tool

Explorer IconExplorer

Memory Pool

74,797 transactions
29.77 vMB
0.09874050 BTC
Random Selection Loading Transactions
Max Size: 172.60/200 MB

Candidate Block

Mining Attempt f30a70785c4d903f505878ac5a6ea4fa6cfc7660980f8dcaa9c693bd90d96bfb
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root ad225080595bb8305f54a372b77fbeaf9c628e83a8ba51ea1835d433bdb9dcbf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,833
Size: 1.00 vMB
Total Fees: 0.02811521 BTC
Feerates: 150.36 > 2.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (174,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
740,524 740,524 000000000000000000058a8119f91de43b849378599d8ab63ba849faeda54963 2,642 1.00/1.00 vMB 12
740,523 740,523 00000000000000000000b7bacfda5b95317161d31816804f2333e4b9817840a6 1,546 1.00/1.00 vMB 11
740,522 740,522 0000000000000000000404b66cb7e08486172402e389b3eaea0bfce4bdd27ef5 1,192 1.00/1.00 vMB 17
740,521 740,521 00000000000000000006369f1f4f0b2e7a0c5c8fe115dec2f246493bc0b7fff0 2,858 1.00/1.00 vMB 24
740,520 740,520 00000000000000000004fe134d18547dbbabb4b5001529dc44d6fcb59d34379e 1,468 1.00/1.00 vMB 2
740,519 740,519 000000000000000000071c8e273f62c7908bbcc97e3084def1ab7d5ac094e633 1,403 1.00/1.00 vMB 2
740,518 740,518 0000000000000000000645beb83b55ec10c512580f6e506cb29df43a4da95b61 3,078 1.00/1.00 vMB 14
740,517 740,517 00000000000000000005335b0934e84d9b1b7e65752122d95501bea42cd9ff42 2,128 1.00/1.00 vMB 6
740,516 740,516 00000000000000000001787df9d807b74594121edc17a81fd033760cb0c0fa9f 2,640 1.00/1.00 vMB 9
740,515 740,515 0000000000000000000688af39e68c17947a310f7297770a6ceaf0a6a6102b0e 3,249 1.00/1.00 vMB 12
740,514 740,514 000000000000000000038420ec6d48c5a1de8c8f7d5cd61aa1c90cffb8e29c01 3,341 1.00/1.00 vMB 9
740,513 740,513 00000000000000000008e09bb29359ea2c083b3cd6e5ef3c2d7e8ba02ba9f14d 3,400 1.00/1.00 vMB 6
740,512 740,512 00000000000000000006145c50645d8df5071a825209fdc87f91bf0e316bd70e 2,705 1.00/1.00 vMB 6
740,511 740,511 000000000000000000055ae9a87c4cae455a1521298437ffaabc872eb244df79 3,099 1.00/1.00 vMB 10
740,510 740,510 000000000000000000081ede3abe4a23a9a8d98626588255131d67a1a6f5732b 3,070 1.00/1.00 vMB 17
740,509 740,509 00000000000000000000eca2713ea5a79c9fb44c608c68bee2148e6dc7f4754c 3,414 1.00/1.00 vMB 17
740,508 740,508 000000000000000000014f566d3d4b32e3a942d175a2e13f6959d086e13ff79c 2,973 1.00/1.00 vMB 21
740,507 740,507 000000000000000000018506baa5386d131241753a0bb0d881579c720aedf471 2,208 1.00/1.00 vMB 11
740,506 740,506 000000000000000000060eea1b8c90df71c6ff0016bc6d47a15e30e37a8ea47e 2,428 1.00/1.00 vMB 17
740,505 740,505 0000000000000000000881999e06f60df45e81ebc23811683a08121ef26a67b5 2,375 1.00/1.00 vMB 13
740,504 740,504 0000000000000000000665a9ce7726c84b960de09f84e4be37163163efc7ea50 1,592 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.48 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.21 GB
    • Received: 15.42 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.