Loading Tool

Explorer IconExplorer

Memory Pool

87,097 transactions
31.62 vMB
0.21699183 BTC
Random Selection Loading Transactions
Max Size: 191.96/200 MB

Candidate Block

Mining Attempt a5c641026232a58f235431e59a80b6f7c00e2070b09b4c55f91ada4149cd022b
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root f48498ef12e0af3bbf9c50036bd13450a71140f9d55216978659093f8bc50e24
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,599
Size: 1.00 vMB
Total Fees: 0.10905218 BTC
Feerates: 502.67 > 10.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (275,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
640,085 640,085 0000000000000000000158c1f3ce048cf770bdc73a2665bc7927cb5aedbe8dad 2,243 1.00/1.00 vMB 59
640,084 640,084 0000000000000000000e43d9dfb08ef1c683c81c40eece29adadc0aa0d6ea225 2,568 1.00/1.00 vMB 89
640,083 640,083 00000000000000000000115af1e5d707ccc4d7890498e04227e40e81d7108970 2,987 1.00/1.00 vMB 80
640,082 640,082 00000000000000000005ace5c1d66c5faa51fd14510f652f858f451330caafd7 2,915 1.00/1.00 vMB 61
640,081 640,081 000000000000000000062df7af8b550bba4b4e19dea0fa1a1e6d6e7ec4941b3c 2,493 1.00/1.00 vMB 61
640,080 640,080 00000000000000000008ca05de7faf54814b1372772ee5fab806878f003f48f6 2,344 1.00/1.00 vMB 62
640,079 640,079 00000000000000000002b717e21d3f42818816d1e4b6a9b994a0a4fbf2986aff 2,415 1.00/1.00 vMB 65
640,078 640,078 00000000000000000005020cf6f3b6af58c747325e6d88fd4abf4b684d9471c9 2,653 1.00/1.00 vMB 71
640,077 640,077 0000000000000000000c95dccb57b5d4aa8ce223d05886e7319a8c8aa047c7a7 3,063 1.00/1.00 vMB 89
640,076 640,076 0000000000000000000a1d4f8d87c7daf9d9ace27b6232d7a58cb5c0a7ffe3a0 2,740 1.00/1.00 vMB 84
640,075 640,075 0000000000000000000ee0857d5779e5bf092b87689aa1038fe2b5dafd7518ad 2,276 1.00/1.00 vMB 80
640,074 640,074 000000000000000000023348ec6ba1ec83ca9281f3f1de5e6e443c14fb4807eb 2,871 1.00/1.00 vMB 81
640,073 640,073 0000000000000000000fc82dad4e32548919cf7a6ed6f3d2bb368875465c2433 2,845 1.00/1.00 vMB 93
640,072 640,072 0000000000000000000633c808992f5b27d0c5f3f0ca339be1bb8caf13682d3f 3,263 1.00/1.00 vMB 106
640,071 640,071 0000000000000000000547e174ae139f74459e2098cb3830996e0f6517ec5e8c 2,148 1.00/1.00 vMB 74
640,070 640,070 0000000000000000000f6b08f72456c84e337ea8e69ce45cb01f46dfba3cc0d2 2,718 1.00/1.00 vMB 86
640,069 640,069 000000000000000000081cf49c866e208016a972df8890c1c91b06db4c97fb86 2,889 1.00/1.00 vMB 81
640,068 640,068 000000000000000000028a494c19857d8e520514444426a4a5cab32b6414b980 2,902 1.00/1.00 vMB 83
640,067 640,067 0000000000000000000ab25a208d72340d42d063b5d81f8810a505a562cb050c 2,677 1.00/1.00 vMB 79
640,066 640,066 000000000000000000034f5b02a61508161bb2bba41297843e26ce4e12dad7a1 2,645 1.00/1.00 vMB 83
640,065 640,065 00000000000000000003f94016beeadb7ea65b592e7ce7909f2ae4a0dabf58f8 2,759 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.61 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: 671.95 GB
    • Received: 16.08 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.