Loading Tool

Explorer IconExplorer

Memory Pool

49,262 transactions
29.49 vMB
0.08183324 BTC
Random Selection Loading Transactions
Max Size: 157.75/200 MB

Candidate Block

Mining Attempt 7cd7b8b22eeea0a613b4678119cd002408e9771dbeb53f1883ad628dea6cccd8
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root 4c8fa1efe75723c2178fe54eefdd0fdc2c7b14b9d045b23c5218c223e427c1a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,606
Size: 1.00 vMB
Total Fees: 0.02335724 BTC
Feerates: 132.00 > 2.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (210,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,767 704,767 00000000000000000008f97ae472b24690c96898e1d6e744bc74ec751b353e5c 1,674 0.67/1.00 vMB 14
704,766 704,766 0000000000000000000b98baf17c3130f6f0b85dac68d4de7c26d08f90ca9f58 2,095 0.86/1.00 vMB 14
704,765 704,765 000000000000000000020ab8784f9a3b46793f372d9e66d848f036a20ac9b1cd 570 0.42/1.00 vMB 4
704,764 704,764 000000000000000000090406f5397a7e4d923792637353a5841d321a38d477e6 961 1.00/1.00 vMB 7
704,763 704,763 00000000000000000002b301a4b7bf26b5cc861f832f90d6c9621d5f3e28a82a 965 1.00/1.00 vMB 11
704,762 704,762 00000000000000000004fad4e14ff84688e43895cde9dad0fe15c90b0a48ec5d 589 0.21/1.00 vMB 12
704,761 704,761 0000000000000000000a0c76ef67d4a184fe0fd87a915ae4ae5b43ccf97db893 1,235 0.45/1.00 vMB 4
704,760 704,760 00000000000000000007fd1c4bac76a892a6221bd5e443e765c14f263eb90db7 1,649 1.00/1.00 vMB 19
704,759 704,759 0000000000000000000ba319ae24136fe2e9d9c2f536e8466885a0f828ee9a88 2,268 1.00/1.00 vMB 14
704,758 704,758 000000000000000000048fbc99499848bd549b1fdf96e0a47c38b37135fa22b5 1,902 0.73/1.00 vMB 13
704,757 704,757 000000000000000000030c7a777e94fd3860f547e1836441b4e03d287301ab8f 2,148 0.69/1.00 vMB 13
704,756 704,756 0000000000000000000c11457f733c9da8f0ba7874c0a588ad5197c029d78a87 649 0.32/1.00 vMB 16
704,755 704,755 00000000000000000004715230eecbdca445d11eb33e1ddf67b650d195e45457 277 0.16/1.00 vMB 12
704,754 704,754 00000000000000000004e2b41009a4b700157919e12184f81d78e2c556a7e4b4 225 0.09/1.00 vMB 12
704,753 704,753 0000000000000000000d9af07019b12dee1ac4ee57e4359bfd6d1fd37ef9cf0f 145 0.74/1.00 vMB 1
704,752 704,752 00000000000000000009349b18640905a45597f9bf35e0eafaa0e5dc32f1006a 2,165 1.00/1.00 vMB 11
704,751 704,751 00000000000000000005363280fe89b5985e44624d77e135c72461b94d8619ca 559 0.18/1.00 vMB 3
704,750 704,750 000000000000000000074f90993e687ab1a7678d905bc64b4d2c8b0dd89786a1 1,746 1.00/1.00 vMB 17
704,749 704,749 000000000000000000034d4b897e292d0b2fdc7b45bd7ff3d251490ac2e4f2e4 992 0.37/1.00 vMB 18
704,748 704,748 00000000000000000005b935992a0cfd1fa2481e58e9e1b001d9c12946c8a725 443 0.15/1.00 vMB 15
704,747 704,747 000000000000000000072ac6aa6e5190a44eb5aec3835b8c5b3ab399975e4063 1,095 0.36/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.09 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: 651.47 GB
    • Received: 13.59 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.