Loading Tool

Explorer IconExplorer

Memory Pool

79,081 transactions
29.18 vMB
0.08577002 BTC
Random Selection Loading Transactions
Max Size: 176.82/200 MB

Candidate Block

Mining Attempt d1d93634f07d756c4fcd53e93f29df8139e8bce100058554941fe14b78d0424b
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 2b8cc6cc2ee6f72e18ecf73711339024d910743263c34e34a241b5dad2b56f3c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,319
Size: 1.00 vMB
Total Fees: 0.02460303 BTC
Feerates: 146.36 > 2.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (328,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,986 586,986 000000000000000000183cdf95f40ab6f938acb7a8f89add64929638f7771056 1,065 0.47/1.00 vMB 11
586,985 586,985 0000000000000000000bd29e6298829ba67c5e9c8e559d1d8032bce109a8b5d4 2,258 1.00/1.00 vMB 27
586,984 586,984 000000000000000000084f9ee881c2c61f2e2fa6a256c9f8b0a278924073e592 2,719 1.00/1.00 vMB 43
586,983 586,983 000000000000000000060cbd7bd5793e8eafee39fefad67a114bb5d77e39b27f 2,239 1.00/1.00 vMB 8
586,982 586,982 00000000000000000018cfc100db65f394af7b44c9f58a25fce7833aa6f8e4c6 2,554 1.00/1.00 vMB 41
586,981 586,981 000000000000000000048b0df41ee7f3e66edfcd5535c440b08ee83f9eaff84a 2,516 1.00/1.00 vMB 44
586,980 586,980 0000000000000000000866d76e43bae9e73f8645b0d6ceef24d66cdc4eb53ce3 1,301 1.00/1.00 vMB 58
586,979 586,979 0000000000000000000ab54e1ad406e9e0737708650b79d7acca60bf7a90fcf1 2,873 1.00/1.00 vMB 70
586,978 586,978 0000000000000000001869c57b45c69a29711b85b163abc75665652518fedb4c 2,162 1.00/1.00 vMB 29
586,977 586,977 000000000000000000157d851c6290175ee5b0b01faba1701922d37d58636179 2,631 1.00/1.00 vMB 40
586,976 586,976 00000000000000000002af9efbce2ea4601711a893b514464d9b9207fd26e7f0 2,866 1.00/1.00 vMB 47
586,975 586,975 000000000000000000088a8d44caa7492a689a1d483b989a8436af7819795b09 1,559 1.00/1.00 vMB 21
586,974 586,974 0000000000000000001a6d5d329d28e4cb592eb486e99f0ec7a38c02ca974535 1,204 1.00/1.00 vMB 16
586,973 586,973 00000000000000000007df4d669469f9c4640536678484422c6e7bb0208022cd 2,802 1.00/1.00 vMB 49
586,972 586,972 0000000000000000001d9914d99c5d7f6a70bd324e56610bf4e11015f3270f79 930 1.00/1.00 vMB 11
586,971 586,971 000000000000000000028bb3842ca4a3e15156e38c9d2f159d1d23e26dc00b46 2,201 1.00/1.00 vMB 32
586,970 586,970 0000000000000000000ff541e9c349a2449d971fd4703d2fd3c536a6fce4843b 2,429 1.00/1.00 vMB 27
586,969 586,969 000000000000000000084479c400cf4ffe0d7567b84921e749d1bb0be97776ec 2,764 1.00/1.00 vMB 47
586,968 586,968 00000000000000000001463efa25b20fac56b5f41b81552dcd5241acfef92be7 2,378 1.00/1.00 vMB 49
586,967 586,967 00000000000000000008142980b03cdf87d839838d2122bb71a82c3ecfaf0980 2,597 1.00/1.00 vMB 42
586,966 586,966 0000000000000000000da5d9a55a8b6556afb527e6eeef785b5401b4a24ab494 2,726 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.58 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: 671.25 GB
    • Received: 15.89 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.