Loading Tool

Explorer IconExplorer

Memory Pool

47,576 transactions
28.18 vMB
0.10589444 BTC
Random Selection Loading Transactions
Max Size: 148.33/200 MB

Candidate Block

Mining Attempt ea85739b58a3d3e244a8c8f270dddec451eb228d8598eab444c0d7dc992a3aed
Version 20000000
Previous Block 000000000000000000000daf054202e657483ffdca3c83fde776f6782404cc63
Merkle Root 6c8642a963a319b4ca6553ee5083072508bae70322da9d73379a0c836f81fc91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,220
Size: 1.00 vMB
Total Fees: 0.04379954 BTC
Feerates: 265.25 > 4.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,887 (393,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
521,824 521,824 0000000000000000002cd3ed883e7331d4cf64a1177bd30a4451e4006aefebaf 2,067 1.00/1.00 vMB 32
521,823 521,823 0000000000000000004336047e0475e7b5fdc6eb38a4a2d07616764ee7117c10 716 0.32/1.00 vMB 6
521,822 521,822 00000000000000000023503f1df7edf6a3f531770e86937aa7c222bc8dfe87d5 2,598 1.00/1.00 vMB 34
521,821 521,821 00000000000000000010d1dee7297ed01ab0fa3e11520d0d8928384334bd0f26 1,981 0.95/1.00 vMB 11
521,820 521,820 0000000000000000003476affea7961918eb2999c9cba086b3b7c01ac2e4201b 2,615 1.00/1.00 vMB 18
521,819 521,819 0000000000000000000f1c1e87b6f3eb7454a9e3026fd04ed87371da1dc04fa4 261 0.23/1.00 vMB 48
521,818 521,818 0000000000000000000cf0ead1da26a7c9403181440fca1396d1b8b7d7464d3f 2,384 1.00/1.00 vMB 20
521,817 521,817 0000000000000000000a678c7da100773e372051a87d00c3ac03e6c1dbfe2c2e 2,807 1.00/1.00 vMB 32
521,816 521,816 0000000000000000002d2743d7c43607a911b178af9f89c01f7ffdd1939bb88e 1,558 1.00/1.00 vMB 47
521,815 521,815 000000000000000000131bead00b5aa1601963c0b33700856e2f15802fbf14df 1,962 1.00/1.00 vMB 14
521,814 521,814 0000000000000000003f0c8bbc12a08444db26711516fcc7feb9b03c2b8f863d 1,731 1.00/1.00 vMB 18
521,813 521,813 0000000000000000000d55afb5c2fcf647dc29c7353f672e105fe342e5f165b8 2,721 1.00/1.00 vMB 49
521,812 521,812 0000000000000000001da7a8b570a2956dd341c602773e00b76b47d500f34a77 2,212 1.00/1.00 vMB 34
521,811 521,811 0000000000000000002164bef7c828c588a845e2d257dca892670d9b99b764e1 1,314 0.93/1.00 vMB 24
521,810 521,810 0000000000000000003319aa341a1e73347e3b8a38e3fe75c952c8c5ce9ff207 152 0.05/1.00 vMB 33
521,809 521,809 00000000000000000041b5bed0156c2029d0bdfb957d634e726ec724fae7efe2 261 0.11/1.00 vMB 34
521,808 521,808 0000000000000000001f65c4699adb58db38fcc83e5b6de7f72d3b8ea994c7fb 593 0.24/1.00 vMB 27
521,807 521,807 000000000000000000101e07470eb0dc09852c63a36c9c3860a8f1ec9496894b 39 0.02/1.00 vMB 15
521,806 521,806 00000000000000000036d47facf214193c90caa1578ec6645514889d482b487c 810 0.36/1.00 vMB 28
521,805 521,805 0000000000000000000e460b5d5294761364092f06a41ef10d5784f432b4d3c9 687 0.43/1.00 vMB 31
521,804 521,804 0000000000000000003f7e60d8d76db911e0f26848f295bd343568d3b8a4db37 2,474 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.19 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: 653.71 GB
    • Received: 14.03 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.