Loading Tool

Explorer IconExplorer

Memory Pool

44,516 transactions
27.33 vMB
0.06586943 BTC
Random Selection Loading Transactions
Max Size: 144.48/200 MB

Candidate Block

Mining Attempt 276617b82905c2efcc3d1cf80d6a6ad1fab618667a8c2da907cf5f2b1c428501
Version 20000000
Previous Block 00000000000000000000cb7f19ead4a2971e1e5cb5a2c3b233eaf5b231d7f805
Merkle Root 3f60d1b3170531210ce80f318c02039555ffa3d3da3dbdffb8394016ff99b8cb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,090
Size: 1.00 vMB
Total Fees: 0.01463612 BTC
Feerates: 200.99 > 1.47 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,922 (520,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
394,699 394,699 0000000000000000006ad89a851caa604c235bbb7c3a9f5b03c9859fe2d30cd9 1,360 0.99/1.00 vMB 29
394,698 394,698 000000000000000006e1a2ab0958d4e889cd624e571205b5d5b0727fc011cb57 1,342 0.95/1.00 vMB 24
394,697 394,697 000000000000000003a81543752b637ead6ac85ae3cc2328ed2db4814257cb49 2,071 0.95/1.00 vMB 45
394,696 394,696 000000000000000008c598f46e50876455129bf65bcfb917175e32bba0e378bf 1,806 0.75/1.00 vMB 41
394,695 394,695 000000000000000008cbfbc1892f7ee8a44eda6e96c9c7efd07c200fc410a291 2,275 0.93/1.00 vMB 32
394,694 394,694 00000000000000000441f612e610cd91bd80fc74518fb48943ecdc87585c1f5f 1,968 0.75/1.00 vMB 63
394,693 394,693 000000000000000007b858ceed9681a0487d15cc60e90a7d2aec96bed94d5795 2,824 0.93/1.00 vMB 67
394,692 394,692 0000000000000000017126aa2cb89d8c54ff47e0d7ecc88b1a9b79b405d7c146 512 0.27/1.00 vMB 33
394,691 394,691 0000000000000000000a325ed28efc3aaf374fb21f961afb4b2144fbca6eef69 530 0.45/1.00 vMB 43
394,690 394,690 000000000000000002ccf359ec6bc7398aa18885537e4e52349ba0753ac5f423 649 0.40/1.00 vMB 37
394,689 394,689 000000000000000005f89ff07275895fd9ec1d8af86582068f4ecf9551be9bb1 1,094 0.66/1.00 vMB 36
394,688 394,688 000000000000000008822de098f0ddff8e734a449c8afd716e9f4d04fed83699 1,001 0.47/1.00 vMB 32
394,687 394,687 000000000000000006bc92bd5fe4ad08f6c963a5409a0572967f09d78381e6fe 32 0.05/1.00 vMB 3
394,686 394,686 00000000000000000785adc7aa1ee800b5f59f2c2e9cde93080b7dcfde49d456 257 0.14/1.00 vMB 36
394,685 394,685 000000000000000007e2005be0ce25b3f3de67b2dc35fd810b0ccd77b33eb7be 1,150 0.54/1.00 vMB 39
394,684 394,684 000000000000000008a06e820afaf64f639aa8dea9d2b0ab8187d2a1459e8831 796 0.54/1.00 vMB 27
394,683 394,683 0000000000000000078598ecfe56ffd18ad6141b0f6f58105455a950c9c93bb1 2,654 0.99/1.00 vMB 48
394,682 394,682 000000000000000000aadd1c52f1f14ae03b8d6605e076deaf38c6b32a836d0c 874 0.47/1.00 vMB 32
394,681 394,681 0000000000000000078bd2a44c4beecf2d8249b2cb40b67a116c38e92e24c4ac 218 0.18/1.00 vMB 17
394,680 394,680 00000000000000000421db527cc732eab693386860b259f81a13a17cb708523e 868 0.44/1.00 vMB 41
394,679 394,679 000000000000000002482e2da0e2a8704d3adb340b4ee5522b683e9cfe6a4504 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.25 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: 655.43 GB
    • Received: 14.31 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.