Loading Tool

Explorer IconExplorer

Memory Pool

82,019 transactions
30.85 vMB
0.10644546 BTC
Random Selection Loading Transactions
Max Size: 185.27/200 MB

Candidate Block

Mining Attempt 035b2ebccd1627999b66ab647f02e932124cab218f49e687bb465da8e8b4a3d4
Version 20000000
Previous Block 00000000000000000001fa22e6231aaa977327edfd312baec3e012ec5bb62617
Merkle Root 826cc136bcc25e25645091eaf28dff67e16040f958798e6e9aff3837d9f1b9b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,017
Size: 1.00 vMB
Total Fees: 0.03721051 BTC
Feerates: 558.99 > 3.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,168 (514,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,709 400,709 000000000000000003c7675cc454c2cbb8926f1a8aad3f2b74bd55213649bdf8 2,677 0.99/1.00 vMB 67
400,708 400,708 0000000000000000025c25bba0357c4666770f8c7926dafef09c1bbe2a5eac61 1,893 0.99/1.00 vMB 47
400,707 400,707 0000000000000000013b0211d27f227049f55889419b802acbc6b60d42bc6b45 1,700 0.99/1.00 vMB 41
400,706 400,706 000000000000000004abda5a4049d3201b1c1ece2fdf318e52c8fb760dd4d951 1,651 0.99/1.00 vMB 29
400,705 400,705 000000000000000000b1a4b81be22c5db990c322b29737d3183d19ca2d3c0948 2,673 1.00/1.00 vMB 56
400,704 400,704 000000000000000000a45114333fbb48654a093fba777c3e6731c5b8ef0687ff 2,789 1.00/1.00 vMB 76
400,703 400,703 000000000000000000fd7ec95fde3c1051c9ae8a62d5935f64341f99532a663c 2,362 0.99/1.00 vMB 45
400,702 400,702 000000000000000002c654b0d8c90d013cc555510c2c7b555bff3f1ae53009ff 2,165 0.93/1.00 vMB 41
400,701 400,701 000000000000000005a0a69eb0921be38759d12857bff954064f5582d7cdb06c 3,079 1.00/1.00 vMB 65
400,700 400,700 0000000000000000044f8cbc7126b43bb1615f34d185f603b89d96bf782da7cf 2,496 0.99/1.00 vMB 86
400,699 400,699 0000000000000000028e398b23ddffd15bea2de41567fd767c5aa047d70272b0 2,300 1.00/1.00 vMB 39
400,698 400,698 0000000000000000061b1d89ea6521f239d4204ffd770c8d20f23389378d658f 2,782 1.00/1.00 vMB 55
400,697 400,697 000000000000000001678010f0c5fdec93dab5dfc1e0fd9d6ccf2aeb6ca60ba9 3,012 1.00/1.00 vMB 65
400,696 400,696 0000000000000000044d4ef874f867f37c5a2ead79dc2249db65c8b502829420 2,593 1.00/1.00 vMB 84
400,695 400,695 000000000000000004f0ccd47380f68c4529e2a2ace344b938496b2adb3d01fc 2,643 1.00/1.00 vMB 45
400,694 400,694 0000000000000000005bf0d4605453f02c026295b02f03541f399dd4a4b2f5ae 2,744 1.00/1.00 vMB 64
400,693 400,693 00000000000000000572a6416aec4c75d196cabf4392b401c28b166afc242e1b 2,213 0.93/1.00 vMB 46
400,692 400,692 000000000000000004d757c7e58238dfa0812cff02bec5817d0ad6cae3ddaf13 1,980 0.99/1.00 vMB 33
400,691 400,691 00000000000000000419f61d68d61f59b17171156c3d2f948c728517d61a335a 1,753 0.95/1.00 vMB 45
400,690 400,690 000000000000000004635c278c0edbac8cb08ba6245c07bbc60274b1a9b519cb 1,699 0.99/1.00 vMB 24
400,689 400,689 000000000000000001cc24aff4fa1db88c466f40d6307bde0392b548cdff7654 1,920 0.93/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.69 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: 689.65 GB
    • Received: 16.50 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.