Loading Tool

Explorer IconExplorer

Memory Pool

83,220 transactions
31.63 vMB
0.12493330 BTC
Random Selection Loading Transactions
Max Size: 191.13/200 MB

Candidate Block

Mining Attempt 8c414be1ca333ffa9261f90a32a0ed13985961fca31436c4dd5cba4e4f7502e0
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root f071171a732d5e211e2a6df5a2816483d8f9afb45d09a3922de6d964cc47301a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,147
Size: 1.00 vMB
Total Fees: 0.04146868 BTC
Feerates: 803.65 > 4.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (109,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,910 805,910 00000000000000000000a0ace4cf514fa7f4b391a7bb6b340cf729f3cec6a70f 2,211 1.00/1.00 vMB 14
805,909 805,909 00000000000000000000ac0b7a3d99837b1edf778c375cd736e0eef9e9271a44 3,268 1.00/1.00 vMB 17
805,908 805,908 000000000000000000001aae1da085f8ef774cb2c38794f05aa6fe0aefc4504a 2,970 1.00/1.00 vMB 16
805,907 805,907 000000000000000000021341e7269ed0f1bdde75b5aac636d3fa3b0a6f18b6ea 3,924 1.00/1.00 vMB 27
805,906 805,906 000000000000000000038ca6859eed32d434e274bf8fc6b6993e175deb73600c 2,057 1.00/1.00 vMB 21
805,905 805,905 000000000000000000033ad1eeed6e034c0621ade105a48a33d2d0af5be75e9c 4,690 1.00/1.00 vMB 24
805,904 805,904 000000000000000000050537d965ffbfccca151e49f5e691020c11839a829b2f 4,428 1.00/1.00 vMB 27
805,903 805,903 00000000000000000000f1f49d4aa13d45e881a10904eee0a47f9fe070a3be7f 3,338 1.00/1.00 vMB 17
805,902 805,902 00000000000000000001d25bb6478d41ad832c3f030a61977d7e7360e69e999e 3,706 1.00/1.00 vMB 21
805,901 805,901 00000000000000000001b4148914e0698e18cf73ded987b7e7ab54911bea828e 4,368 1.00/1.00 vMB 25
805,900 805,900 000000000000000000015ca379f2ce6bc0b3ee119d4406c906d12d3b43b92bdc 4,058 1.00/1.00 vMB 25
805,899 805,899 0000000000000000000109962e43f43121c5c24dfd7e72c176c39eb6d7758343 3,488 1.00/1.00 vMB 21
805,898 805,898 000000000000000000015ebc889548aa33cca67216f5008126a3dfd38fd51846 4,668 1.00/1.00 vMB 24
805,897 805,897 0000000000000000000342d2f03fd9ca6d6c6e00190d300b0ede7e69a805a9aa 3,360 1.00/1.00 vMB 30
805,896 805,896 000000000000000000023df7da7efcf5a270f17bf74e8a6013d1b9e837b38163 1,618 1.00/1.00 vMB 10
805,895 805,895 00000000000000000004f9dc0d3aba349df92d269ad4cf6ced11e85f11490e6a 3,321 1.00/1.00 vMB 15
805,894 805,894 00000000000000000000d4dae02f937d17810664133a2768eb0905a8e153d8d7 3,623 1.00/1.00 vMB 20
805,893 805,893 00000000000000000003fd54f97a52014f48da16646f0121afccc6c8fed143b2 2,332 1.00/1.00 vMB 21
805,892 805,892 0000000000000000000352eb5e4a82108d28e51a1901a00eb3807b0ea83f3f94 3,554 1.00/1.00 vMB 27
805,891 805,891 00000000000000000002a4d8fb7125db3030a4889a6fbd7a05d6e5a92d40724c 2,534 1.00/1.00 vMB 49
805,890 805,890 00000000000000000002a26b9804864936f616868207b1a3acc6861453b7bb6b 5,990 1.00/1.00 vMB 11
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.68 GB
    • Received: 17.93 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.