Loading Tool

Explorer IconExplorer

Memory Pool

78,383 transactions
34.58 vMB
0.16507290 BTC
Random Selection Loading Transactions
Max Size: 192.19/200 MB

Candidate Block

Mining Attempt dcc7bea40e9959ca2c5e4de4964a9c310a9fb0bd36d3a0e507c74dd92d933d3a
Version 20000000
Previous Block 00000000000000000001b3adfdc6c5691439ea95a4ea84dbe47417874bd4e5b8
Merkle Root 426726369318a4733d3fd7b7896cf15439600b46fdf5afc0c6bf3a575aeef2ff
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,973
Size: 1.00 vMB
Total Fees: 0.03841291 BTC
Feerates: 445.78 > 3.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,418 (45,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
870,229 870,229 00000000000000000001fff9eaf2d4d3877bd094de99cc9c1d354580fdd9389a 6,599 1.00/1.00 vMB 31
870,228 870,228 000000000000000000016418f1ab83b5f2c50fbeff6ae3a1ca64db1b2b65f50e 4,439 1.00/1.00 vMB 25
870,227 870,227 0000000000000000000104e8213fd235d7e499c9c2c82c826c0b1c8ebba3760a 6,289 1.00/1.00 vMB 31
870,226 870,226 00000000000000000000abca5356ecb8203a439c51e4252942fa15a2cf665359 6,068 1.00/1.00 vMB 20
870,225 870,225 00000000000000000001b67d71be1ba3682ae289d80b89df51197467797c8378 4,413 1.00/1.00 vMB 21
870,224 870,224 000000000000000000001537496746857d4d7dc5c149a00f969817de727de98e 5,571 1.00/1.00 vMB 12
870,223 870,223 00000000000000000001a6879f2c6ff5240bcab0fca68f4b10d7fad1d75d2b88 6,001 1.00/1.00 vMB 15
870,222 870,222 000000000000000000026fff408019e244fcfd5e423b4d7ad5f3d92b4280e5da 5,201 1.00/1.00 vMB 19
870,221 870,221 000000000000000000017bf745c4e750eddc72c21b1237097cde135ffbb13fb0 6,421 1.00/1.00 vMB 18
870,220 870,220 000000000000000000028c3e6b48bc4aa61442ce974ae71206d8f487e39f724c 4,647 1.00/1.00 vMB 19
870,219 870,219 00000000000000000000df8148be694baa0943f0f8a44f4162b0d1e8d4ab7e88 5,259 1.00/1.00 vMB 19
870,218 870,218 00000000000000000001b7f93ff47c42aec7e9ddef012ca3773c621770cc51d4 3,711 1.00/1.00 vMB 14
870,217 870,217 00000000000000000001d1385ebd0f9c70bd0d1dc5f1b4c159e6695203620d08 1,460 1.00/1.00 vMB 11
870,216 870,216 00000000000000000001e7ad1dd6b97bf7d90ec65d1d5169ca43b3f32460b1b4 198 1.00/1.00 vMB 17
870,215 870,215 000000000000000000022947be0de5c9da7bdc6768b96bebc5ae2d5bbc76a5cc 1,792 1.00/1.00 vMB 9
870,214 870,214 000000000000000000007c9289a44d9bd8c01d15742f69d7152cd32deb2d12eb 2,856 1.00/1.00 vMB 11
870,213 870,213 0000000000000000000036ea30e4e127a5f92f5837e4213e34c976f1e76828c7 2,911 1.00/1.00 vMB 17
870,212 870,212 000000000000000000011ad408628ae979670ac293ed3900cb1b4a9548ad5d96 2,815 1.00/1.00 vMB 14
870,211 870,211 0000000000000000000083afeeacc10f7791e466a402d6b6bf943896d308fe2b 3,055 1.00/1.00 vMB 19
870,210 870,210 00000000000000000000f28ffaef8025cd741d310ce61dcac8b87bfee4e38987 3,661 1.00/1.00 vMB 17
870,209 870,209 000000000000000000022f51523ab472f67925454e4b613c5c9182294de5d8ed 3,959 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 783.11 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: 736.45 GB
    • Received: 18.58 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.