Loading Tool

Explorer IconExplorer

Memory Pool

81,634 transactions
30.81 vMB
0.09256694 BTC
Random Selection Loading Transactions
Max Size: 187.47/200 MB

Candidate Block

Mining Attempt e842c7562bde95780d7a2c6f562611f8e5bb894444cdadf1a2affe2f73caa838
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root a92b0e8559dc4eb29e2e55832d1621df4240bcb80c0ce15aaf9645d1fc80eed0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,703
Size: 1.00 vMB
Total Fees: 0.02312987 BTC
Feerates: 318.30 > 2.32 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (212,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
702,813 702,813 0000000000000000000c4af9c975392d43d36a8a70516869087a736a97e9017a 1,503 1.00/1.00 vMB 8
702,812 702,812 0000000000000000000a1ed05b6862971d424525a74e0fb5a5f2b60b2bd0d88e 433 1.00/1.00 vMB 2
702,811 702,811 00000000000000000004081a5f10e80b6daf9f7910b6237033b046f211142f21 2,473 1.00/1.00 vMB 3
702,810 702,810 0000000000000000000a5e08d90100bab114ce930c1c18d63ba1e1d5ac2321e7 2,216 1.00/1.00 vMB 10
702,809 702,809 00000000000000000009efeef34ffd13a6cbebc447b9226f7d04ca010c47d05d 666 1.00/1.00 vMB 9
702,808 702,808 00000000000000000007855b03bb25af06332cac065e014e60639c2ab62ee0da 572 1.00/1.00 vMB 7
702,807 702,807 0000000000000000000c4e734ef7703b76cfc528aa061f8844dcb664d507d7e8 2,145 1.00/1.00 vMB 21
702,806 702,806 0000000000000000000b003bd4661b5a2eebab633e9b6dce9fc2d06f338043eb 1,159 1.00/1.00 vMB 8
702,805 702,805 0000000000000000000678b167bcca32b8e5cc2bd3eeb90652db0fedefa89b03 1,289 1.00/1.00 vMB 10
702,804 702,804 00000000000000000007050b3ed208a75f44a13547ab6849b75cfc28d8e381e2 2,416 1.00/1.00 vMB 14
702,803 702,803 0000000000000000000029fb6ae30fc23a543418a5c6cb026035887850f460e5 1,368 1.00/1.00 vMB 36
702,802 702,802 00000000000000000001398ebb767d4486cec7aa7c4c5a735af2671759bae516 1,913 1.00/1.00 vMB 24
702,801 702,801 000000000000000000086988c0431abdccdcfa1174f4ec2e3bf43f7b6fad2e46 1,555 1.00/1.00 vMB 9
702,800 702,800 00000000000000000008a7f3bf5d0ee2390e7e2c58c55c75bdc4874a4dfe27ef 731 1.00/1.00 vMB 5
702,799 702,799 0000000000000000000470b75f567dc23cef1dc6fecb437747d47996b8ac96f1 141 1.00/1.00 vMB 1
702,798 702,798 00000000000000000005f1886af5f65e74b87fd4a8dc2cc6fccc5bd28c7b1d3a 750 1.00/1.00 vMB 5
702,797 702,797 0000000000000000000e32f855ddb9072c5fb75345e3be67ad911a78b3dba0d5 735 1.00/1.00 vMB 3
702,796 702,796 00000000000000000003d7c4b9c99066afc4a75ce7e3454504f58fbe93c42cf5 865 1.00/1.00 vMB 5
702,795 702,795 0000000000000000000a8a0f2939deece2df30bd8282afa3f5278ef0d49b8d5c 251 1.00/1.00 vMB 2
702,794 702,794 00000000000000000006349947145ccbb32439ff0b39c81feea3f315613a0020 1,158 1.00/1.00 vMB 6
702,793 702,793 00000000000000000007770031c3f8c8e545633af0d854dc164ae0d06f8cb1c8 555 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.00 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: 718.41 GB
    • Received: 17.89 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.