Loading Tool

Explorer IconExplorer

Memory Pool

62,529 transactions
20.54 vMB
0.05088783 BTC
Random Selection Loading Transactions
Max Size: 130.74/200 MB

Candidate Block

Mining Attempt b1c4508ab935ddb0852736a55e1a2b32cb9583d81ac6e9f91e6330c062f9e3c7
Version 20000000
Previous Block 00000000000000000001d4de7de8049111c10bcfda8c0c2a67a4b3c06ee3fdf1
Merkle Root ce4c7eb1a23f800ffe87c70b67d5176a521c494e46ddf291508b8067d0a15df1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,297
Size: 1.00 vMB
Total Fees: 0.00344604 BTC
Feerates: 40.21 > 0.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,674 (807,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,680 107,680 00000000000193363e24975d8a38c7d9999693104f91f3ad157f77f17cd87309 13 0.00/1.00 vMB 276
107,679 107,679 0000000000005b9db107c06bf781d93361f44d5c1cb2b47f570f67c847a5a64e 4 0.00/1.00 vMB 0
107,678 107,678 000000000000eebe5787f879b9aff4aef4d7a80b81b9fb4f3188962617a129d6 3 0.00/1.00 vMB 0
107,677 107,677 00000000000086d4d8d34732d5c08ef96d49b4a7a35c0cef6e27c4d20e44dcbd 10 0.00/1.00 vMB 0
107,676 107,676 0000000000009f27a925a8ec199ed852aef2f1c6bbf5e412b580070400addf9c 12 0.00/1.00 vMB 0
107,675 107,675 0000000000002d3ce2762a1eccc5f3a954b09e24210d1970b0dfaa801670f03a 10 0.00/1.00 vMB 0
107,674 107,674 00000000000247f373aed65cc5eaf1119f9e8990dab889687b3382a9d3ee3561 12 0.00/1.00 vMB 0
107,673 107,673 0000000000009df49a8fe355346661f909b76c745dd402bb61245d35ed2aeb9a 2 0.00/1.00 vMB 0
107,672 107,672 0000000000010371dce6947952e22a5b680f05d8ee200dd8f975b440a9e338a7 5 0.00/1.00 vMB 0
107,671 107,671 000000000002616c11859d2f2f7fc1ef3bd1aa7ca1cb6b59730ae8df032ea929 1 0.00/1.00 vMB 0
107,670 107,670 00000000000209ed00eae8b3bacc6f38b1ccedce15cbd59f52cb012c9f521564 6 0.00/1.00 vMB 0
107,669 107,669 0000000000015aedddf84c77db833f01e245c3c269cc975d90fc1c6142eef159 9 0.00/1.00 vMB 0
107,668 107,668 00000000000051f528f280a6f1bccbb817646f247ef85d9e3398681293ce35ae 3 0.00/1.00 vMB 0
107,667 107,667 000000000000c667115005b7069e31bec63ddbde8dbe5edb859dc9d228302c55 2 0.00/1.00 vMB 0
107,666 107,666 0000000000001579dc4cb44610d06f2937425417da096763fdbf1098f78f9340 4 0.00/1.00 vMB 0
107,665 107,665 0000000000023ca1339f47124d2f01b4d252e88dacfe488c02134dd185be31f6 7 0.00/1.00 vMB 0
107,664 107,664 000000000001427eb8594f6eb5dc308c8ef7292d75cbf287add5202e3e84aa90 8 0.00/1.00 vMB 0
107,663 107,663 000000000001eb2bace2f54ea3afa5b01685c2d6c8b5bd69681911d84dab4cd7 12 0.00/1.00 vMB 0
107,662 107,662 000000000000addcf6d7712d8df28cf5000b7f95fd4871311e7105e7039caaa5 12 0.00/1.00 vMB 0
107,661 107,661 00000000000261d8125eb67a224fa12400b3d3dfe02674d6b48f79a6c3fd8c57 12 0.00/1.00 vMB 0
107,660 107,660 0000000000024311305482b6bbbbe6121ccb1b0f184021a8baa9fc5238bf0d65 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.55 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: 774.20 GB
    • Received: 20.65 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.