Loading Tool

Explorer IconExplorer

Memory Pool

85,337 transactions
31.76 vMB
0.16409410 BTC
Random Selection Loading Transactions
Max Size: 188.34/200 MB

Candidate Block

Mining Attempt 421ceb69923d5f547ccf3fb440ba6d81afd7314c50dc06e3ab719382b7a41efe
Version 20000000
Previous Block 00000000000000000001a97a7e8496ce4c2a6d89606758ddf3eb31ad29a9060c
Merkle Root be46d0149e0b3098e909cd041e83d9a6c26747b4f154ef5c72621381ce100300
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,944
Size: 1.00 vMB
Total Fees: 0.03600312 BTC
Feerates: 100.36 > 3.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,634 (875,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
40,597 40,597 00000000355ff59f156307a6c22d312c56f8c52a32ab7ab0d6e38d2f165f68ba 1 0.00/1.00 vMB 0
40,596 40,596 0000000013f0d3fd1a2dc1fc3e1fbd197293ce72d9971077f95aacf5c16890aa 1 0.00/1.00 vMB 0
40,595 40,595 000000005e107dad76eee7e851cdb553bd23418473064121e4176fcce26e3187 1 0.00/1.00 vMB 0
40,594 40,594 000000004a4b4a1fa5d846468fdcbb012ad0e1f92cdff54c4492eaef03a4f01e 1 0.00/1.00 vMB 0
40,593 40,593 000000003d73a9fade7b4b024da73f11a786d1d41d0cf5ee91c378ec4078b9b6 1 0.00/1.00 vMB 0
40,592 40,592 0000000060713b0a181e3bb0e691f81cfa58773185f6f46016c62172cd0957b0 1 0.00/1.00 vMB 0
40,591 40,591 00000000629ac15fb89bcb3c1b53a1c552b018683df14ec2efd6db4726de4a24 1 0.00/1.00 vMB 0
40,590 40,590 000000002024db833ede479b56303009edc540b97b9cdecc587a372d21cfe2b9 1 0.00/1.00 vMB 0
40,589 40,589 00000000134548edb744e21ccbcb02dd6fa44f950d5f713cd787a9a39bdc0669 1 0.00/1.00 vMB 0
40,588 40,588 0000000017d8f7bbe30d28079a44355bbedcb2e0101a2f7be5dec3937b462f5c 1 0.00/1.00 vMB 0
40,587 40,587 00000000369d9232514ed96e5464fbf32091dda62c214fd7a9e0aa9b5953106d 2 0.00/1.00 vMB 0
40,586 40,586 0000000037f0216c965490efd8152b98dae0a4dbe22b85cbcfaef9ae09a462f9 1 0.00/1.00 vMB 0
40,585 40,585 000000005ac6f648957570ae3e50543c52aeee2dceb8bad57ecea067cb4199a7 1 0.00/1.00 vMB 0
40,584 40,584 0000000052fc0beef538e41848ae5ad9d023936f05e97a912fe6aa55dc7e4c6e 1 0.00/1.00 vMB 0
40,583 40,583 000000002d887ebebffe4c287429ed9fde0e9302e3771b9e8d4bea6eea758e80 1 0.00/1.00 vMB 0
40,582 40,582 00000000570221ef75d60ffa4fb4584ea3363239f4c34bb11a71b3fc2d9bfb73 1 0.00/1.00 vMB 0
40,581 40,581 00000000584dab06683949c52c3c6bd289a2c12b344d4403c9ca4b066031c0d4 1 0.00/1.00 vMB 0
40,580 40,580 000000005632ebd13ab0e05a1ee7bb0b5f232aac855707546495598575a6ec29 1 0.00/1.00 vMB 0
40,579 40,579 000000000d4adb896891c634ab433abeffc0b3a66a4cea37e59b025db36cd649 1 0.00/1.00 vMB 0
40,578 40,578 0000000055bfb394be5fac8c69e82546e1d8dfc28696eb7b693969a857ae5526 1 0.00/1.00 vMB 0
40,577 40,577 000000004815e3b63457887522805cc3237c3cfb1db222173a7a7f97cc8ed8a2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.49 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: 772.59 GB
    • Received: 20.28 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.