Loading Tool

Explorer IconExplorer

Memory Pool

37,217 transactions
26.86 vMB
0.06053202 BTC
Random Selection Loading Transactions
Max Size: 136.48/200 MB

Candidate Block

Mining Attempt 02a1e1acaba40eb5a6e3cc40a513f2cc7f8eaf2f161765e27f93fec5b52a38ec
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root cf2aaf440112dcfe905534388a05bbb77ee03895ac94a40717bce1e8e2f6c37d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,880
Size: 1.00 vMB
Total Fees: 0.01019199 BTC
Feerates: 74.79 > 1.02 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (546,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
367,907 367,907 000000000000000009f24d9fd764d8911db90a22dc14cde5dc370c1dfe6779cb 526 0.82/1.00 vMB 20
367,906 367,906 00000000000000000528f81f5641d0c240176fbfe2a9bc5e92ce06124bfc5224 279 1.00/1.00 vMB 5
367,905 367,905 0000000000000000112802d8b658707d7fcb275d5d80eb76902a65a7e489bca5 495 0.80/1.00 vMB 20
367,904 367,904 0000000000000000053bceb058c6e8fae9efd0c17746e6c845f89ef1d97893f8 260 1.00/1.00 vMB 4
367,903 367,903 00000000000000000e9f5096d0b50fcb553225dca49fd803f591b0e80538b9d4 988 0.92/1.00 vMB 28
367,902 367,902 00000000000000000449e1dda5b50eee22e7ac85132434df60a3ea5409c1f27f 689 0.75/1.00 vMB 26
367,901 367,901 000000000000000007dcfbdd11264eb4cc584e7c3d1d5faf9e17cc357e3969c3 1,042 0.75/1.00 vMB 35
367,900 367,900 00000000000000000f1d4c26f1935e38818fb27f9b301debf3c7e59f42e1b983 551 0.82/1.00 vMB 22
367,899 367,899 000000000000000005780446bbdddfff6e547ab83d39b237ec0f1440ff9af45f 346 1.00/1.00 vMB 5
367,898 367,898 00000000000000000a108a356ae7140f18f5ad234956886c1cfe2a9ddcdfd4d0 1,675 0.93/1.00 vMB 36
367,897 367,897 00000000000000000e17bc7ba14fc16897a41cb1b2f0b89ddbad2cfe30184a61 423 1.00/1.00 vMB 15
367,896 367,896 000000000000000012d8f0e2ac1851a47a9e2915fc83774f40f4a9d4203af49f 1,302 0.93/1.00 vMB 31
367,895 367,895 0000000000000000015032def2e7975362dc9a43bab02b6281075cf50d36936a 467 0.43/1.00 vMB 19
367,894 367,894 00000000000000001055ada37a558b0afb5a407525bdb82ab91090c2ce7b68de 1,418 0.85/1.00 vMB 37
367,893 367,893 00000000000000001046ee66a85cdeda5736e2e8023e297fd4d3fed0684d2596 2,647 0.95/1.00 vMB 52
367,892 367,892 000000000000000001b13397f6578d18cf8d3e9a46a10c7a59cdf6e63026e973 1 0.00/1.00 vMB 0
367,891 367,891 000000000000000012ea0ca9579299ec120e3f57e7c309216884872592b29970 420 1.00/1.00 vMB 14
367,890 367,890 00000000000000000a22862226a0b72f46e2f9a134cb5d0737931f08a227cf1b 1 0.00/1.00 vMB 0
367,889 367,889 000000000000000006c4c32253795ce21a7b7cfd1a0b9ccd594c3c9330e88fac 739 0.32/1.00 vMB 37
367,888 367,888 000000000000000009d3f251c99a1379f8bebb3ab58b638e71bd39b3a5e82a0a 665 0.75/1.00 vMB 23
367,887 367,887 00000000000000000fde62a56234a1872f64bf4c0b83c948f335b934a570c49e 959 0.68/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.