Loading Tool

Explorer IconExplorer

Memory Pool

81,783 transactions
31.29 vMB
0.07914509 BTC
Random Selection Loading Transactions
Max Size: 190.38/200 MB

Candidate Block

Mining Attempt 0e4b131d7a3d88f05bca5e38ddfaa395c30bf137c8b1696a0781c59051741d91
Version 20000000
Previous Block 000000000000000000004b3e7e5aaeab111493f0d06b8a6f97fdb08081d0f764
Merkle Root f593c3e4bcd8c783d5d7c608d88058d822a3f8d654d957ab219f402a34d22301
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,181
Size: 1.00 vMB
Total Fees: 0.01145726 BTC
Feerates: 100.37 > 1.15 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,197 (105,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
810,008 810,008 00000000000000000002b3769ade75ee55721890c5dcb56303a4c31d6d83e29c 1,543 1.00/1.00 vMB 8
810,007 810,007 000000000000000000025d1afca8e6dd3ff141e8137f9be65585fd5c93be7d8f 3,787 1.00/1.00 vMB 33
810,006 810,006 0000000000000000000386e12ac80614d5faa5d60358b4300af41539bd8822a4 2,359 1.00/1.00 vMB 18
810,005 810,005 0000000000000000000166b52079c2626a7a20ca1193dcb3a9ebaa434f62c7fd 2,253 1.00/1.00 vMB 10
810,004 810,004 000000000000000000047edd0e6ee48c1a443fc9fde2119245eacefdd331b321 2,544 1.00/1.00 vMB 31
810,003 810,003 000000000000000000035deb2fdd12304f42e58a233ac5b6fb76fb65205798ea 1,819 1.00/1.00 vMB 11
810,002 810,002 00000000000000000003bb84be35ab9eccedd208514eb61049221c2c61c1217b 2,410 1.00/1.00 vMB 7
810,001 810,001 000000000000000000039a8e7b7302e427c1f82aec76dd2839e2720ee9ee7f63 1,091 1.00/1.00 vMB 3
810,000 810,000 000000000000000000028028ca82b6aa81ce789e4eb9e0321b74c3cbaf405dd1 1,690 1.00/1.00 vMB 10
809,999 809,999 00000000000000000003f15e02dcc90bd80a270e541bf894ff650d193d491fb8 2,726 1.00/1.00 vMB 20
809,998 809,998 0000000000000000000025cd6eed31afc7c9f33bd35860312e8971d0ada16b70 2,687 1.00/1.00 vMB 18
809,997 809,997 00000000000000000001209955be2bdc6f37392b245d7e99ac948d46b0fe2b29 2,732 1.00/1.00 vMB 8
809,996 809,996 000000000000000000045fcb5300b2ebc2d5dba3425cf27aea5130dddc5a6118 2,464 1.00/1.00 vMB 3
809,995 809,995 00000000000000000001752455f7cdb1c79df35e7aa3c07b10d3670cf1566ffd 1,001 1.00/1.00 vMB 9
809,994 809,994 0000000000000000000072a57eb4bfc7b299d3fe67d70a458ab9888cd4bdf80c 2,003 1.00/1.00 vMB 12
809,993 809,993 00000000000000000004bdc1faf78315a2dd506b1065b64723645248497d9d76 1,902 1.00/1.00 vMB 14
809,992 809,992 000000000000000000025ff44596119fb9da186353dd6e32408d8741f22cf7a7 2,142 1.00/1.00 vMB 15
809,991 809,991 00000000000000000004c2ee9c80050c2de3861c3a85d386867eae8412470b93 1,100 1.00/1.00 vMB 9
809,990 809,990 000000000000000000033d460209408060c1bea1d97bd298de1eccd6a2b7c1d0 2,490 1.00/1.00 vMB 18
809,989 809,989 00000000000000000002f28172426f7c88cb95078885e98d1b7c1a120be59189 1,585 1.00/1.00 vMB 9
809,988 809,988 00000000000000000000d868c2ecebab41b7526a13d2ff61b8823ac5b79cad9c 2,220 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.73 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: 707.89 GB
    • Received: 16.71 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.