Loading Tool

Explorer IconExplorer

Memory Pool

81,856 transactions
30.55 vMB
0.07853907 BTC
Random Selection Loading Transactions
Max Size: 184.23/200 MB

Candidate Block

Mining Attempt e7fbe6385a53eb9d0403c10477c15146afd492484653e9763e9eef90cbf6430c
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 894a645dadc6dea63261cb38fd74853dc54c5bfd8b6f7e0a6c0a20ae182487ce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,134
Size: 1.00 vMB
Total Fees: 0.01505183 BTC
Feerates: 40.91 > 1.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (178,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
736,152 736,152 000000000000000000008170cabb21f514e83c17cace7128b834137bbf61185c 1,955 1.00/1.00 vMB 21
736,151 736,151 0000000000000000000412af428e2250732450b8a9b27e8851ae0b5b8e17f42b 576 1.00/1.00 vMB 12
736,150 736,150 000000000000000000075b8db7e6468b07eb53cba20031d31c432be74e4ab5bd 1,513 1.00/1.00 vMB 18
736,149 736,149 0000000000000000000124e7f0b1b25346d44ab65e0f7d4ddac022c017099394 2,610 1.00/1.00 vMB 26
736,148 736,148 00000000000000000008b84c7ecc168d49eb44460f0406b5226863ed695158b2 1,082 1.00/1.00 vMB 16
736,147 736,147 000000000000000000010729da3dd3ba1c6a47f32a7c52124537deae131aff58 2,724 1.00/1.00 vMB 26
736,146 736,146 000000000000000000042f1a8a8c8fcb6b6d006d2440183ac6973e1656d81759 1,962 1.00/1.00 vMB 23
736,145 736,145 00000000000000000001785690fb1801ea62dd62941fa01018ff36942f55e816 2,615 1.00/1.00 vMB 31
736,144 736,144 0000000000000000000711eb87aa20eb58c8214abe86dd6e99fda613aabe60fd 2,608 1.00/1.00 vMB 25
736,143 736,143 000000000000000000035fdb0ece8a699d7bf620ea452ce933238335df0b3c82 1,494 1.00/1.00 vMB 21
736,142 736,142 00000000000000000003004c148e02bdf6b1eca7365a42aa4df54f8eef55807a 1,133 1.00/1.00 vMB 18
736,141 736,141 0000000000000000000573c951950e7f761bf70079cf3ae8eec9e6916e1bd0ce 1,119 1.00/1.00 vMB 20
736,140 736,140 00000000000000000000fc4e3aacc7f55c65ef0e09d9ec2e29a3bfc40c78489e 977 1.00/1.00 vMB 19
736,139 736,139 00000000000000000001be0a6e184000b0df4985aba9a2df2fe525266cd23f75 1,005 1.00/1.00 vMB 20
736,138 736,138 000000000000000000050533de43927b87f635a094f3df055a30ebf30c7f70ba 472 1.00/1.00 vMB 15
736,137 736,137 000000000000000000048adcf4db2239e3ef2d9b6619f94dbb78cd69b254a384 223 1.00/1.00 vMB 12
736,136 736,136 00000000000000000001d21c8f204a615f6e1e2e58578c3b9fe56038ed6dc36c 1,442 1.00/1.00 vMB 18
736,135 736,135 0000000000000000000687eb4a38d6a2bb2cf2d3a0078533086334a8b2e5b223 690 1.00/1.00 vMB 16
736,134 736,134 00000000000000000008d776faf25d979896b4fb71034a4e9e6f20221b195d7f 1,366 1.00/1.00 vMB 24
736,133 736,133 00000000000000000000d0b2851c7611e29178fa9e867c72fee1f3586fdd1bc7 2,161 1.00/1.00 vMB 29
736,132 736,132 00000000000000000008969d6d2ebd2aaa9ad73f5a868fcfc4cc5d6e1e1aa448 1,220 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.35 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: 661.73 GB
    • Received: 14.82 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.