Loading Tool

Explorer IconExplorer

Memory Pool

53,678 transactions
29.73 vMB
0.10338460 BTC
Random Selection Loading Transactions
Max Size: 159.68/200 MB

Candidate Block

Mining Attempt b6e5a5b8115e8d29907e6560b067d69180cf548932e65c70825610ea80c53a56
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root ab1e43a5aae26c6be4eee0c6a3c489ac2ad1e3ca042355b5ac436d00a09eca1e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,781
Size: 1.00 vMB
Total Fees: 0.03120767 BTC
Feerates: 150.77 > 3.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (857,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,950 56,950 0000000013b3cab69049127f92a1ff1d6f4c5b5650f42e9f50b3af0b80bf81b1 1 0.00/1.00 vMB 0
56,949 56,949 00000000053e8952b3f0f34e0833598cdc42b0db2c69ea1ebb7ea1bd992bb29b 1 0.00/1.00 vMB 0
56,948 56,948 0000000004692b308ec0a57c1804d3ed35c1d09ca50df32479075f0a747ea1ee 1 0.00/1.00 vMB 0
56,947 56,947 0000000009b860c6eb19c625dec7f52852d6da206bd7af40a4b7b1c586ed485c 1 0.00/1.00 vMB 0
56,946 56,946 00000000008f27c19aad0bb6d2c0cc441d3739d46e8e5cab078bb3007deb9405 1 0.00/1.00 vMB 0
56,945 56,945 000000000cc3c78f93db79fab49d67549286e727dc2bae993f797ca2c66b46c3 1 0.00/1.00 vMB 0
56,944 56,944 00000000142e360e9e7b6260381307c2c545029dd052a479ecc64851ae16bbf6 1 0.00/1.00 vMB 0
56,943 56,943 0000000010c23cc59d22da4139787c7b080da55d7584e981f7fb59f382017c0d 1 0.00/1.00 vMB 0
56,942 56,942 000000000ad5866f1cf2924a241ce7cef6edbb40fd2a89657c4147a4d24aca3b 1 0.00/1.00 vMB 0
56,941 56,941 0000000001bc3468c8f8f287cda9daa3b6039fd5338f4ba0d0765f943799dd08 1 0.00/1.00 vMB 0
56,940 56,940 000000000a27baeb06f94f18ae4171710b4ad188a318231b2b71e93a1337bbbe 1 0.00/1.00 vMB 0
56,939 56,939 000000000f1ab84441a03937c794df671188571249b4324945718cc01667df82 2 0.00/1.00 vMB 0
56,938 56,938 000000000c228726b51592984dbad850c492752f8761849cea2a3eef73937e00 1 0.00/1.00 vMB 0
56,937 56,937 00000000112d72165ae1a7a81e09fdb812610905a22f883cc86986ec136f6c95 1 0.00/1.00 vMB 0
56,936 56,936 000000001039afd6145fff0fe7f357aefd006f94e088728fe2c40e0bfb825af0 1 0.00/1.00 vMB 0
56,935 56,935 0000000009a318e7e7219177ea68dc0028f3757af3c3ad1782a17638afb1cfca 1 0.00/1.00 vMB 0
56,934 56,934 00000000076b75055794b75ef3381e38cdaef5a0b7ce1fc7420965e3398a73f5 1 0.00/1.00 vMB 0
56,933 56,933 00000000131b504bc6ff98b9c479129975bb37e3d1ff65060e1afcfbab1d45fe 1 0.00/1.00 vMB 0
56,932 56,932 0000000009d55fd9522779a0aab18cdcfa3b11944b39c10671f9ab01b626957a 1 0.00/1.00 vMB 0
56,931 56,931 00000000047f66419de50ea0be94c8a5bf1f78310ca5108906d6a58513082912 1 0.00/1.00 vMB 0
56,930 56,930 000000000a069248b3b51c7583b97a5b41805c49bc478edf546b9020a4ab1f6a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.89 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: 645.16 GB
    • Received: 12.69 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.