Loading Tool

Explorer IconExplorer

Memory Pool

75,992 transactions
28.74 vMB
0.07022221 BTC
Random Selection Loading Transactions
Max Size: 175.71/200 MB

Candidate Block

Mining Attempt 516e9d4d56cc1fb8b0715be254c482718015a5534eac29c917fffcf08ca10ece
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root 18affa4bfaee99b22e5eb878bcf635f6c502613bc88e186c1f9dc9f585dc6160
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,875
Size: 1.00 vMB
Total Fees: 0.00672515 BTC
Feerates: 77.76 > 0.67 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (553,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
362,138 362,138 00000000000000000b89f4d5b79515b75e2cbefd8d804109aaf931ea9777af75 1,088 0.69/1.00 vMB 23
362,137 362,137 000000000000000012c0c0ecb473607760b3984ea0b9494f5caaf2e628641e33 418 0.29/1.00 vMB 13
362,136 362,136 000000000000000005ae33f6880e83a9bb9d7d23b27b9a12d44a61d040480cfa 2,022 1.00/1.00 vMB 30
362,135 362,135 0000000000000000041cd32e4c749bfc96f03fa26dfdcfd189149cc5e3e2b46f 99 0.08/1.00 vMB 17
362,134 362,134 00000000000000001142c3e07101dd4353accfa8ae9a55fee95a656aaf14fb39 891 0.47/1.00 vMB 28
362,133 362,133 00000000000000001363370f80c48718029e0239b57bf321a27f1fc1b1f38a3c 700 0.44/1.00 vMB 27
362,132 362,132 00000000000000000a1a153c29b9a717d1c535338ec158644c6d2b40cb41bede 233 0.25/1.00 vMB 12
362,131 362,131 000000000000000012d26ddffecb5b9ef1d298e9bdf57b01edca9a0ab6021c2c 530 0.31/1.00 vMB 27
362,130 362,130 000000000000000011a3e87fdf85a4515919bc7f5c7c106c0d0efeceb80b17bb 503 0.28/1.00 vMB 32
362,129 362,129 000000000000000005ba8818ebe9fdba7d9a03094a34b5904257e843f338469f 496 0.25/1.00 vMB 29
362,128 362,128 000000000000000006abb75c4a468caefff678fed0d96dd71f047b6ff452799f 159 0.08/1.00 vMB 25
362,127 362,127 00000000000000000f9bdcb7f8d1d08ae3a85170aee515b5cd106def793b8b9a 414 0.23/1.00 vMB 29
362,126 362,126 00000000000000000af3b65fb99abf8eef22d60ccb2ac24c0e2c9ef2fd70e49d 611 0.59/1.00 vMB 16
362,125 362,125 000000000000000009db4648651d50f75a444ebe17fd098d089147634db2b5fa 1,639 0.75/1.00 vMB 38
362,124 362,124 000000000000000011fd1d868eb3af4f70a7f5131ccabbde64ec81251d8749e0 600 0.36/1.00 vMB 26
362,123 362,123 00000000000000000f8baf95653d988e8a275c6111c5a5993c43b220672bf25c 151 0.10/1.00 vMB 21
362,122 362,122 00000000000000000d430e717a4fd7d25a8c09171b0510c9be859bc3aff1ebbd 847 0.57/1.00 vMB 20
362,121 362,121 00000000000000000fcf3c78764cb9878d2526b3a1b5f0e953512ddc31485317 1,074 0.75/1.00 vMB 16
362,120 362,120 0000000000000000156eb94679d5d3c2598f3bf72551f1040d0315da8dadbcc4 1,017 0.75/1.00 vMB 9
362,119 362,119 00000000000000000e46e98738d57b6445d4e529b5438f3e3e7cc7f02005e480 1,679 0.75/1.00 vMB 15
362,118 362,118 000000000000000010635a8021f735da034cad13cfc5116cf9ad31ec29c2d920 1,097 0.50/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.82 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: 710.70 GB
    • Received: 17.08 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.