Loading Tool

Explorer IconExplorer

Memory Pool

42,708 transactions
26.84 vMB
0.06670857 BTC
Random Selection Loading Transactions
Max Size: 140.94/200 MB

Candidate Block

Mining Attempt e50e0b7d6ab19c4a0a5a69747330cb068f038e21b7d700df513ba1bb4cc148b7
Version 20000000
Previous Block 00000000000000000001c29ba26020ab8fee0b13c11f761cf92eaeb9c92dd03d
Merkle Root 9745b0f50f9e1797a5a65d3460cd74445f8f7fca5ece48f6d42e97b973b8ca37
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,826
Size: 1.00 vMB
Total Fees: 0.01695825 BTC
Feerates: 181.54 > 1.70 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,932 (426,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,319 488,319 000000000000000000998544283b4fdda7ab2da236045591e538e198784a1c96 2,086 0.95/1.00 vMB 135
488,318 488,318 0000000000000000006cf031943b356ee055b732c30e58b4b9ee3e49035b1427 2,671 1.00/1.00 vMB 170
488,317 488,317 000000000000000000d6e0743417dc2e957aa0ddd0ae396ec1e6eff6448375ac 1 0.00/1.00 vMB 0
488,316 488,316 0000000000000000000a0637e3a9292e6d36242e4f148a72041d61ba0e36fc7a 2,321 1.00/1.00 vMB 260
488,315 488,315 0000000000000000008521da6366aaef4b60a6a50b529b7711d4582ff49e7b33 1,871 1.00/1.00 vMB 127
488,314 488,314 00000000000000000085688616a6cf04b002dc5fa621efdabe4b1891592a7185 2,859 1.00/1.00 vMB 228
488,313 488,313 000000000000000000f75a7ec58cc37e1c2fe997de86f05fc4414af8720046b2 2,845 0.97/1.00 vMB 220
488,312 488,312 000000000000000000b7b1023bc4b448b2630ddae8cbc856ce212e20cea22c6f 1,186 0.98/1.00 vMB 147
488,311 488,311 000000000000000000d614751df5ad64514672179a2c4d67d9f4d4bf903f0507 1,506 1.00/1.00 vMB 145
488,310 488,310 000000000000000000c9409cc3d12479b5ab07d1542f8123add23279b48e8b88 1,686 1.00/1.00 vMB 129
488,309 488,309 000000000000000000c02d136fb5ebd54cc1119d48fc0a1ed357d34038e89a3d 2,599 1.00/1.00 vMB 169
488,308 488,308 00000000000000000039cd6466748f2a84cf0078f1b7dfe9b54a198926de4b75 1,507 1.00/1.00 vMB 145
488,307 488,307 000000000000000000f739a551e25d5d29194d692e7bc1579ffd82d4f88e1904 2,566 1.00/1.00 vMB 160
488,306 488,306 00000000000000000010765e4063d1439c9633d717f265f98c5deddfb2ed8f79 2,495 1.00/1.00 vMB 150
488,305 488,305 00000000000000000005bc98386aa0069faac17ab503b7c7c6393731031e67d3 2,397 1.00/1.00 vMB 139
488,304 488,304 00000000000000000052c8677ce9d429a20e6e61216270ad4b664e2af14378b2 2,515 1.00/1.00 vMB 181
488,303 488,303 0000000000000000008bd509276a52970fb7f21dd8201bd89e3f4c6eea3b0e9f 2,596 1.00/1.00 vMB 111
488,302 488,302 000000000000000000c3886f6da5c8026402dd2998ac7951986468267ed229db 2,235 0.98/1.00 vMB 112
488,301 488,301 000000000000000000e634e60504334a44fdd1598e856b7dc639fda4be9a5ab7 2,429 1.00/1.00 vMB 101
488,300 488,300 0000000000000000003b9154d38f27c05501921b5c3fb9b7c3f502c4100294f3 2,445 1.00/1.00 vMB 123
488,299 488,299 000000000000000000b8cdad4583501b4049cdeb9695731222b56f22f2dbe110 2,473 1.00/1.00 vMB 150
Previous 10 blocks ↓
Total Size: 782.27 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: 656.01 GB
    • Received: 14.37 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.