Loading Tool

Explorer IconExplorer

Memory Pool

85,649 transactions
32.15 vMB
0.12568645 BTC
Random Selection Loading Transactions
Max Size: 196.57/200 MB

Candidate Block

Mining Attempt 4b7feff620d9cb12ced86b21828d0b8c99b264eb88267ef4b0087dc70234f781
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 7ed404fabad4c9543169ef38ddb9b38c7455581c2b7766e529b0e8b53f3401b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,148
Size: 1.00 vMB
Total Fees: 0.04303844 BTC
Feerates: 301.05 > 4.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (71,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
843,636 843,636 00000000000000000002aaabbd8939259d572fe17b140ab48eb3e3809d210764 4,335 1.00/1.00 vMB 14
843,635 843,635 00000000000000000002a1f0cb9d01d623660417e9170d47ef93f409e039ff7f 5,370 1.00/1.00 vMB 13
843,634 843,634 00000000000000000000b5d450ed1ec05af4d5cc02f2c97cb29df49d4b99f561 3,263 1.00/1.00 vMB 16
843,633 843,633 000000000000000000013808c0b832d5c7cdae66cf5ed5aa94c923f6c8569f89 3,055 1.00/1.00 vMB 12
843,632 843,632 000000000000000000008db696f1c56170ae1659db52205090364dc845246620 2,159 1.00/1.00 vMB 13
843,631 843,631 0000000000000000000122ea92ffd2a4dbc2296537f539d1dcaad70509f10e83 3,782 1.00/1.00 vMB 14
843,630 843,630 00000000000000000000cce65beeb947ad88cb4ee51a62108e3cb4872f2177cc 2,371 1.00/1.00 vMB 12
843,629 843,629 000000000000000000021bbef7c6602352f5d02d0b94efbec59b2149382feb3a 5,146 1.00/1.00 vMB 13
843,628 843,628 00000000000000000002b68eda371b0911d41246e52eaa2ec6b781916b42d4eb 4,435 1.00/1.00 vMB 16
843,627 843,627 00000000000000000003581e0821dbb950ed920533786e4ac1cab62e4932756b 4,137 1.00/1.00 vMB 15
843,626 843,626 00000000000000000001154f201ec75310b3a231ca802493554b3f0be6454b2c 3,533 1.00/1.00 vMB 20
843,625 843,625 000000000000000000033f7839ab36e90e5312b55ab0c78e8b471b9a68c1e4d8 3,858 1.00/1.00 vMB 15
843,624 843,624 00000000000000000002b55d0b8bdb44821216a83e0534df86442e39881d89d8 3,636 1.00/1.00 vMB 15
843,623 843,623 0000000000000000000145d6f1e59f526e388187edce264b1b1856796ebd37cb 3,738 1.00/1.00 vMB 22
843,622 843,622 00000000000000000002250dbbdb55b05ffd1de31e11813ad24be19a0da03684 4,115 1.00/1.00 vMB 19
843,621 843,621 00000000000000000002484b3ac7b1f79ece9dc687b56d011b5fdf647719f49e 3,538 1.00/1.00 vMB 29
843,620 843,620 000000000000000000018e61e6c1a334e66a2a992552dd92a360f2539410519a 3,376 1.00/1.00 vMB 15
843,619 843,619 0000000000000000000325c9e6c78bc5b89d29a42316bb4d0f6e2aa377aeaada 4,253 1.00/1.00 vMB 18
843,618 843,618 00000000000000000000502ff760baf72f565a09b0804365b3f4687f386a91d9 2,684 1.00/1.00 vMB 14
843,617 843,617 0000000000000000000030fc0f3fc3afed1b43c4c50dc388f19c541b630ab9c9 1,206 1.00/1.00 vMB 12
843,616 843,616 000000000000000000014b6a8c716d6bd039ba113e2d5fde45dd5081c934fd21 3,296 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.78 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: 709.72 GB
    • Received: 16.96 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.