Loading Tool

Explorer IconExplorer

Memory Pool

39,953 transactions
25.99 vMB
0.06579410 BTC
Random Selection Loading Transactions
Max Size: 134.86/200 MB

Candidate Block

Mining Attempt 3f945d9ea3d15576fc5fe2ecc7606b54180c51fdbb0671cfb869202c7a07c423
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root 64afe306089ddf048440e9da02f77bd15f3e4a9876f339d46e6669f0bad541b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,462
Size: 1.00 vMB
Total Fees: 0.01853376 BTC
Feerates: 73.20 > 1.86 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (99,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
815,784 815,784 00000000000000000002be9c41dc69f79e6f76f7310b7c9f3e74834c674641d1 2,457 1.00/1.00 vMB 43
815,783 815,783 0000000000000000000207ef2b097d9f0800c4a1eed34d2c37a11be2d0499402 3,628 1.00/1.00 vMB 55
815,782 815,782 00000000000000000001be21db6d6a4845b2ecd6f18ff65ac711a3234f510a5a 3,456 1.00/1.00 vMB 72
815,781 815,781 0000000000000000000217f5c55ed6059d9783a06b75df38b55ad9e3942ca83d 3,210 1.00/1.00 vMB 98
815,780 815,780 000000000000000000000e49afd62c670102198b7e95bf924b6cb2cb6a988955 3,820 1.00/1.00 vMB 56
815,779 815,779 00000000000000000000993a2b01f25ca34300e688c56dc810d8fe9b09518768 2,498 1.00/1.00 vMB 41
815,778 815,778 0000000000000000000341056046724ff68c8246ca281f188e4de45e21a27128 2,271 1.00/1.00 vMB 40
815,777 815,777 0000000000000000000455411a1dac1c8e82131045e837808d9344c253d56bfd 3,339 1.00/1.00 vMB 45
815,776 815,776 00000000000000000002e913d1e5725bdaefbed3dd3f5e864f31df0ab89f333d 3,722 1.00/1.00 vMB 48
815,775 815,775 000000000000000000006dee59db2783e366766e31cbd47adf274754332f46a9 3,476 1.00/1.00 vMB 78
815,774 815,774 00000000000000000000178904daa13a62592cbacfac59b1e625c4a23beec172 3,262 1.00/1.00 vMB 58
815,773 815,773 0000000000000000000183317b8a983e24fc3608f94c5728a2f6d9dcd82e240f 2,390 1.00/1.00 vMB 114
815,772 815,772 00000000000000000003eaffad6cdc7b54b9a077a26324b0e6378ae29581a927 4,039 1.00/1.00 vMB 54
815,771 815,771 00000000000000000003ca089c7cc409ab56620f8232cc53325a4f6493708d0b 3,652 1.00/1.00 vMB 48
815,770 815,770 00000000000000000001d951f15c106a19b7a54669ccbde44ce33b4c00097a03 3,110 1.00/1.00 vMB 72
815,769 815,769 0000000000000000000444be21dbf62e328f8bc3a2f34502f21340dd3355564c 2,863 1.00/1.00 vMB 105
815,768 815,768 00000000000000000003e1a053330f5f5d8baa182fad2f074ad84d23bd4c4f1d 2,592 1.00/1.00 vMB 50
815,767 815,767 000000000000000000015b3145706ef33f9cef30b18ef2164dac97ebbb9579d6 2,217 1.00/1.00 vMB 60
815,766 815,766 000000000000000000020a7a9dcac5166295b16a495f285286136ee5a01e429e 3,461 1.00/1.00 vMB 79
815,765 815,765 000000000000000000021c42e250f883aae857bd7d7ff651636fc43a9ffbaa84 2,852 1.00/1.00 vMB 50
815,764 815,764 0000000000000000000348e3903f3e075981ec8b036f8d7f5be73d460fcd2759 2,876 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 782.16 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 653.42 GB
    • Received: 13.87 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.