Loading Tool

Explorer IconExplorer

Memory Pool

41,097 transactions
20.03 vMB
0.06114462 BTC
Random Selection Loading Transactions
Max Size: 111.65/200 MB

Candidate Block

Mining Attempt 615805190fdd52face9c0ee9bcc8448e56c1d3f890817f3eaaf27c3b8370fbfc
Version 20000000
Previous Block 00000000000000000000ea084d8a6bfd9b36619151e0eb6e8789650fb6c7d699
Merkle Root 6a9af49a71cd5d76db89455f79c3bf6977fbe83f5eb13a0a302bb02fe8a093a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,513
Size: 1.00 vMB
Total Fees: 0.02181658 BTC
Feerates: 196.04 > 2.19 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,075 (643,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
270,507 270,507 00000000000000027eaeeb7e877711817e3e36f134475abe9c21149e92ab7999 390 0.50/1.00 vMB 16
270,506 270,506 000000000000000142f939124a8aaff68644cd8fda794982b8d4c68d8dafae61 456 0.25/1.00 vMB 37
270,505 270,505 0000000000000003758152b8342e6696ae17afdd3ae07b4594f6bdf9649b7907 694 0.25/1.00 vMB 74
270,504 270,504 0000000000000005f4c3f92aba358fdbb38f643cdfb3ecf389dbbe84d30f51a2 744 0.25/1.00 vMB 130
270,503 270,503 0000000000000002398d594bdebe05f33c0c848a4479a160e0f405ce70ee67b7 35 0.04/1.00 vMB 33
270,502 270,502 0000000000000006f4b7d17d57faa8844f63f8beb91429f4a94bcb1d1be014cc 672 0.50/1.00 vMB 36
270,501 270,501 0000000000000004205908712f580fea034251412accc8dd7e025bb832cbc596 675 0.25/1.00 vMB 71
270,500 270,500 0000000000000003992393172ca43ef3f566bd68c4437e79d02326444c4a72a1 776 0.37/1.00 vMB 41
270,499 270,499 00000000000000060cc19d549536927d0b775028c9c50a5b7d2704de643a0867 1,147 0.50/1.00 vMB 50
270,498 270,498 0000000000000003d0c7865f42190b18299c49b9394b70a77859f3939ccfaf1e 797 0.25/1.00 vMB 154
270,497 270,497 00000000000000048ef64be0e701f1560c4b83c254495978c71aa6044c631013 651 0.25/1.00 vMB 83
270,496 270,496 0000000000000003bab9cbdd26adabf4c1c4d5ad6d5af01c73d016c37bb49e65 885 0.50/1.00 vMB 66
270,495 270,495 00000000000000031989088e4f5fe9f2bee83dfd5e2f1ec529f9c1ef80356b2c 1,005 0.50/1.00 vMB 39
270,494 270,494 000000000000000192a7a2ff74b449ec8235882b142495e5f5546f80de47d2d7 675 0.25/1.00 vMB 74
270,493 270,493 0000000000000006edf69d61f79810ddfadb8ffff3b105f0b95f27cfb1625e83 789 0.25/1.00 vMB 103
270,492 270,492 0000000000000006f886b46fa277cc3b6ec6a1abb7069086d6f3cfb6313ae40c 452 0.25/1.00 vMB 157
270,491 270,491 000000000000000146766eba413f07a9137e859af6528f126c3009cb1b52fa48 414 0.20/1.00 vMB 58
270,490 270,490 0000000000000004d11d98a9ce06da3f111943b78b0afd44fd7801e1fde24fdc 483 0.23/1.00 vMB 48
270,489 270,489 000000000000000574fd47dbfbb6d53355f983be9f5ecc3db481e3fc5d097b28 1,048 0.50/1.00 vMB 48
270,488 270,488 0000000000000000669d2a0708a67848442261ceb6b625a51494a9351eae53f2 894 0.39/1.00 vMB 41
270,487 270,487 0000000000000000bbc89d29a3ed5fb00d7e898479cccc37eb7f0adaf0fe2c49 494 0.20/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 780.73 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: 555.60 GB
    • Received: 6.91 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.