Loading Tool

Explorer IconExplorer

Memory Pool

79,063 transactions
30.15 vMB
0.09334147 BTC
Random Selection Loading Transactions
Max Size: 180.09/200 MB

Candidate Block

Mining Attempt 0bce17605b260084045c0f2fe3e0aced4676b3b93a8d28387a32958681196c92
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 961cf635bc61a0e7ee0c64ca6502a0e22ecd44a827462f19471f5bcb4b277711
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,191
Size: 1.00 vMB
Total Fees: 0.02282162 BTC
Feerates: 150.61 > 2.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (397,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
517,719 517,719 0000000000000000004d72fb7726d5381cadb773a3d086435a121a6f3582e83e 2,664 1.00/1.00 vMB 10
517,718 517,718 0000000000000000001318a334c7c55b84661faa4d3c36ebb82c1ca9c0323537 2,491 1.00/1.00 vMB 61
517,717 517,717 00000000000000000044edfb976653cedf4b43a69e673d428f9acb342a231f51 2,612 1.00/1.00 vMB 37
517,716 517,716 00000000000000000039fa784c6771f7c4d82f7ae46006093063ad61f679138c 2,266 1.00/1.00 vMB 23
517,715 517,715 00000000000000000021d7bb0a4aedcbeb38804915623df5037fded7f478218d 2,104 1.00/1.00 vMB 35
517,714 517,714 0000000000000000000e28622c0fd7d8bdd8f0029b99800b9790e5f15b5f5320 1,206 0.82/1.00 vMB 1
517,713 517,713 0000000000000000003376431f1927bec9cc690d44636f230ea22a6db5bbe6a5 1,750 1.00/1.00 vMB 14
517,712 517,712 0000000000000000001aa0704c2835fb0ca6d47c71d84ec3bad1d47240f0348c 2,973 1.00/1.00 vMB 13
517,711 517,711 00000000000000000017d8dfd1c813af7205ea23d07ccfea732b3875d043a11b 1,878 1.00/1.00 vMB 11
517,710 517,710 00000000000000000046ca628948b61f25a357c4da22bf3fb57012b6ba38d8f8 973 1.00/1.00 vMB 8
517,709 517,709 0000000000000000001c2ebcc374ecefae4d248198834cf70c8f6398051fe5cb 1,806 1.00/1.00 vMB 35
517,708 517,708 00000000000000000026651a7e8638c65ec69991d8f5e437ee54867adbf07c49 2,351 1.00/1.00 vMB 54
517,707 517,707 0000000000000000003de39f5ad668699c0cbc2236585d585f0d99e647b267f9 1,512 1.00/1.00 vMB 10
517,706 517,706 00000000000000000002098ab5e2ac4d5a6f9cc3cc8c764dcaecd5a9c6290523 1,674 1.00/1.00 vMB 42
517,705 517,705 0000000000000000002a7e7db0c86b604ece33ef21ac6f9bf5bec00825c10282 553 1.00/1.00 vMB 43
517,704 517,704 0000000000000000000c7277692c2516bdf8c01ae49a457ec570a75015b80540 515 1.00/1.00 vMB 72
517,703 517,703 000000000000000000268c9048ee63d9d096ea6e60df43a6ecc59ed87f6627d0 1,915 0.78/1.00 vMB 26
517,702 517,702 00000000000000000037786e126230e31f4dff90634da999841ae1f9753b6547 30 0.01/1.00 vMB 9
517,701 517,701 00000000000000000049bf62a73803f674d5e1bf27f5346aed7f7d4c384d0ab9 568 0.25/1.00 vMB 21
517,700 517,700 000000000000000000017d2011027ffa348e83386fe20a27f65384b0576dee71 908 0.38/1.00 vMB 21
517,699 517,699 0000000000000000001bc7103d9d65b6b0b519a7a4be5c98b7a31f31310feb85 103 0.08/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.35 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.