Loading Tool

Explorer IconExplorer

Memory Pool

44,705 transactions
28.44 vMB
0.07981860 BTC
Random Selection Loading Transactions
Max Size: 150.51/200 MB

Candidate Block

Mining Attempt 3ed6d7243b0c50ad48ce76bf57cbf5c4f5629768b781482fa16270c92fba5dc1
Version 20000000
Previous Block 00000000000000000001df441194999cee64e33a9cb681f5d079c783db8bbb61
Merkle Root 9123fa125277a2dad91e515cd5368a9f32be0bee1b6cc7ff2380d01dcbb7d06d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,780
Size: 1.00 vMB
Total Fees: 0.02567398 BTC
Feerates: 147.16 > 2.57 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,808 (440,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,796 474,796 000000000000000000b76405ecf3ba01fba4fb75ab3ea1bbf7b6ac1867272bd2 1,646 0.86/1.00 vMB 174
474,795 474,795 00000000000000000062851ae5fc6770fdaf620bb615dc3f4f7e078b3d157204 1,202 0.99/1.00 vMB 118
474,794 474,794 0000000000000000017fb5c36097d6d2027ed7f4b7bb0a0c5f3dbe7bc53cea29 1,454 1.00/1.00 vMB 102
474,793 474,793 00000000000000000047d08558a6fba09fdc4415f04822d523e92bd4c485edaf 1,291 1.00/1.00 vMB 99
474,792 474,792 000000000000000000bbe875d9c8f2a41c570093d4bec40980b7665e26421176 890 1.00/1.00 vMB 77
474,791 474,791 000000000000000000c3c3a45fcfb63a8389db28612e221392bb754168b19f1f 401 0.17/1.00 vMB 165
474,790 474,790 0000000000000000013f12601109756684efbfbeac9d9aa8af1ebd8e666d0fae 279 0.11/1.00 vMB 157
474,789 474,789 00000000000000000137c0c5de7e14aa3b8b4a7fede8b8e3f5aa133f3e14f543 1,597 1.00/1.00 vMB 65
474,788 474,788 000000000000000000821e2f5e62ab75be8fe5c266b6894173f1a3a99eb3dcf1 1,812 1.00/1.00 vMB 122
474,787 474,787 000000000000000000ea1b135560397e644bb4304e3c02f42067e97b647eca8e 2,411 0.99/1.00 vMB 277
474,786 474,786 000000000000000000f79371643fe3efc42a9153a1622102e3e97c9b3165bbc2 359 1.00/1.00 vMB 17
474,785 474,785 000000000000000000c2b6b795c1d709f4f0ad4aa8a00443b169c81e2b8a3dfb 2,144 1.00/1.00 vMB 104
474,784 474,784 0000000000000000018801b7ce08f89fecde58699d744296b1ccfbaf1e4509bf 1,834 1.00/1.00 vMB 239
474,783 474,783 00000000000000000130aa1fe2fd27bd1b17e2ff221b185561b68f7603e0c584 330 1.00/1.00 vMB 24
474,782 474,782 00000000000000000130fb9b64fafcaa5ec9d462d0ae6a39340c60555e930559 529 0.25/1.00 vMB 184
474,781 474,781 000000000000000000b6c2fe14b20da16ee7752da97796f6ff39205baa72d3c6 976 1.00/1.00 vMB 85
474,780 474,780 00000000000000000013eab17d145fb1aa5b50d1e7f46b134cfc6177ab292513 782 1.00/1.00 vMB 25
474,779 474,779 0000000000000000008665825a5d9a1d6370cff13be807e43828c7faeaba3924 1,487 1.00/1.00 vMB 35
474,778 474,778 0000000000000000017a2888d74fc6ca7beed2bbc5215d8ad680541aafe817d0 446 1.00/1.00 vMB 29
474,777 474,777 0000000000000000008d2cc1a10ed2c082d5aeb6c257f316e10d3222bc3b7728 1,152 0.90/1.00 vMB 188
474,776 474,776 000000000000000000cc575814a31c602b3d5129f7234caed8e05e82ecbb6ba5 1,119 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.05 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.85 GB
    • Received: 13.33 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.