Loading Tool

Explorer IconExplorer

Memory Pool

79,499 transactions
29.52 vMB
0.09268456 BTC
Random Selection Loading Transactions
Max Size: 178.62/200 MB

Candidate Block

Mining Attempt 13965b622b6082ec4130002903f46650045b6aa53a1fb9061cc2c39d6475fcae
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 5f5d835c4685a1d715dab3f5d85bbbb99036ac8a2b2491b0621557b7b4c4db7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,797
Size: 1.00 vMB
Total Fees: 0.03046399 BTC
Feerates: 301.60 > 3.05 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (118,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
796,221 796,221 000000000000000000006f585925fb9a0520a659006a583bb5d2061fc03aaba7 3,145 1.00/1.00 vMB 37
796,220 796,220 00000000000000000005390a7fbda3c6248e18e6108e2bcc2b5abc3031840f19 1,863 1.00/1.00 vMB 18
796,219 796,219 0000000000000000000534d461a84fe6ad29e28158d77422edd11c09aaecacff 2,766 1.00/1.00 vMB 35
796,218 796,218 00000000000000000001492b69bef5b839a92666431f2d7de183166f7ad64184 1,705 1.00/1.00 vMB 18
796,217 796,217 00000000000000000000e0d04a3366a0a4d11c0aec59fa92c662047782ff113a 3,119 1.00/1.00 vMB 34
796,216 796,216 0000000000000000000318712e90fd5acdb471ddbefcea179bf0c1ac6a400fc2 1,572 1.00/1.00 vMB 21
796,215 796,215 000000000000000000046d5e2217f96e4a50788b0a8a8be25853e80e04c2529e 2,508 1.00/1.00 vMB 26
796,214 796,214 00000000000000000000b9749f4d465c49368308c45dc3a0d92964d2bb5f51d3 451 1.00/1.00 vMB 18
796,213 796,213 000000000000000000037e0ec534e6cce1b2ccd4e1795758c0822dcf941f0020 2,084 1.00/1.00 vMB 23
796,212 796,212 00000000000000000002a614cdf962c09c2359f4fffda931ec48d4d0802be112 1,363 1.00/1.00 vMB 21
796,211 796,211 00000000000000000003247afd7802f6408935081d10e4c9b1f5d23a55dfb7b6 1,897 1.00/1.00 vMB 22
796,210 796,210 00000000000000000001d30dc226dfb7f61ec1ca7624b2dfe0956ced0404cfee 2,861 1.00/1.00 vMB 21
796,209 796,209 00000000000000000003d5ed3732a19d7cef1c3c036eb0438d478ef72b2c50fd 2,484 1.00/1.00 vMB 30
796,208 796,208 00000000000000000000ceb0bb3a15a771c9d729edd14a973a2707e3752e156d 2,110 1.00/1.00 vMB 29
796,207 796,207 00000000000000000001ca2298ebf8a4ebaad2315dd2e13cd1ca5c9131ca9979 3,162 1.00/1.00 vMB 39
796,206 796,206 0000000000000000000246fa0bdc7125f4a1a34548f6ca9351e18f7730d30e9d 1,354 1.00/1.00 vMB 21
796,205 796,205 0000000000000000000384218bdd112eae47c4a61429f0bea20f201fce329d1c 1,888 1.00/1.00 vMB 21
796,204 796,204 000000000000000000041bdf6e89aaa38dfcf461e2d2e327157dd50e049c4518 2,961 1.00/1.00 vMB 23
796,203 796,203 00000000000000000004010d2fee8544471c23087322c454b17dd29fd014ef91 2,368 1.00/1.00 vMB 20
796,202 796,202 000000000000000000023e55ec4e717b867aae1657cb59b20ad9414d662d5ca4 3,390 1.00/1.00 vMB 26
796,201 796,201 00000000000000000003edbdabfaf6dbc5f7fbc641bf1fa59a1f260ed68c326e 3,922 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.