Loading Tool

Explorer IconExplorer

Memory Pool

32,115 transactions
17.11 vMB
0.04945348 BTC
Random Selection Loading Transactions
Max Size: 92.96/200 MB

Candidate Block

Mining Attempt 0bfd947c778a0cc8c5d154d7f1e4ce58c5cee0f91cdf9979be2aaf4475574686
Version 20000000
Previous Block 000000000000000000017967d0167f186a77efdfb47ccb18526952a184d50e35
Merkle Root 2e227c7dbcda90ebbe5808e35c9a13332832a23eafcb68660cb1f49f19de4170
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,076
Size: 1.00 vMB
Total Fees: 0.01750947 BTC
Feerates: 120.00 > 1.75 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,160 (5,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
908,920 908,920 00000000000000000000368244c96e8f08d52d639dd18ffb05e27134ba435f33 2,112 1.00/1.00 vMB 4
908,919 908,919 00000000000000000000f5a8b15d8f5074bef1149208314bc5cba6f987b11984 1,708 1.00/1.00 vMB 4
908,918 908,918 0000000000000000000152780b313c5478dc67dc476ca2d31a4c9431de14f1ec 3,890 1.00/1.00 vMB 6
908,917 908,917 00000000000000000001b22dcbd7a5c47abf666b90e37bdef81b165c5bdc4399 4,353 1.00/1.00 vMB 8
908,916 908,916 0000000000000000000151da49f8b766c02fa81e9dbf6d060eac9d8f76e4346b 3,824 1.00/1.00 vMB 3
908,915 908,915 00000000000000000001b0aa11e6b1b8f0edf27583a3b0a8ade9fa7f20e5b626 3,113 1.00/1.00 vMB 4
908,914 908,914 00000000000000000001574db3fd68c354d9308ea2e80c0c87e314c2c90878bb 4,620 1.00/1.00 vMB 6
908,913 908,913 000000000000000000003ac12886c32393655db1c1fa11345959895ccf5ff22f 4,209 1.00/1.00 vMB 9
908,912 908,912 0000000000000000000189d782f74c2041b51d88723f52b39ca8004cbc2296c5 4,620 1.00/1.00 vMB 9
908,911 908,911 000000000000000000002dca908f9fe5d938736b6bc82a7bf472326ef4aa8e3e 4,593 1.00/1.00 vMB 8
908,910 908,910 00000000000000000000b0583d5fdd3f9cff3ba6ae46b55290280e9ef36f8fdf 4,745 1.00/1.00 vMB 8
908,909 908,909 00000000000000000001865ac9ccb3576f37a9c28e985b456df54a0f496b492e 4,945 1.00/1.00 vMB 7
908,908 908,908 00000000000000000000ff98866fbd25280c4b3e8ed087891e52342e52bccd5a 4,870 1.00/1.00 vMB 8
908,907 908,907 00000000000000000000dd179f6c7efd9996fdc28757ba02dbd14f431bec4b7c 4,759 1.00/1.00 vMB 12
908,906 908,906 00000000000000000001ad78beb95076a242aefc85e9d80d1e5d1a4aa5759e54 4,310 1.00/1.00 vMB 9
908,905 908,905 00000000000000000001befe232d8cdd34655457993f53a49e463b2574971524 4,604 1.00/1.00 vMB 11
908,904 908,904 0000000000000000000038cf2145524bf40c41ef62232670c5b4683daf31aaf1 4,625 1.00/1.00 vMB 14
908,903 908,903 00000000000000000000327c96e4b31b38e129609ec3a44fa6cb8fe464bdf2ad 4,681 1.00/1.00 vMB 10
908,902 908,902 00000000000000000000d44ebd11154090bded5000df4f9f672bfc7d46982ea4 4,805 1.00/1.00 vMB 14
908,901 908,901 00000000000000000001180e90935c15e110cd3959193ef08c679044bcacfbfb 4,476 1.00/1.00 vMB 6
908,900 908,900 000000000000000000000ad335bc516498a14b164647e2eb4847e76d3b14b472 4,776 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 780.88 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 564.51 GB
    • Received: 7.62 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.