Loading Tool

Explorer IconExplorer

Memory Pool

76,219 transactions
29.16 vMB
0.10449510 BTC
Random Selection Loading Transactions
Max Size: 172.37/200 MB

Candidate Block

Mining Attempt 8f054ac74a45631f33a5048336a88a3dff104ac6ea0adfd01b6cb06f7b9e6461
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 39a0c714845aae3c0923ce12eb4023a4f0d1d0c06dd64b9266c2f7ddabe31036
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,406
Size: 1.00 vMB
Total Fees: 0.04189869 BTC
Feerates: 201.37 > 4.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (323,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,310 591,310 00000000000000000007a4674eeaba85f8260cc0fc5991238ee439e3bc0c7075 1,888 1.00/1.00 vMB 18
591,309 591,309 00000000000000000006dc199e736bf932b15e494a3a7933b5ce6f7b10228863 3,065 1.00/1.00 vMB 44
591,308 591,308 0000000000000000000469f75d574cfa631f7b6dedbad30306416dc4dcfff1d5 2,084 0.62/1.00 vMB 13
591,307 591,307 0000000000000000000cb69b7d4e604b835e467ddf79fe6db98510a4b81e27cd 2,119 1.00/1.00 vMB 33
591,306 591,306 0000000000000000001ab333cb2a06ea4e2799761033f694be05e1d238de5c9e 690 0.20/1.00 vMB 24
591,305 591,305 0000000000000000000536d9b7d0f7cd897fbfe9a1038412b17ce5121df5824f 1,839 0.60/1.00 vMB 24
591,304 591,304 0000000000000000001abebcc594e1cd2d658d98ab4d040120bd2ec05583b577 1,940 0.72/1.00 vMB 10
591,303 591,303 0000000000000000000bf9b05a19289f26e2f1c38dd59dfcc2264d78d63d5c73 1,504 1.00/1.00 vMB 37
591,302 591,302 0000000000000000000e4d87b2da897938be1d8dbfc9ed3f0c638ee0fa7743b9 2,411 1.00/1.00 vMB 22
591,301 591,301 0000000000000000000cf6605fa39b1141f95901b694de7cfc8c5c61297eac91 2,191 1.00/1.00 vMB 28
591,300 591,300 000000000000000000164e955482234e50a5d01425f6ad421e7c254f54a990b9 604 0.24/1.00 vMB 25
591,299 591,299 000000000000000000182c582a21f660d07f4fd3ce435aefc5bf4081ca243102 1,947 0.97/1.00 vMB 14
591,298 591,298 0000000000000000000d12e53fae86f4042254cfac02c56d250ceb0e4708c86e 2,352 1.00/1.00 vMB 32
591,297 591,297 0000000000000000000fb083806d7261abf40dc9d829718f6b2af8f244a1940c 66 0.02/1.00 vMB 15
591,296 591,296 00000000000000000010cbb3d6b1020b327a4a65d03145467ab1cfe4efd9b634 1,801 0.67/1.00 vMB 15
591,295 591,295 0000000000000000000a9675dd6e3aa5f3aded52a659453eb5cb7b19c14f6239 1,385 1.00/1.00 vMB 4
591,294 591,294 00000000000000000006fc6492b998f7e748f4ac339d07a119d8505ad62d35dc 1,798 1.00/1.00 vMB 24
591,293 591,293 0000000000000000001668570272e77fc62caed965d3a10b4ccfc125a00b5f05 2,362 1.00/1.00 vMB 12
591,292 591,292 000000000000000000083c6969cfd094b6b97c269e6be79ef816b34ae085bdab 2,112 1.00/1.00 vMB 21
591,291 591,291 000000000000000000023188db62916ada4b8b1a7d741db6a94e2b05041e4953 2,137 1.00/1.00 vMB 18
591,290 591,290 000000000000000000152d3680b4367237740dff0b86a0f6ff5b252890cce8bc 2,167 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.91 GB
    • Received: 15.31 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.