Loading Tool

Explorer IconExplorer

Memory Pool

48,252 transactions
21.00 vMB
0.05816825 BTC
Random Selection Loading Transactions
Max Size: 120.33/200 MB

Candidate Block

Mining Attempt 3978d660d7037b5533f226624ecc509c060e69d818057c22d873dbe4709739c2
Version 20000000
Previous Block 00000000000000000001f04bee8fc98c1f85e96d12fb520368305c5311966ad2
Merkle Root 2a9933390181c701be9428411c02c00d41628e3d05a2c9a7be607062b1a49fc5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,159
Size: 1.00 vMB
Total Fees: 0.01595301 BTC
Feerates: 502.67 > 1.60 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,019 (840,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,759 73,759 00000000008b2510ffb3fc194af72e54ce42a2fb0f6bc6621c6bcce600517ce3 9 0.00/1.00 vMB 0
73,758 73,758 000000000019894a2fc58a787a2ccc6efb43bb7f98eddbdac8e634a369af6cbc 1 0.00/1.00 vMB 0
73,757 73,757 0000000000a534dd528ffcf8893bcbf4c400a37f95021c0dd94de8e0a3688cbd 2 0.00/1.00 vMB 0
73,756 73,756 00000000000b0da6c3232c6f77f5038b1deeaa6d3cf81ad28829fca5999e3c1b 1 0.00/1.00 vMB 0
73,755 73,755 0000000000a970f8e07a89f0548a47daab87de5cae696d99a1da52b93952040a 1 0.00/1.00 vMB 0
73,754 73,754 0000000000b342b8520c4a4662018610b19f26ef5513acfb23c24d9ad4664355 2 0.00/1.00 vMB 0
73,753 73,753 000000000099c43181495bc5246cd219a7c0aa14eef441bf5930003a8becc4c3 1 0.00/1.00 vMB 0
73,752 73,752 000000000008ad52d06123a8a8c3271bb3da9537b44f934e5050b1c2ce82f284 1 0.00/1.00 vMB 0
73,751 73,751 00000000006b877848903a057141977c2cc35878e74c1dcea3039dd06b62a55f 1 0.00/1.00 vMB 0
73,750 73,750 00000000007ffa367eafadbc260977bec9c1e48455784ae21d049d688cea3f77 1 0.00/1.00 vMB 0
73,749 73,749 00000000008f3e143ce5449818b4030e9159db877b8e4f47fc5ee6e4a7ad1bc4 2 0.00/1.00 vMB 0
73,748 73,748 000000000064fed0ddb8c1a4c0756431bcedac3a9409d1fbc5725d181a68e0b0 1 0.00/1.00 vMB 0
73,747 73,747 0000000000975173232e2bd4a0c73095ba98d6acc4505b507b4fd046cd25c9df 1 0.00/1.00 vMB 0
73,746 73,746 0000000000675b4c04b74bcbdc01e3458434a59a34c02d43807e217532842b74 1 0.00/1.00 vMB 0
73,745 73,745 000000000043fe2f438b55393381bb11a3e13fc4391778d28d3db5b3bee8bdf7 2 0.00/1.00 vMB 0
73,744 73,744 00000000005d22bd8899f1a824040eaed2a472c3650795db223e67dba8e25274 1 0.00/1.00 vMB 0
73,743 73,743 000000000050e311798701328cbf17a1ab29e7a166068bab27190d66a48d9db7 1 0.00/1.00 vMB 0
73,742 73,742 00000000006a147e6b2065844c74974bd8a1659a2eb59390a50f3f9c1e8685ae 1 0.00/1.00 vMB 0
73,741 73,741 000000000094415f308b6e60a436b379bc62ec48034aac5f65ba28e73d2c845e 2 0.00/1.00 vMB 0
73,740 73,740 000000000040424ce56aef69d66bfa00418bac311f8b6cdd0fcf14834dd37a77 2 0.00/1.00 vMB 0
73,739 73,739 00000000005c632f579722266b4f55567fc08142c4ba5a6c9fd28d8372323a56 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 550.23 GB
    • Received: 6.42 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.