Loading Tool

Explorer IconExplorer

Memory Pool

77,306 transactions
28.40 vMB
0.08105543 BTC
Random Selection Loading Transactions
Max Size: 173.13/200 MB

Candidate Block

Mining Attempt 3ab0d48a7265f763149b4fcf691edba6aaf7de1c81ca27af0308e1ae124a73ab
Version 20000000
Previous Block 0000000000000000000176c24bf8eb983450be5b9066556ca76917f73613153e
Merkle Root 7035d148875a74eac8d79b6fc3b81622de6fd9406b998f498e8df787df3e12a4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,604
Size: 1.00 vMB
Total Fees: 0.01765565 BTC
Feerates: 84.47 > 1.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,309 (533,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
381,959 381,959 00000000000000000fe7b0fe371adf8780e7d4119e4e82c1210b4f0a7443c579 1,580 0.75/1.00 vMB 51
381,958 381,958 000000000000000003c690c32c91002464a0109fb1bedc5a9f413ba4f6658391 2,046 1.00/1.00 vMB 35
381,957 381,957 000000000000000001b69d9c6b1f28c9cacf7f68f21a55ae08a7a8685b8eebe4 1,858 0.93/1.00 vMB 25
381,956 381,956 000000000000000006f11f5fb2d7523d098bbb217bd181dca9603a4d697ec6fa 1 0.00/1.00 vMB 0
381,955 381,955 00000000000000000dfa1778f31611c458a2acb9a4bcc996fd003c38a2b30715 2,031 0.75/1.00 vMB 51
381,954 381,954 00000000000000000d8d13a0393bee2068dde1f2732b6786e10d383847130845 1,634 0.99/1.00 vMB 24
381,953 381,953 00000000000000000247b0e7436a5169ac6f9087be0295d10b07bf0bcbd4c0cc 2,624 1.00/1.00 vMB 42
381,952 381,952 00000000000000000e061e65f20cd6d9223291e54078f0ec1474d90edd96bcac 2,123 0.75/1.00 vMB 56
381,951 381,951 000000000000000000c384cccaf21f9ea5486f97cdbf427c56010998b34be467 2,142 0.93/1.00 vMB 35
381,950 381,950 000000000000000001d8d4869f54e7cd3450ad2454f3c92e805a731b2e2468c2 1,542 0.75/1.00 vMB 32
381,949 381,949 00000000000000000f58ceea5fc6de48114d1e92b189b98d06d0ef2a8befedb2 921 0.75/1.00 vMB 16
381,948 381,948 00000000000000000bdb1a04b588a8b4bf24dae6fe433c958da833e0436a0062 1,403 1.00/1.00 vMB 19
381,947 381,947 000000000000000003b41031595bab1cd82dd2bbee0e5b050de3e80ce1769547 2,380 1.00/1.00 vMB 41
381,946 381,946 0000000000000000085b799651d368b7833302436a48ef480ef27059f4d6be7e 1 0.00/1.00 vMB 0
381,945 381,945 00000000000000000c0a6d78ffc275d204b1d266979cbe85a872d03b1ea6d047 3,105 1.00/1.00 vMB 49
381,944 381,944 000000000000000004594ac975f9f7c855fdf594f0e3487fcc4fd03865544e60 758 0.57/1.00 vMB 19
381,943 381,943 00000000000000000caee946598d89a2b0d04f0c1e82aafa23207c6fdf354ebf 1,231 0.66/1.00 vMB 27
381,942 381,942 0000000000000000007dc858d036ac6f30aa8350342931053d5b0b69da6851ac 2,288 1.00/1.00 vMB 167
381,941 381,941 00000000000000001098af47793a0094c310e089efcc81d0ef6dc6cc53b2c198 1,057 0.95/1.00 vMB 16
381,940 381,940 000000000000000000230f2e9d8c4ac4a414a92f53d671a133ed032ecf1873e1 997 1.00/1.00 vMB 12
381,939 381,939 000000000000000005246b2a5d7199bf9167673e64b103bdce8fe6b80af9e993 990 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.93 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: 714.58 GB
    • Received: 17.57 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.