Loading Tool

Explorer IconExplorer

Memory Pool

76,708 transactions
28.49 vMB
0.06539569 BTC
Random Selection Loading Transactions
Max Size: 172.89/200 MB

Candidate Block

Mining Attempt 988987d2d7ef9b82b7da389d867f0aa1ebefd3cdbbe9a588f0de5565ea320506
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 6356a9fe9f934b2b642cb4975c0f444e99831035dc3b25b852506d552a342081
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,488
Size: 1.00 vMB
Total Fees: 0.00642985 BTC
Feerates: 178.73 > 0.64 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (414,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,713 500,713 0000000000000000001b034754a7240bbc8bf7df9b31b8eaf929de7a5228d809 1,946 1.00/1.00 vMB 473
500,712 500,712 00000000000000000052a8703998e300087620f2ba8df35015d90defda72b1f2 2,379 1.00/1.00 vMB 566
500,711 500,711 0000000000000000005a551660bf5a394974bd87998026069b65af69307c69ed 1,696 1.00/1.00 vMB 464
500,710 500,710 0000000000000000002cf892f72677335ef19b105db2276fb523d22cffb7d30d 901 1.00/1.00 vMB 528
500,709 500,709 00000000000000000035d12c2a90908b456725ff67a17be58e08694fed7432b8 2,643 1.00/1.00 vMB 1,033
500,708 500,708 000000000000000000947a2a4daebbc48861197368c6e6260936b8109d4f5bb3 1,966 1.00/1.00 vMB 713
500,707 500,707 0000000000000000007daf5dbcfe59cc23dcc870aa5ffc0414c7a66c044d5e87 2,391 1.00/1.00 vMB 1,029
500,706 500,706 0000000000000000005800ca3e9647edd4d0d41de061d96d180e392877bfd8a4 1,846 1.00/1.00 vMB 640
500,705 500,705 000000000000000000470a14a23ac1d1b4307934eeb2351f8354ea6380a65e48 2,878 1.00/1.00 vMB 791
500,704 500,704 000000000000000000877cd5e539204ea87121a88146921f355713dd75963cc4 3,065 1.00/1.00 vMB 898
500,703 500,703 00000000000000000064f16642d432bdf5836b10d61013c4fce26a52db0d933d 2,758 1.00/1.00 vMB 850
500,702 500,702 000000000000000000703d5d08528d14a2367bf92fec3a6096bdc3af243e7cdd 2,853 1.00/1.00 vMB 983
500,701 500,701 0000000000000000003a4b9e104142de1ade584fc098fb47584ad93507a30ee7 2,614 1.00/1.00 vMB 863
500,700 500,700 00000000000000000031a92584d46b03950d74b307897ab5184fc860c7f86c39 2,522 1.00/1.00 vMB 1,051
500,699 500,699 0000000000000000004c73f1fc66b2610256636cb6ec80fa5c9745b76cd5c28b 2,639 1.00/1.00 vMB 1,047
500,698 500,698 0000000000000000006402daaae96c8feea7b69342efc511ed2c0c3072da8336 1,904 1.00/1.00 vMB 794
500,697 500,697 0000000000000000006777da16a96dedf876de1678ca410a22f076622c11e1d3 2,869 1.00/1.00 vMB 1,031
500,696 500,696 0000000000000000006c5468098cd730f9f70e7515b4ee032f2bf9be1ca21c1a 1,867 1.00/1.00 vMB 1,084
500,695 500,695 0000000000000000001d117dccfb36a40f355ea8d6517838a05a9e0a2d6271f3 2,288 1.00/1.00 vMB 862
500,694 500,694 00000000000000000039c1143453747b1851c30e6f60f4fa23632d28e56412b5 2,559 1.00/1.00 vMB 878
500,693 500,693 0000000000000000002f4249cf21e902f55ae178a39c26dcb788586d09f78867 2,424 1.00/1.00 vMB 1,181
Previous 10 blocks ↓
Total Size: 782.68 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: 675.62 GB
    • Received: 16.43 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.