Loading Tool

Explorer IconExplorer

Memory Pool

78,657 transactions
30.26 vMB
0.07353227 BTC
Random Selection Loading Transactions
Max Size: 183.69/200 MB

Candidate Block

Mining Attempt d1c281b509ee8317992798c5ad011f43b85c5ed96f3dc45ad76e88a2752dd18e
Version 20000000
Previous Block 00000000000000000001ba71b7469b64db1b81f795f06fef5c8de15c97c7831e
Merkle Root cf52a13e6c87295bf5ee7cbe94485226d92be5fb85c2b8586f135ad9e23f2533
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,924
Size: 1.00 vMB
Total Fees: 0.00910822 BTC
Feerates: 45.66 > 0.91 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,193 (297,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,588 617,588 0000000000000000000ecba5c90b4527e30417d211e9b77e0b468dfb282c3f14 3,431 1.00/1.00 vMB 20
617,587 617,587 0000000000000000000021ddba66ee8d8d6d72e6dc16c3a6a5c78a5679211cd5 1,755 0.51/1.00 vMB 29
617,586 617,586 0000000000000000000b8fe8c4840eb64d1a1a635b589d2c4e371b1709886900 988 0.25/1.00 vMB 19
617,585 617,585 0000000000000000000fe9a62cd4570739b020ba57102a7b2568edc3854c1556 2,864 0.86/1.00 vMB 20
617,584 617,584 0000000000000000000b70b22a223280b232ffb16996f3974bb190bc9aacb3bf 2,486 1.00/1.00 vMB 17
617,583 617,583 0000000000000000000313c6b120fc1bb33a47c89c8951fd90310fae213a80d1 464 0.16/1.00 vMB 28
617,582 617,582 0000000000000000000874cb4d286b97ccc2b0f46df33e408ebca18dff6613c7 116 0.04/1.00 vMB 21
617,581 617,581 00000000000000000005b2c73b30dc5b53c6e431ccd9e2a9f99620d586643d12 484 0.13/1.00 vMB 8
617,580 617,580 00000000000000000010927a1b75217e71c00ae55548414474e7d72f82afdbc2 2,406 1.00/1.00 vMB 23
617,579 617,579 0000000000000000000a06a5c6bf40ec3606042412b0ecd397ab0b30fd7a68cf 2,952 1.00/1.00 vMB 15
617,578 617,578 00000000000000000005dab47e106950bf38ed9647ca461ff9e9fd79648a0692 2,839 1.00/1.00 vMB 17
617,577 617,577 00000000000000000004a89c19c3c421427946b5728b4724994d602df933c141 975 0.96/1.00 vMB 8
617,576 617,576 0000000000000000000a7187028c13c34b9c49d6073bcf827a601075131461a4 1,721 1.00/1.00 vMB 14
617,575 617,575 0000000000000000000a692a39416d4b08373d9799161849ae9ffcb95de28f4f 2,023 1.00/1.00 vMB 21
617,574 617,574 0000000000000000000bb684d8eaf73e0e9ffa5d350ac8405e3d37d04964a632 3,275 1.00/1.00 vMB 6
617,573 617,573 00000000000000000002176c6744350541faeaadf8c97b49aa11cd59d6414838 2,888 1.00/1.00 vMB 26
617,572 617,572 0000000000000000000ca7d8abcd9cca0e32a1f6f8867e44af47d3c826e36c65 2,395 1.00/1.00 vMB 19
617,571 617,571 00000000000000000001d1c02bab6517afe380e3d3a91df28d53b1d08a074da3 2,614 1.00/1.00 vMB 40
617,570 617,570 0000000000000000000843de4cdbc4747b8fcf702802795757ef8c1000e89005 2,633 0.88/1.00 vMB 18
617,569 617,569 0000000000000000000dd4db01bdd13f4798e09f112379f59b3ecd024b3c59f3 1,916 0.71/1.00 vMB 20
617,568 617,568 0000000000000000000ebda1248243781c9a18c7914d888e0448b59110311bab 2,699 0.69/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.73 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: 707.33 GB
    • Received: 16.67 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.