Loading Tool

Explorer IconExplorer

Memory Pool

76,761 transactions
28.60 vMB
0.07085048 BTC
Random Selection Loading Transactions
Max Size: 173.30/200 MB

Candidate Block

Mining Attempt 860f963e9bb571929bc9dff694839718c9c14267570c2021d738e9d4f6b868af
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 06848f6c8e4b6e3749b40e1d5df9cae08b749e4e6b42927113894553e8aae2ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,437
Size: 1.00 vMB
Total Fees: 0.01157655 BTC
Feerates: 71.79 > 1.16 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (283,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,845 631,845 00000000000000000010625096fc73f646bc29676f9feb7c8d44381a89260c19 149 1.00/1.00 vMB 3
631,844 631,844 00000000000000000009ab7270f7bd5cea3ac6a2e34fff71393948b1b8e8cdbe 720 1.00/1.00 vMB 12
631,843 631,843 00000000000000000001a424dcef677a2fce6165354f9cdb6ec61efcb750135f 1,271 1.00/1.00 vMB 25
631,842 631,842 000000000000000000114f5c831580f05fc24e3dbd8f20251c4ecd163bf740b7 243 1.00/1.00 vMB 4
631,841 631,841 00000000000000000009b58f019ff1b14a8a29066e6046a244fe3e094d9857ce 969 1.00/1.00 vMB 25
631,840 631,840 000000000000000000062b611be0c4f74748f2c98189df7b9a4eb44afcc62a12 1,926 1.00/1.00 vMB 69
631,839 631,839 0000000000000000000c927f09b073f8ca24f89a2f6180f119eceaacd255dd27 570 1.00/1.00 vMB 8
631,838 631,838 0000000000000000000d3498bf10519c4a2046d6f6aa0afc0127873432f28e4e 2,293 1.00/1.00 vMB 13
631,837 631,837 0000000000000000000fc8ecef46f2a44d4365efa660bc37b83b3c1a738d8167 2,421 1.00/1.00 vMB 82
631,836 631,836 000000000000000000084d2f7779e8f7fa5e01264db34942cde8938ad0aac8a7 2,165 1.00/1.00 vMB 47
631,835 631,835 000000000000000000095fa8537780a42c4c9aab67a9b422f6088dbb4a40d07d 1,789 1.00/1.00 vMB 8
631,834 631,834 0000000000000000000ff64ed716baff3460dbaea26e306be0e0a3fecd338d65 2,191 1.00/1.00 vMB 18
631,833 631,833 0000000000000000000e00db4fa8a5404b51a7b2308c2efdf85a93496304f7f8 2,307 1.00/1.00 vMB 16
631,832 631,832 0000000000000000000b314965bcc7033694ee8a30982dc8ff8ae760b47d37c2 2,435 1.00/1.00 vMB 98
631,831 631,831 0000000000000000000c4e0a028673d37919e2174c1e37aaf1a7e9bad2894f64 2,874 1.00/1.00 vMB 82
631,830 631,830 000000000000000000089d68fd5c8c6d03e2459d671a53f82ad9d2173a215049 2,293 1.00/1.00 vMB 23
631,829 631,829 000000000000000000009a029581d4a8bd809ea7e9884f00cfc4f13294e274ed 2,084 1.00/1.00 vMB 31
631,828 631,828 0000000000000000000626e3c0ca768260879b1723127d167dc9f3f24389d484 2,871 1.00/1.00 vMB 72
631,827 631,827 0000000000000000000dfea9572104853e36975283c4c18b711a7ae610baa1b1 2,348 1.00/1.00 vMB 105
631,826 631,826 00000000000000000004b1951e2623f32fe8ae6e2ef96888cc781c51b50de9d4 778 1.00/1.00 vMB 21
631,825 631,825 000000000000000000006401bf0035aa802d6254cb41ab8a7cfc6743e636acf8 2,583 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.