Loading Tool

Explorer IconExplorer

Memory Pool

41,785 transactions
26.83 vMB
0.06134936 BTC
Random Selection Loading Transactions
Max Size: 140.57/200 MB

Candidate Block

Mining Attempt 48b7c72e8817aefa7adb00bce63bffe125ae0d18401d8c3b13e7cb6ed2f1fa1c
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 67b68aa51c07c9b3f86dad289467b747a024a302da0b7ac2dcc4314dd5e1b98f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,157
Size: 1.00 vMB
Total Fees: 0.01169508 BTC
Feerates: 60.14 > 1.17 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (128,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
786,592 786,592 0000000000000000000103187c61efea270b9b527ac1d04d2141691a303aa63a 1,998 1.00/1.00 vMB 14
786,591 786,591 000000000000000000054f98cb7d450451ae8926a8da78c74b7658d49565ba37 1,515 1.00/1.00 vMB 16
786,590 786,590 00000000000000000004b921015d8c9ad27b2d94eef6337bcf4d8e3de4e88c24 1,989 1.00/1.00 vMB 23
786,589 786,589 000000000000000000002d75ef8ddb5e7396eed531acaaecc504b37d34871845 3,187 1.00/1.00 vMB 9
786,588 786,588 0000000000000000000206f88608fad8c76cd5249541e35104b2becc93fc88d7 3,019 1.00/1.00 vMB 13
786,587 786,587 00000000000000000003b275445d63f1b276d04800fcfb0e99a96eef7d5268bd 3,085 1.00/1.00 vMB 19
786,586 786,586 000000000000000000029b35492e1474e4dfa18fd4c06341a01571ef89266b7c 3,853 1.00/1.00 vMB 13
786,585 786,585 0000000000000000000210089e7a6ef12cf3611bbbc5bb3e3eab5f167a338bb2 3,432 1.00/1.00 vMB 13
786,584 786,584 00000000000000000004f51bbe8c4ac3edb49cedd695f390b816eca9e61c2c37 2,795 1.00/1.00 vMB 3
786,583 786,583 000000000000000000024256567d65bc178eaf22d78938ad5a762602fd003281 3,909 1.00/1.00 vMB 7
786,582 786,582 000000000000000000022038824d2326c8af47e69db11aecb0e860649f605d1a 2,715 1.00/1.00 vMB 2
786,581 786,581 000000000000000000023ecc077c2fd871e3d36fe0af2477df74fcd911d35855 2,177 1.00/1.00 vMB 10
786,580 786,580 000000000000000000013011a64d663df4f7e9b7b79851fbf9b787c570a0ab7c 3,167 1.00/1.00 vMB 19
786,579 786,579 00000000000000000002d8410371a967674f2f6dd83847647fdf6d200b43ed7d 2,189 1.00/1.00 vMB 27
786,578 786,578 00000000000000000003ce858ece1a3ff5fd655b0e036495ea4d2a40887a2f04 3,466 1.00/1.00 vMB 17
786,577 786,577 0000000000000000000159556f9aa06e41204e142b5759f39febf0ef929f9e51 4,407 1.00/1.00 vMB 9
786,576 786,576 000000000000000000055cb355f5f4f0ec206a5448f0cedf7464ea97b419e5d3 4,154 1.00/1.00 vMB 9
786,575 786,575 0000000000000000000045798897be36139841b389700ec355655448762bd3ce 1,915 1.00/1.00 vMB 4
786,574 786,574 000000000000000000053707804b48bdfd310f404f1c717a1ce25d6e2af6d886 3,354 1.00/1.00 vMB 4
786,573 786,573 0000000000000000000410af6eef8abf715c47cad6ff2586ab5c6d7220869163 3,513 1.00/1.00 vMB 16
786,572 786,572 000000000000000000001fe4dce4e518a18196594f1e2666d098a2ed8dccb4be 3,437 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.23 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: 655.02 GB
    • Received: 14.23 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.