Loading Tool

Explorer IconExplorer

Memory Pool

80,130 transactions
30.40 vMB
0.08204386 BTC
Random Selection Loading Transactions
Max Size: 185.43/200 MB

Candidate Block

Mining Attempt ba0ab47e629957d14c3e54e228202788ed9a7d5f344ed2bbf113b6ef2e318aec
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root be1fb798ac4d47534d1424d5b5697cdaf43a51762d775f2659b061c9afeee931
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,201
Size: 1.00 vMB
Total Fees: 0.01390263 BTC
Feerates: 151.12 > 1.39 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (483,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,014 432,014 000000000000000001dd07096ed54b18143c03c6c49402f750c381e6429ad8b0 1,011 0.74/1.00 vMB 40
432,013 432,013 000000000000000001b8496d9efdbbbdecfd5eb3575108eb6aac004b18a368d6 1,418 0.96/1.00 vMB 47
432,012 432,012 000000000000000000a9cfc36f61e5d085f40ecdfc460a0f643cb746b5a374b2 1,446 1.00/1.00 vMB 40
432,011 432,011 00000000000000000001fbbf6f84f7b77a37141925e32dc33b54c4cab35916ad 2,257 1.00/1.00 vMB 73
432,010 432,010 0000000000000000007460271dca422787e0a6156a1737650a8f0aa2f2736e89 2,151 1.00/1.00 vMB 65
432,009 432,009 000000000000000000b50f5698a49c2b46e77320dc95fbe9f60035a12052b30f 1,550 1.00/1.00 vMB 38
432,008 432,008 000000000000000000ca1906edb0bff727f3bfbad23994ac711058fea75907dc 2,138 1.00/1.00 vMB 70
432,007 432,007 0000000000000000000817f3a093fb94b4f48c5e80cb105f70e37220cc50ed91 882 0.64/1.00 vMB 42
432,006 432,006 0000000000000000002dacbe4fc4f3f003579b74ec907f3314d1202ff31ee222 1,533 0.96/1.00 vMB 41
432,005 432,005 0000000000000000043378275b3245afe80b204a09568412ac76efd3220f67aa 1,705 1.00/1.00 vMB 35
432,004 432,004 0000000000000000004d30bab8988bd1b117504e5b874abeb6460fc42ab84d8e 2,490 1.00/1.00 vMB 58
432,003 432,003 000000000000000000f7d3c66628a040844ad749d592104e9d8fcf1aff1a3c9e 2,190 1.00/1.00 vMB 90
432,002 432,002 000000000000000001cdd51861aebc30199e5deb20e1f4a4cff2b83ddf10e68e 2,803 1.00/1.00 vMB 70
432,001 432,001 0000000000000000038e07156e766d6c92b7b3b54c0fce9e0e9fb036753eadcf 819 0.78/1.00 vMB 41
432,000 432,000 00000000000000000206870f30cc306cbf9c80cb05c7fbfc07ad8d7b317c7af6 1,661 1.00/1.00 vMB 38
431,999 431,999 000000000000000001a726f89b342b8ee394b798148c24440ce6ba0546c1ea28 2,727 1.00/1.00 vMB 77
431,998 431,998 0000000000000000023e287c0eecb14ff3808a4119c84f8fe7372be3aa9fc3fc 1,913 0.86/1.00 vMB 57
431,997 431,997 000000000000000001951b73dd74aff76cb71d05b6dcca4d1e9191735a6860a0 1,591 1.00/1.00 vMB 38
431,996 431,996 0000000000000000028546777a93372237c9915fd569578e7f93aaf56cf52a82 166 0.07/1.00 vMB 74
431,995 431,995 0000000000000000047780399fdc012b3f361b9bdd35584722853a0a6f184b0a 719 0.99/1.00 vMB 19
431,994 431,994 0000000000000000032f151444aa19f5ec9b13a91c0fbd6478dd054738339dac 609 0.39/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 783.06 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: 720.63 GB
    • Received: 18.23 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.