Loading Tool

Explorer IconExplorer

Memory Pool

37,240 transactions
26.87 vMB
0.06063565 BTC
Random Selection Loading Transactions
Max Size: 136.51/200 MB

Candidate Block

Mining Attempt c7f45c08ecd4ed1e4078e7c3617aa2c7fe82bba5977258bfb913e205ac79e3e3
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root cf2aaf440112dcfe905534388a05bbb77ee03895ac94a40717bce1e8e2f6c37d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,880
Size: 1.00 vMB
Total Fees: 0.01019199 BTC
Feerates: 74.79 > 1.02 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (79,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
835,574 835,574 00000000000000000001161491341c9550f37c34529cc1537e388b4afbc1a88a 2,588 1.00/1.00 vMB 30
835,573 835,573 00000000000000000001ae1fb27d886cb5d65a845082d740e6952f405b9d92de 3,366 1.00/1.00 vMB 32
835,572 835,572 00000000000000000001d47bb253f3fed3175187cd8d918fb91f73947e0c0f42 3,757 1.00/1.00 vMB 41
835,571 835,571 000000000000000000025ce3e69b41e11e01902eb1ecc9aeab843db14dc11c8c 2,350 1.00/1.00 vMB 30
835,570 835,570 00000000000000000002b3ade81cffd8bee5b590b1e05da1dabc1512383b56ee 3,412 1.00/1.00 vMB 42
835,569 835,569 0000000000000000000052feadc6365e54f6d4a15f285595a8c45a6caaa2a167 784 1.00/1.00 vMB 24
835,568 835,568 00000000000000000000068602060804d64bcefac473ccea322a26fb6c26e8ec 2,308 1.00/1.00 vMB 24
835,567 835,567 000000000000000000013ac65379dbd3eddbeae886312d1d01bce3d5c1632290 3,246 1.00/1.00 vMB 29
835,566 835,566 000000000000000000000a83aa645b3bac8824e62d096e4ff8cf84d033e8d1aa 3,139 1.00/1.00 vMB 36
835,565 835,565 0000000000000000000263100a7ab4d14d86d7f7c17098cac4083ac45b5f3f67 3,009 1.00/1.00 vMB 33
835,564 835,564 000000000000000000000dbefc67bf9c34fc2e8bd188734e2b13dbe8c24058fd 2,692 1.00/1.00 vMB 29
835,563 835,563 00000000000000000002d51e068293ef4261aa96551e37cd7dda35b6c9efdcd1 2,984 1.00/1.00 vMB 35
835,562 835,562 00000000000000000000529ea7f994de51c68ef4b35ae0c788dc5ba5494a66ab 3,601 1.00/1.00 vMB 41
835,561 835,561 00000000000000000000919acb6151241a97d8290850a50a874805ed55be08bd 3,026 1.00/1.00 vMB 46
835,560 835,560 000000000000000000006056e8e7599796ebef291bc2fb79e5c2ab6ac0c6754d 3,250 1.00/1.00 vMB 47
835,559 835,559 0000000000000000000229350bb6fcebb21b1e6292a24022b77f364331eb2a6f 2,837 1.00/1.00 vMB 60
835,558 835,558 000000000000000000018db4388677ef181a424c9a9888170a10a13f78501535 3,541 1.00/1.00 vMB 48
835,557 835,557 0000000000000000000279a25055271ae2f373d946fce759abfdc4315f3a2c34 3,261 1.00/1.00 vMB 55
835,556 835,556 0000000000000000000077b700547c790be5dfa76b0aea2358d568c6e21b8ef9 3,052 1.00/1.00 vMB 35
835,555 835,555 000000000000000000033a9b93e0a2779a4b6090449813185223e783f9697a59 2,522 1.00/1.00 vMB 31
835,554 835,554 00000000000000000000f3fb19c51ffb9b061e8311906d416591ccd291cd0a16 3,107 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.