Loading Tool

Explorer IconExplorer

Memory Pool

34,851 transactions
25.93 vMB
0.05516938 BTC
Random Selection Loading Transactions
Max Size: 131.15/200 MB

Candidate Block

Mining Attempt 10fef6d88085078961e857678c1a59148aaad9e932974df5d5807fe67b0187da
Version 20000000
Previous Block 000000000000000000014f51cdb922adcbfbf8306ee11aa840c0f99483a0eb43
Merkle Root 07b747c894cb23802a47167fab5d06bc567ed8bd6d0bb60b2fe7409ea0e57a3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,667
Size: 1.00 vMB
Total Fees: 0.00741538 BTC
Feerates: 226.23 > 0.74 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,656 (389,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
524,689 524,689 0000000000000000002a570a895fbccb2d6acc0eb950ccba2a9cdaf89ff44af4 1,742 0.66/1.00 vMB 26
524,688 524,688 0000000000000000001fb5e89269a48bd97ffbd770c8ebe1f9b5765a258638f9 824 0.40/1.00 vMB 21
524,687 524,687 000000000000000000007db779d0c889a205f0a73fd30e30ff91ae26a5f02003 1,896 0.83/1.00 vMB 19
524,686 524,686 0000000000000000001cf030491ced973b7afcc87884ab9ca353e156c92f7453 1,028 0.36/1.00 vMB 29
524,685 524,685 0000000000000000000a7c2adfd2af88ff41531566374e0131f7fad2f47eb1bd 62 0.02/1.00 vMB 22
524,684 524,684 0000000000000000001b15e42d57e96d7696bba63966052534e6926c007dfa36 1,365 0.53/1.00 vMB 22
524,683 524,683 0000000000000000002d5484373daabddfe086c10463c810f946eb425a8a4e56 1,022 0.36/1.00 vMB 38
524,682 524,682 0000000000000000002a32313c36b88b5f738ffbc5d72ac43b4f3a468e7808a8 608 0.28/1.00 vMB 31
524,681 524,681 000000000000000000095d0d9db06aeabbd5f40fdc9d0dd6406bb7e5d0d3fe84 478 0.18/1.00 vMB 26
524,680 524,680 000000000000000000253b6bfbb3c2ec7d473b324f3e65fe0ac677ab589b4586 424 0.22/1.00 vMB 34
524,679 524,679 0000000000000000004125770ac39d4c317b21b521f0489a7a6ff8c5e71d4df4 1,086 0.36/1.00 vMB 29
524,678 524,678 000000000000000000080f2dbe21df4351bab527624fbc5c9d9c61dbb7e59c59 658 0.44/1.00 vMB 12
524,677 524,677 000000000000000000096122c41e0a3e6f935a43753f97991b6a4e45492f9286 698 0.33/1.00 vMB 27
524,676 524,676 000000000000000000331f064a0ba7a67fb632d3b24e2a887a6a41cd57a3f2f4 2,777 0.97/1.00 vMB 30
524,675 524,675 00000000000000000016935916d7c7ed5d57092ea1210abb45e75c945e3e6437 240 0.09/1.00 vMB 19
524,674 524,674 0000000000000000003221c83cb92c13cb6320d008cbd0848ae5d3e7c7dc4ff1 1,334 0.49/1.00 vMB 30
524,673 524,673 00000000000000000018a2d85953b905d4053a2a787b6655355ca47a913e31ac 206 0.07/1.00 vMB 17
524,672 524,672 0000000000000000001bd27eb0fc11231c1d34d9e96ee49179471e1b6ee9d2df 1,110 0.50/1.00 vMB 42
524,671 524,671 0000000000000000003efb1a0fdf82ada7f0c24370d45b565aa41f341d0d463e 1,264 0.47/1.00 vMB 31
524,670 524,670 00000000000000000016f7c9e5eaebe0ca829f73457b202efcb6c002c30864ce 1,661 0.69/1.00 vMB 25
524,669 524,669 00000000000000000016119d9ee53af889ec9100b9cbb6eb263d708cdec8e5f6 824 0.43/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.78 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: 633.22 GB
    • Received: 12.18 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.