Loading Tool

Explorer IconExplorer

Memory Pool

82,649 transactions
31.12 vMB
0.09370634 BTC
Random Selection Loading Transactions
Max Size: 190.52/200 MB

Candidate Block

Mining Attempt da0a01ca75b2de507b74119f56832b98b54b8115aeea901a210d69d9f26faafb
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root cfa224dc32659a4a42bcb89ce6535c8f5ba899299f7ae8463b6f347c44dd236c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,407
Size: 1.00 vMB
Total Fees: 0.02328734 BTC
Feerates: 100.00 > 2.33 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (262,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,681 652,681 0000000000000000000921f313b1e75f8e809604a75a2b5dddb260353c33649e 2,977 1.00/1.00 vMB 68
652,680 652,680 00000000000000000006fc29f10e9d9a464dfabb9cd764ed5dde687deeaabec2 2,281 1.00/1.00 vMB 26
652,679 652,679 00000000000000000000b3afc08fe43dec3e491b2dd279b5da0b04c8f7226e31 2,327 1.00/1.00 vMB 6
652,678 652,678 0000000000000000000a701696e97427b2b8d21d9ab71d6994f9d8d5d49656c9 2,074 1.00/1.00 vMB 28
652,677 652,677 00000000000000000003514f2c658543b4871a6c849a9f1ecf4d2f27f8b3d027 2,003 1.00/1.00 vMB 41
652,676 652,676 000000000000000000091dcb7f851d823a74f0465ef16d0c549f0654e41d3490 2,566 1.00/1.00 vMB 58
652,675 652,675 000000000000000000001202a48616e9077ad97c20eeffaa6622772139f27ad2 3,138 1.00/1.00 vMB 93
652,674 652,674 00000000000000000005cf1a6c9b4a256b082c78b4a42f442cb79a9334eae71e 1,809 1.00/1.00 vMB 18
652,673 652,673 00000000000000000009a83d113e57f00b9cea054856a6205aea37e6ce0fd3c7 2,120 1.00/1.00 vMB 43
652,672 652,672 0000000000000000000e32e89471dd5a9432cc185de82ac0a421f85d9a4bc9bf 2,647 1.00/1.00 vMB 55
652,671 652,671 0000000000000000000d3ae843aed14ee89192455abac23fe97346303ae305ed 1,994 1.00/1.00 vMB 32
652,670 652,670 0000000000000000000b7e9ad57c1e8edf6558728230fe98334a53dd24d780dc 2,722 1.00/1.00 vMB 59
652,669 652,669 0000000000000000000e89def56e357d57d6263147d6e38e8cfb849263c7caa3 2,629 1.00/1.00 vMB 8
652,668 652,668 00000000000000000007da18ea63cc6783832260495071ab5def11d27b4c92c2 2,229 1.00/1.00 vMB 51
652,667 652,667 00000000000000000005f34819df3427a665a65401578fe7ad47d019886ecd51 2,399 1.00/1.00 vMB 60
652,666 652,666 00000000000000000004f6ec5a8794327e0830ea2495d26a09a65cdadb37b518 2,867 1.00/1.00 vMB 68
652,665 652,665 0000000000000000000ae8c9b834171e678ad0e04d5a7285d9bcc0c6e49a37f6 866 0.40/1.00 vMB 34
652,664 652,664 0000000000000000000d2de2a3e1c83e58c3c7ea2fd3445d56f0e8ef6a9727b0 149 0.07/1.00 vMB 56
652,663 652,663 000000000000000000013bb44d9d6020891f37aedf9fbbee14776654f82682a6 314 0.34/1.00 vMB 38
652,662 652,662 00000000000000000007b6b8a045b1c73cee7c087da23bf126e1450f28a771db 97 0.09/1.00 vMB 22
652,661 652,661 0000000000000000000cc25d3c0927ecaf7110841ebaae384fc2d90ef0a7cd71 99 0.03/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.88 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.