Loading Tool

Explorer IconExplorer

Memory Pool

78,670 transactions
28.89 vMB
0.11092088 BTC
Random Selection Loading Transactions
Max Size: 175.37/200 MB

Candidate Block

Mining Attempt a6812dd9261fcbebb66a2a6a383f3085630eb3de8902ddfb083b2c43386f878a
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 53a9dae39bddb32897a5871a33bfadbaba9aeb6151cdb1cffddb7762e00a64bf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,199
Size: 1.00 vMB
Total Fees: 0.03954133 BTC
Feerates: 602.26 > 3.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (533,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
381,968 381,968 00000000000000000ac2ff0d9e1378c8b8fd921076bde3a20ca474df32337409 2,287 0.75/1.00 vMB 50
381,967 381,967 000000000000000010a206ec0cb986f19a41c29366292edb9d72daefd3ffe4c7 875 0.93/1.00 vMB 12
381,966 381,966 00000000000000000170eebf65c53ceaffd71a769a52ca58e9c033b03ad748b3 1,135 0.95/1.00 vMB 24
381,965 381,965 00000000000000000dc2891fc88d2b81c4fae06991f09a05478ab7ce8e05830e 1,317 0.75/1.00 vMB 34
381,964 381,964 00000000000000000003fa84241fc4a6efdedff0c54fb5aa4a9e7427e3988c2b 549 0.75/1.00 vMB 14
381,963 381,963 000000000000000002b2eda755f944a0ff6032f116444bf65a585c4844376d0f 2,254 1.00/1.00 vMB 36
381,962 381,962 00000000000000000601848f7eb277d351865eeddfdb1b6f562d92dc89a5177e 697 0.93/1.00 vMB 19
381,961 381,961 0000000000000000015ee4d5cbde5c020c79992cb5014e4eff19b2f8ab827366 1,361 0.95/1.00 vMB 20
381,960 381,960 00000000000000000c51c5ebef3a496ba33f8845ad175a3b2caad36b4b0100ef 2,139 0.95/1.00 vMB 42
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
Previous 10 blocks ↓
Total Size: 782.92 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.40 GB
    • Received: 17.53 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.