Loading Tool

Explorer IconExplorer

Memory Pool

24,931 transactions
26.93 vMB
0.05617118 BTC
Random Selection Loading Transactions
Max Size: 128.32/200 MB

Candidate Block

Mining Attempt 8b1f942a893e053f6f987a9a246c475f473d1ebb83340552d28a3818b944dca5
Version 20000000
Previous Block 000000000000000000008bb1e440ff81db36f781b06f2649023c6f896da5e43e
Merkle Root 0f0da0edb5ff41db705b54c118b9b5b932211e2afe00b7ae959a119b10d3434a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 731
Size: 1.00 vMB
Total Fees: 0.00548516 BTC
Feerates: 150.93 > 0.55 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,480 (351,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,785 562,785 000000000000000000297b218e55e5a6e8d366c33021a957103d98e2d5bdb80f 2,640 1.00/1.00 vMB 20
562,784 562,784 0000000000000000002abccb9ec932018f845f9b14666040d7bbe3d11a686a8d 2,367 1.00/1.00 vMB 19
562,783 562,783 0000000000000000001bb49c7ab6a98f85faca51b7e32a9871caa1de79b83236 2,044 1.00/1.00 vMB 28
562,782 562,782 000000000000000000117f6c893914ee28367a1e6b96f3050000a5690bc99eb6 2,493 1.00/1.00 vMB 35
562,781 562,781 0000000000000000001bd41103acdf72195f67a97f5ada6813b741a50b333d1b 2,723 1.00/1.00 vMB 34
562,780 562,780 00000000000000000001835bd276e6b31b298861c9ab4e3283d522240603ac8b 3,032 1.00/1.00 vMB 35
562,779 562,779 000000000000000000062e6d6082b8701b46949891766dd3679447f86a8614f6 1,562 1.00/1.00 vMB 34
562,778 562,778 00000000000000000009af49ee725f4b523cc57a808432727d00684914f2f993 2,577 1.00/1.00 vMB 34
562,777 562,777 00000000000000000001ebc6f82b6559686c6d6b5023483bc1398a4eb8c8db79 3,054 1.00/1.00 vMB 63
562,776 562,776 000000000000000000122b048275963f9232ba1ddc5bf09f5497ac5b81e7ccbd 545 0.40/1.00 vMB 6
562,775 562,775 00000000000000000007b8ddc5d724ae4411737671aa5d967bce8a8d635f1d3a 2,472 1.00/1.00 vMB 15
562,774 562,774 0000000000000000000739c4fa046e1547fa3b7c0cb5674fe1a34b6321a85267 2,654 1.00/1.00 vMB 32
562,773 562,773 000000000000000000050a4ca2b8e72eb7188524e6f58fee0ad1148c0c0ba192 2,244 1.00/1.00 vMB 30
562,772 562,772 00000000000000000014fccf1feb0a1c361c3f2d30b9a1f3a39a3ef1ee2a5c4f 2,940 1.00/1.00 vMB 36
562,771 562,771 0000000000000000001ec9b55060ca0d48f323a6c0177978354cb8586cf5a469 2,951 1.00/1.00 vMB 21
562,770 562,770 0000000000000000002ac18690190356faef4e68df58223c797462c001229f24 3,421 1.00/1.00 vMB 17
562,769 562,769 0000000000000000000b26c38ca152af93de83f06458d74b8d75ecac82f8afc5 2,745 1.00/1.00 vMB 31
562,768 562,768 000000000000000000161a8f48bf05459269af2cce12395f6ac4491eed58c0b5 2,902 1.00/1.00 vMB 25
562,767 562,767 0000000000000000000fbad9c73b28d8a0dfc3c4badc1ba9bb4033d10040d85b 2,477 1.00/1.00 vMB 25
562,766 562,766 0000000000000000000881c735349060908f87af8b395a94c892a6c97054bae2 2,789 1.00/1.00 vMB 38
562,765 562,765 000000000000000000231e994390d405bf6e4f1b66f34d228f8aca651069ee70 2,219 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.03 GB
    • Received: 10.78 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.