Loading Tool

Explorer IconExplorer

Memory Pool

74,219 transactions
20.20 vMB
0.05114507 BTC
Random Selection Loading Transactions
Max Size: 135.85/200 MB

Candidate Block

Mining Attempt 9350ea4ebd7038ae11c387720f8c861973faf5bc2b7a7d8be74aee90758c789d
Version 20000000
Previous Block 000000000000000000010007760be8c060b919f3493f635d127b80f735ca4859
Merkle Root fbdd9fd971cc03a17d3d0d2fa6ec6dc20010f3d7557aef668b8aee7dc1918059
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,184
Size: 1.00 vMB
Total Fees: 0.00722951 BTC
Feerates: 60.00 > 0.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,972 (848,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
67,713 67,713 0000000005757a0254a28d46a9b208341b12950d0c39718dd25928bcd408b648 1 0.00/1.00 vMB 0
67,712 67,712 0000000001527eab1f69b2eddca032660da2c7d0760a24074f4cfedf3aadccf4 1 0.00/1.00 vMB 0
67,711 67,711 00000000004b63d2abd6b64ba41e79a3f9f66a6f798a6f618db2699fc07c1c05 1 0.00/1.00 vMB 0
67,710 67,710 0000000002239d1a085758ac3cab8cdb022cea48b8b814714ede884d7cc4ed54 1 0.00/1.00 vMB 0
67,709 67,709 000000000091a1abd64dc01440bc4392655e4c7094a304357ef573b1d12c47c8 1 0.00/1.00 vMB 0
67,708 67,708 000000000559777f3e8745a0920657c09e853aa2c7e23375526b87e7b4588f2d 1 0.00/1.00 vMB 0
67,707 67,707 0000000002822bc740fa680bd1de128dd1b0343c592aae2b7e9618bc8e47ed33 2 0.00/1.00 vMB 0
67,706 67,706 00000000024b212f831874eb13f49e3ce5bacecd317d2906bc5289fc76bc4c83 3 0.00/1.00 vMB 0
67,705 67,705 00000000006d5ec5a6be8b9081a9cf2d8494523894fd455a2f387b7705a03172 3 0.00/1.00 vMB 0
67,704 67,704 00000000052a866ef9d405123001d3d5dd9123ac1af34d3c26cf7869f7e4be19 2 0.00/1.00 vMB 0
67,703 67,703 00000000014da98ca10e202195f8c8a119d7a0d2f30983c3ef021b234bf650a1 1 0.00/1.00 vMB 0
67,702 67,702 000000000307490cb173493debc5668eee345d714c425a35eaea63f8c867d210 2 0.00/1.00 vMB 0
67,701 67,701 0000000004686a440d23f328d1d7ce658e49cacdc319a938ee28cafaeb98fb7c 1 0.00/1.00 vMB 0
67,700 67,700 0000000003017c34cab5b5172b68fc7a1afca19c6d269310b6d4cd87e60c14cd 1 0.00/1.00 vMB 0
67,699 67,699 00000000017335dfc40a3c984ea56357340fcf49f00fa1f9ce5279d290f7ef08 1 0.00/1.00 vMB 0
67,698 67,698 000000000140fde11965414e12a28b08992ff25cb66ddd211bee7ce57cc08b34 3 0.00/1.00 vMB 0
67,697 67,697 00000000054ffabc36b59be9f6b29069c52e5a92138ddb74ae441e8354b62e08 1 0.00/1.00 vMB 0
67,696 67,696 0000000000280877e42fdb143b0dbf6e38ad1f9b4f4881ffada7138e4b5df6d4 2 0.00/1.00 vMB 0
67,695 67,695 0000000003adec0227767d887d6bf0feb7becb0113ec8a93d244d390ecbe9475 1 0.00/1.00 vMB 0
67,694 67,694 0000000002e801b040ca369f748c80494a03f579d2c87bc6a41ac5f97c8ef88d 1 0.00/1.00 vMB 0
67,693 67,693 00000000048d540bc8d7e212c81a49b59bc64ef0fdefe7058a8592f9f07d68ba 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.07 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: 805.38 GB
    • Received: 23.01 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.