Loading Tool

Explorer IconExplorer

Memory Pool

41,611 transactions
26.65 vMB
0.05760590 BTC
Random Selection Loading Transactions
Max Size: 139.91/200 MB

Candidate Block

Mining Attempt 3446ca06fd503ef0d9298ffd361ef759b2db3f4aa6d6ec6e905e8c5e655e3a12
Version 20000000
Previous Block 00000000000000000000dbff82779b294ccb8ffef3251a2f04537190df676bc3
Merkle Root e5a407330f1f5aac0e021800fa860f16663fb48928bc90191bd4e35bc2594161
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,023
Size: 1.00 vMB
Total Fees: 0.00835441 BTC
Feerates: 500.44 > 0.84 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,940 (109,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,606 805,606 0000000000000000000000685308287fb3d0de0a7e4136f29b01b499b5147368 5,341 1.00/1.00 vMB 18
805,605 805,605 00000000000000000004eeef7b703d92f5295dea6e215a18d665d344dd9ce32e 2,400 1.00/1.00 vMB 13
805,604 805,604 000000000000000000007414ac2d6b941132dd56ae8cff1fa639ea3789e61eac 1,949 1.00/1.00 vMB 17
805,603 805,603 00000000000000000001d01c16eb06aea8dab6e462ed3a50086d18f76b78e26b 2,197 1.00/1.00 vMB 22
805,602 805,602 00000000000000000002456fa4e3f66ead8b0eb75ab12d72b7fe37c58eb57672 3,348 1.00/1.00 vMB 24
805,601 805,601 000000000000000000018ded54ca0e3cdf81ffbf296071993c21d3a0258467cf 3,213 1.00/1.00 vMB 26
805,600 805,600 000000000000000000004b78c304733a6d6021d3abc827c56d1e0a909ba7b515 2,741 1.00/1.00 vMB 19
805,599 805,599 00000000000000000000edafde833430c880face2e0e6443af28f8e95451f3ee 2,694 1.00/1.00 vMB 25
805,598 805,598 00000000000000000002dd111d5fd8bdb7e95c10ef80097a2883b4f1628f394b 2,867 1.00/1.00 vMB 30
805,597 805,597 000000000000000000037b7e5f860d764b315c56b7ed6259aae462258f0319a8 2,733 1.00/1.00 vMB 21
805,596 805,596 00000000000000000003883408b2ad796a9700c073570430b6a48e0c7f0a6282 1,441 1.00/1.00 vMB 18
805,595 805,595 000000000000000000000201437b7cf8e81fcd38f83186a2a85866aad1fe2bc3 2,018 1.00/1.00 vMB 22
805,594 805,594 0000000000000000000125321fe45829c4dc00f8523a04351ccf5653d34a8205 4,088 1.00/1.00 vMB 22
805,593 805,593 000000000000000000013b45bc2ec8215f19b0b0096d3218fd97e7bb85dc49c2 3,529 1.00/1.00 vMB 20
805,592 805,592 000000000000000000031c62f147f8a4dad57200109b3bbd1e53138d887e43a4 5,430 1.00/1.00 vMB 13
805,591 805,591 000000000000000000041d2f8756768621486457f937f97277f6abac49cf2c77 2,708 1.00/1.00 vMB 20
805,590 805,590 0000000000000000000297d15987cac99fba274c80c67907db7df653dfb91c87 4,747 1.00/1.00 vMB 10
805,589 805,589 000000000000000000032cc84bfbf50a90d7c35b4fbd2939292bfd4ce16d086d 3,778 1.00/1.00 vMB 18
805,588 805,588 0000000000000000000199bf225a342e623863eecbbcb16ec9a750e32dd8eea3 3,171 1.00/1.00 vMB 21
805,587 805,587 00000000000000000002f639e12636bc051675f3d7669ddbcb0f32839f6d470b 2,937 1.00/1.00 vMB 11
805,586 805,586 00000000000000000001c9188f0de5e88be6399ccefcfb6dcf0a80d1ff2288f3 3,838 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.28 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: 656.91 GB
    • Received: 14.44 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.