Loading Tool

Explorer IconExplorer

Memory Pool

80,339 transactions
29.88 vMB
0.09108837 BTC
Random Selection Loading Transactions
Max Size: 182.43/200 MB

Candidate Block

Mining Attempt 2e8c990604e286537f7e2135c0578a78099a0dca6ef1f9a1ebc82f4eee03c74e
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 42bfdbd67b92093d6b788249b5c6e639ff2488f0be4ba254e3f29c000957b18c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,406
Size: 1.00 vMB
Total Fees: 0.02471187 BTC
Feerates: 402.60 > 2.48 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (350,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,905 564,905 00000000000000000002861d098d73dec86f8b48c2f43af260c0d619ba340a07 2,679 1.00/1.00 vMB 16
564,904 564,904 00000000000000000015b993c62bafdb02471fcff0e05e7cadde07f0f984ba4d 2,170 1.00/1.00 vMB 28
564,903 564,903 0000000000000000002b470ae0f8caf50a9f6b9fda34c83c79ab8fbb275e93f9 1,729 0.57/1.00 vMB 19
564,902 564,902 00000000000000000027e2fa804dfb38fe0e577e2b3a5e4e20d1c3398be6b7cf 1,930 0.65/1.00 vMB 15
564,901 564,901 000000000000000000279e75aaa0e72746af12fe624309f0cf3b69f0e9c2a209 2,328 0.80/1.00 vMB 16
564,900 564,900 0000000000000000001f4c86b2bd65fc5ea8f452f364dd570d71c1ef4a82ecaa 166 0.05/1.00 vMB 28
564,899 564,899 000000000000000000191d395906c32b8d991ce0bc6ef86f0e137fcb6bbe0c76 1,767 0.56/1.00 vMB 15
564,898 564,898 000000000000000000027771442a1549adf1eb3d198d08052a772bad6997d861 3,165 0.91/1.00 vMB 9
564,897 564,897 0000000000000000001db82501f6f43db4ed05fdfe8ab8a20adf9171a02bf9ca 3,232 1.00/1.00 vMB 11
564,896 564,896 00000000000000000008d35497703cec29baceb9215734c7dc8532904505999c 2,800 1.00/1.00 vMB 30
564,895 564,895 0000000000000000001ccf0f1ff976e025d643f53a18b15ca4fe4b4f42185c42 2,880 1.00/1.00 vMB 19
564,894 564,894 0000000000000000000548d3f6deae5fff335c0b616d6c99c5f2b0d4b07b2797 2,017 1.00/1.00 vMB 10
564,893 564,893 0000000000000000002ba730b9768dda222534116db153bd1dbbcc7f6f114228 1,700 1.00/1.00 vMB 8
564,892 564,892 0000000000000000002ce3bbcc6efad6fba40623000c092732aa383bf5696202 2,014 1.00/1.00 vMB 4
564,891 564,891 00000000000000000012ececc172a0de013b6818e338de109cc6e188e6f6f7cf 2,866 1.00/1.00 vMB 22
564,890 564,890 0000000000000000000dceceae36d5882efa135d1d23efe7f66079e5efeb8d96 2,815 1.00/1.00 vMB 19
564,889 564,889 000000000000000000078711b26082cbcebb7f81783bd377a90af78c112ef251 2,722 1.00/1.00 vMB 48
564,888 564,888 0000000000000000000a553622ea62bd74fff1c27de719523b7655f39957cd9c 2,088 1.00/1.00 vMB 8
564,887 564,887 0000000000000000000525bc14c4624590bbdd68cbada07aef89cb55b66d05de 2,064 1.00/1.00 vMB 22
564,886 564,886 00000000000000000015f80084f3945d8376e9148d769cf2b7a686073511d6e5 2,069 1.00/1.00 vMB 21
564,885 564,885 0000000000000000002e35b6a4be3ef8646971ec51eb5e0f606fafa5a087d02c 1,684 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.95 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: 715.20 GB
    • Received: 17.67 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.