Loading Tool

Explorer IconExplorer

Memory Pool

46,080 transactions
28.79 vMB
0.14062344 BTC
Random Selection Loading Transactions
Max Size: 152.37/200 MB

Candidate Block

Mining Attempt 100e438aeca53588bc858f83fc709fb62594c9ecac6dd721b80c8a16bcce2487
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root e39539fa1406ca58eeb8c8b200218adbcc6582484f313b7805b89ea78ca30751
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,496
Size: 1.00 vMB
Total Fees: 0.07953939 BTC
Feerates: 15,654.48 > 7.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (909,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,595 5,595 00000000f4f728599c73fd0a2c30e5b8f601804e1173bbab7f12691fb80312e8 1 0.00/1.00 vMB 0
5,594 5,594 00000000f70e7488c538fe667e2aef73aa5a8c4748be06ed6bcd6dcf2c4ac7dc 1 0.00/1.00 vMB 0
5,593 5,593 00000000add261f56fcd9beef3c02f29235ab5ba6547403baa0849d160edac69 1 0.00/1.00 vMB 0
5,592 5,592 00000000d85dc3f8c82fcdf97ad768a7f1ed70bebdf0d79a3dc243d4583ad905 1 0.00/1.00 vMB 0
5,591 5,591 00000000d3a477e34c3107e5bf5dce1e7fd93ba96cc1a11d61474a0ffd3db5cd 1 0.00/1.00 vMB 0
5,590 5,590 000000003cb3f6cbd14c21ddda5f1e6f7fd2bc9f4c1307f061094a237f1d8efd 1 0.00/1.00 vMB 0
5,589 5,589 000000007423d0eb705bdc5b13ea30ee60d6c842725bb4d4778ad9db376300be 1 0.00/1.00 vMB 0
5,588 5,588 000000007314d0d5728eac04a7549becea8938b99a6c37171eba1c4948784f1d 1 0.00/1.00 vMB 0
5,587 5,587 0000000065fb3894ac8259bdeca36b7c7e602602b63d411ba82a28e8f917e6c7 1 0.00/1.00 vMB 0
5,586 5,586 00000000e4994b7328ab08b81a8c9f8653718d74bc5b0b107faa4533eaf6346a 1 0.00/1.00 vMB 0
5,585 5,585 00000000e2b2970fec6399f09d668cf8806c62a50a1be3d1b0dc17cef08173f3 1 0.00/1.00 vMB 0
5,584 5,584 000000004e10ed42c184cc5e04d636c6ee59bdcdf6cba65864a0b971f0f91238 1 0.00/1.00 vMB 0
5,583 5,583 00000000edeb4b4261b9247503271235f44d9e3f40e9f473f3956c985865a384 1 0.00/1.00 vMB 0
5,582 5,582 0000000099bcd42c2f60abe651f157332bedfd2bf7213f3e26baf6923a9022d1 1 0.00/1.00 vMB 0
5,581 5,581 0000000093a7fcec32118ea5a252c86aa663c7bf8f9e9f07c6d5032b04ec7cf8 1 0.00/1.00 vMB 0
5,580 5,580 00000000760a45e73301d37ccfc01410ba9e102c30555ae8375d7d8970f07341 1 0.00/1.00 vMB 0
5,579 5,579 00000000b850d126a3ebd95aa19350b3566f60b706e541af8fe1c9ee415e8e88 1 0.00/1.00 vMB 0
5,578 5,578 000000005d22e55aa66ce06913bb76074424422fd40e27306ab103bdbd767210 1 0.00/1.00 vMB 0
5,577 5,577 00000000e381c7ded1f09fcfb6d3b132ec39fc29696f82b45caa719645bc4939 1 0.00/1.00 vMB 0
5,576 5,576 0000000020f5ab646eb6c6c0edbcedbbd92b64300217cc9d7297cffc0ec567d3 1 0.00/1.00 vMB 0
5,575 5,575 00000000a5adc84a63c77353b470238f6a27cb436f229849766c7a222493207d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.04 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: 650.75 GB
    • Received: 13.32 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.