Loading Tool

Explorer IconExplorer

Memory Pool

78,979 transactions
29.62 vMB
0.07168647 BTC
Random Selection Loading Transactions
Max Size: 177.77/200 MB

Candidate Block

Mining Attempt 3decb901a60a30b30f658e93ac4a378cc5a0a1f2a3f3b19acc9282eb3687e141
Version 20000000
Previous Block 00000000000000000000187ee6189e7067e8587b66047a365b53e905d3f953f0
Merkle Root 4133e57813ef52365359b6f46cd414d206b7cf40267f7e4d251157c40d0e5efe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,959
Size: 1.00 vMB
Total Fees: 0.01148717 BTC
Feerates: 180.34 > 1.15 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,017 (63,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
851,158 851,158 00000000000000000000185aef121ccd99ed1d7f6598c7c5c5a1fe47aa7855e9 4,077 1.00/1.00 vMB 22
851,157 851,157 0000000000000000000133d1b9552845bfa6c6a5fecc0d1eccd8c333cc4f0378 6,421 1.00/1.00 vMB 16
851,156 851,156 000000000000000000003c4eb9f10ddf7d24261e7a41a47d1381937c83388175 5,919 1.00/1.00 vMB 17
851,155 851,155 00000000000000000000f14b799751a3b226dcb9753c58bc9e666363fcd98060 6,425 1.00/1.00 vMB 10
851,154 851,154 00000000000000000002040fe4372e9d9c0187b67acddcbb657224770530f461 6,488 1.00/1.00 vMB 11
851,153 851,153 000000000000000000007b7aac56f8e28eab117d8d0d0765c036be6ed969dc18 7,151 1.00/1.00 vMB 14
851,152 851,152 00000000000000000002e74c25811f12b7fb5fe300af1a87b76b4d596492ba61 7,095 1.00/1.00 vMB 15
851,151 851,151 00000000000000000001c1ee54d12b38fd941fd1ae57c51f33d163ebbff4b3a9 6,313 1.00/1.00 vMB 15
851,150 851,150 00000000000000000002980ae1de429eae93a5e04d57e4214943403564f734a0 6,802 1.00/1.00 vMB 8
851,149 851,149 00000000000000000002c3dac5be1712fc3d8c57b5d907d575dc19ff2453ac04 5,013 1.00/1.00 vMB 7
851,148 851,148 000000000000000000036eeda7a5bb1eb25660e9719e2126215171072a179c54 3,975 1.00/1.00 vMB 8
851,147 851,147 00000000000000000001f52dd295ab3f72c6f12427fdd7b234d77083bc07e11c 3,047 1.00/1.00 vMB 11
851,146 851,146 000000000000000000019a9b498a0a254d6c018edc0ac3d45edadc60c3a18343 2,055 1.00/1.00 vMB 9
851,145 851,145 000000000000000000010e80cf4c7084d36bfa7fe3c5f1e8776e7c99c35641c9 2,479 1.00/1.00 vMB 7
851,144 851,144 00000000000000000002ef2ef28227f42a5cdb9e80d86b65af655880771222db 193 1.00/1.00 vMB 5
851,143 851,143 0000000000000000000215e33c9527ccf19df828da09e6246e815babe16b0e97 3,705 1.00/1.00 vMB 9
851,142 851,142 00000000000000000002882db9381360fe76c70ba554c01810f891d57afa0b2a 2,984 1.00/1.00 vMB 11
851,141 851,141 000000000000000000032982d837df293806aaf8e2e78426ee64d50e361641d2 1,626 1.00/1.00 vMB 7
851,140 851,140 0000000000000000000017e978fe80b2c1efd8bc06ceff45179fd5731bd8d28a 1,890 1.00/1.00 vMB 6
851,139 851,139 00000000000000000002a34b0578c14b1bece5563d5ad0ee08c5b5380d452454 3,569 1.00/1.00 vMB 12
851,138 851,138 0000000000000000000179917bf979b7ab3dabf72d1eb952a7f19b6b1ee14745 4,384 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.43 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: 665.48 GB
    • Received: 15.15 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.