Loading Tool

Explorer IconExplorer

Memory Pool

82,166 transactions
34.41 vMB
0.15007854 BTC
Random Selection Loading Transactions
Max Size: 196.09/200 MB

Candidate Block

Mining Attempt 3eb98b4e9123264c60b6a0b7b6f334f699083c5aadaa284e32a9d334aeb19052
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 65a08acf4af5c00ff006584611d1ffe2339c78ce3889a76fef0f3817e9ec3bb7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,482
Size: 1.00 vMB
Total Fees: 0.03553379 BTC
Feerates: 150.78 > 3.56 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (330,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,966 584,966 0000000000000000001399c7037c0cc442cc702759d5dfc22163d978a4967659 2,358 1.00/1.00 vMB 69
584,965 584,965 00000000000000000000e1c05154920fc914a3269f4107d23554535b126675f8 2,935 1.00/1.00 vMB 85
584,964 584,964 0000000000000000000412e03e4fd155328630cd68060c3fe3e3b296368bfbee 2,289 1.00/1.00 vMB 27
584,963 584,963 000000000000000000130ae1682e2c184961728594b6a009ebb1e3ca07d28e2b 3,247 1.00/1.00 vMB 44
584,962 584,962 0000000000000000001b5caed854a72c4ebdeb73c168e028940044d25ef3a31d 2,786 1.00/1.00 vMB 75
584,961 584,961 00000000000000000010c1be14810f2ede17617e36d9c799fd03516ad057e715 2,604 1.00/1.00 vMB 34
584,960 584,960 0000000000000000000149b9a413210c1f39a68e1e37b413d00af76c25770fca 3,107 1.00/1.00 vMB 77
584,959 584,959 0000000000000000001f07d3a2c29906d59f9c2823e1d8efb0856ceff1539c26 2,395 1.00/1.00 vMB 42
584,958 584,958 00000000000000000005cf26d2b8e758d2805374237f176b9a24472b96e8a768 2,510 1.00/1.00 vMB 58
584,957 584,957 0000000000000000001d88795468433c156fb3de5e510be68ade1443cf8a5d52 3,474 1.00/1.00 vMB 86
584,956 584,956 00000000000000000010256962022c6028d4e18c556cc48294623c58b6db825d 2,256 1.00/1.00 vMB 65
584,955 584,955 0000000000000000001679510681986f67409d9e27321eb706ed0b9f8f1f6f58 2,345 1.00/1.00 vMB 55
584,954 584,954 0000000000000000000092054b7f087ce82a98e3a22fd4295fdfc77fbc384c34 1,226 1.00/1.00 vMB 51
584,953 584,953 0000000000000000001e4ed4818821d0504719c5c3af53eebe6490001ea4d402 3,055 1.00/1.00 vMB 75
584,952 584,952 00000000000000000008677430ad4f174e53c3b2181341cf8e3bc0ebbc73dd02 1,673 1.00/1.00 vMB 59
584,951 584,951 0000000000000000001d69f9460a7bb648919ee068ed4dc027eeae1e913c6db4 595 1.00/1.00 vMB 46
584,950 584,950 0000000000000000000bea55c5ecf8b59e4fabb841db8e32550402bf6781df10 2,796 1.00/1.00 vMB 77
584,949 584,949 0000000000000000000e2a944f2bc3c119a434d3ab1a90e2cebc373f4b3cca2e 2,901 1.00/1.00 vMB 70
584,948 584,948 0000000000000000000bddb699aceba59c0203186572ef8503aa749fc5aea266 2,742 1.00/1.00 vMB 57
584,947 584,947 0000000000000000000714d24c80f601e09827376b6b210c940c04f5653c8b54 2,835 1.00/1.00 vMB 66
584,946 584,946 0000000000000000000a8d9b4731bd774b3e77577ebd057a8728204ebb5a6c6c 2,183 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 783.10 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: 728.22 GB
    • Received: 18.47 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.