Loading Tool

Explorer IconExplorer

Memory Pool

82,258 transactions
32.14 vMB
0.08660014 BTC
Random Selection Loading Transactions
Max Size: 193.59/200 MB

Candidate Block

Mining Attempt 93abf97cec5fb3e5b4b876a583c799a0d1e1e4c19eb2eaff576444433b1bd87c
Version 20000000
Previous Block 00000000000000000001a4d38d277fd901b264e84099287ad65378aa5724e107
Merkle Root 63ef193234f6fc6aa14f47981c717fc50f86922be26b9393d86fc2a90d972e2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,930
Size: 1.00 vMB
Total Fees: 0.01566340 BTC
Feerates: 142.62 > 1.57 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,174 (121,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,864 793,864 000000000000000000034a0ab0356e008314cc6ca9d73f00a89371fb9baf22d1 2,815 1.00/1.00 vMB 28
793,863 793,863 00000000000000000001c8125b36d86641c3a8c98a5c8482d22fb7bc7cb2e036 3,260 1.00/1.00 vMB 13
793,862 793,862 0000000000000000000547c45a9ef30d0c7da4e3b80a6ba0bdcca53c8e84a947 2,467 1.00/1.00 vMB 20
793,861 793,861 00000000000000000004be09add8fa0154b90549243754ef0d0ff7ab791993b4 2,848 1.00/1.00 vMB 13
793,860 793,860 000000000000000000017d84d3321ffedd8b2c00f370d9a66e91e2a6ed444ed2 1,094 1.00/1.00 vMB 13
793,859 793,859 000000000000000000029bef16066e2f46ed7a9c0c82f528351b9ebf264897a6 878 1.00/1.00 vMB 11
793,858 793,858 000000000000000000033683614a2a4b800560e327abfe0c315796ecd2b1c7ac 153 1.00/1.00 vMB 9
793,857 793,857 000000000000000000052a290f4543a6151d80338c1c6c848824fe53a34ce2b9 1,442 1.00/1.00 vMB 12
793,856 793,856 00000000000000000000409afd3b48ea30c8bf0324e246854a4a5514f6a8f450 1,809 1.00/1.00 vMB 29
793,855 793,855 000000000000000000039903b824b72df38fa50c7af31d79bce0d1e482e9e000 1,437 1.00/1.00 vMB 14
793,854 793,854 000000000000000000044451ce945c52cd1c3dc96812ce5b4012a59747c7c8be 509 1.00/1.00 vMB 12
793,853 793,853 00000000000000000003b72b0c64817aaea63c1da96f0b20b4f410d5df3bf02e 2,616 1.00/1.00 vMB 16
793,852 793,852 00000000000000000001e6f96a2d12d4e341deb2a51ffb7613eec0da9ad2a708 2,053 1.00/1.00 vMB 19
793,851 793,851 00000000000000000000c48c1dfc8037b45fdf9e6c6ba41ca1f0eb96ed63e6e2 1,702 1.00/1.00 vMB 19
793,850 793,850 00000000000000000001a5859b72bc454344900b530625208e461d402b7cb6df 2,991 1.00/1.00 vMB 37
793,849 793,849 000000000000000000028ea73959530b5f3272df5c5908c4e98ea7463455d48e 1,622 1.00/1.00 vMB 12
793,848 793,848 000000000000000000020587e83bf9444fbec778b4f815b41c86bce377024f38 2,324 1.00/1.00 vMB 22
793,847 793,847 000000000000000000004c3b2f245ac3bb9fafa8c278ad03191e3dcfc770b4f5 1,148 1.00/1.00 vMB 10
793,846 793,846 000000000000000000011a3968ec1f2f479cd6b18ed51d583c629126f971a3fd 3,149 1.00/1.00 vMB 19
793,845 793,845 00000000000000000002375b36fb6c40defb3dda6c09f8ad7f05e75d0796341e 2,298 1.00/1.00 vMB 22
793,844 793,844 00000000000000000001fe44788db6c910dab6ad9eb1c5df1d2267e89ed2444e 2,835 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.70 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: 697.33 GB
    • Received: 16.56 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.