Loading Tool

Explorer IconExplorer

Memory Pool

82,100 transactions
31.69 vMB
0.10576080 BTC
Random Selection Loading Transactions
Max Size: 191.44/200 MB

Candidate Block

Mining Attempt 4f87f65b67552d948c77393be7c5975cad8d0569ad51898284345dec57876c95
Version 20000000
Previous Block 00000000000000000000ed17108ada750c30ae44d6a032cae868ae55c67ad635
Merkle Root c6d74d76ae753d432120cdb1a5d3cb0c929f02cbce6707fc7af7afb1aefd74f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,543
Size: 1.00 vMB
Total Fees: 0.03312288 BTC
Feerates: 265.25 > 3.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,194 (403,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
511,760 511,760 00000000000000000040bfd3ea2181860fa18d45701a2eaec0f268d750a86cf1 358 1.00/1.00 vMB 7
511,759 511,759 0000000000000000000233dbbc8730018d04cbbd6b122f2d00d270dbf564b6f4 786 1.00/1.00 vMB 8
511,758 511,758 000000000000000000281a7c3c61a7f0a15913195d2782cf4b5eb75658a64552 1,875 1.00/1.00 vMB 51
511,757 511,757 000000000000000000359cf2affcf79fa18fb5abcdc428c092df1f27ddc46e30 1,013 1.00/1.00 vMB 8
511,756 511,756 000000000000000000581bc81f5e59baf40fd8b19bf5dc112b44154482da4e23 2,273 1.00/1.00 vMB 32
511,755 511,755 00000000000000000058ad0d0d6414ff34ea10bfc12105c4621b3300059b9733 2,609 1.00/1.00 vMB 74
511,754 511,754 00000000000000000022d874c01f14e336b008828490b4d28caad2a94d6f4060 2,411 1.00/1.00 vMB 36
511,753 511,753 00000000000000000038de5c5f65095840617929e0590fc9f84a72c21715a774 1,443 0.71/1.00 vMB 67
511,752 511,752 00000000000000000017e3d15341d6184ec8a88191d4b998e3f2ec70544889e3 376 1.00/1.00 vMB 4
511,751 511,751 000000000000000000204ff4b53b3fcf958afe87c686dcaf4567ec1de2b94803 1,652 0.72/1.00 vMB 55
511,750 511,750 000000000000000000225cc6bb5c9c127c7f3604a6da6650ba850c748b174fa7 408 0.20/1.00 vMB 58
511,749 511,749 0000000000000000001439a9ac60f03d6aa4e8de5db367eb64cdf429fb6bc083 340 1.00/1.00 vMB 4
511,748 511,748 0000000000000000003c3ab5342eea57e6bd5dfee966141c3823c219c8fec442 153 1.00/1.00 vMB 3
511,747 511,747 00000000000000000054e71035ba6ec1cdcc85ccf9bade4cdf8266e45dfb3cac 1,364 1.00/1.00 vMB 25
511,746 511,746 000000000000000000458dddb7746d5f9d496aa4b770cdedb9b17835844b2dc2 395 1.00/1.00 vMB 10
511,745 511,745 00000000000000000015d92a7c36435e786fee74d6b8e321094cc6d5c323c924 603 1.00/1.00 vMB 12
511,744 511,744 00000000000000000050bb076b8e8f53a112ca3dbf23fb2bf6f78f79a206d9e9 162 1.00/1.00 vMB 3
511,743 511,743 0000000000000000000334e5bae5f423909784e6bade35176dcf2723b9c9a9da 1,029 1.00/1.00 vMB 22
511,742 511,742 0000000000000000003914b8557233a8c0c3b81c391c588ab5cad0b7e56a1a9d 1,172 1.00/1.00 vMB 28
511,741 511,741 0000000000000000003e69dadae5eab62a2a6812a1a4b753cfb9b577853d31a0 1,683 1.00/1.00 vMB 33
511,740 511,740 0000000000000000004b04b3bc9e5766248f40b5b2a9fe19c38efae4a2239aaf 1,098 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.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: 707.59 GB
    • Received: 16.69 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.