Loading Tool

Explorer IconExplorer

Memory Pool

81,264 transactions
29.56 vMB
0.08327672 BTC
Random Selection Loading Transactions
Max Size: 179.92/200 MB

Candidate Block

Mining Attempt 0957fecca46cc8fa89e7bd35909a89b3017031cb54e0365b1cf9fcfd0410703d
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root 829f9a0697cd82f2b6ae6b882a5208c25774c1de284bab52058b837cbac6af39
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,284
Size: 1.00 vMB
Total Fees: 0.02098537 BTC
Feerates: 100.53 > 2.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (239,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,942 675,942 0000000000000000000cc7cc05d9e13eefc2db101b4d899e0009b6d8fa31d377 2,947 1.00/1.00 vMB 72
675,941 675,941 00000000000000000001a2c53784eae8f8dc80f2c01f28a0a127898f5c82caab 2,129 1.00/1.00 vMB 26
675,940 675,940 0000000000000000000ae31292eb72c3a073805ced144590bd57f91b74e22312 2,172 1.00/1.00 vMB 89
675,939 675,939 0000000000000000000a76df512f96c3956a7a103fd9a014587d3c44d75a9b98 1,908 1.00/1.00 vMB 18
675,938 675,938 00000000000000000002400405953accc8cff93c77292f42ec146ae3f4a33c63 2,534 1.00/1.00 vMB 51
675,937 675,937 00000000000000000009c59d183c7cfe4441d3a1462452f3199c3e2f6bbd9e4a 1,992 1.00/1.00 vMB 46
675,936 675,936 0000000000000000000c8a2b09a9bdf7914cf689945b4ec14e1c6c176421f72d 2,386 1.00/1.00 vMB 59
675,935 675,935 00000000000000000002aee9948d3ab990a7478b4d86739cf6c096d538d14191 1,109 1.00/1.00 vMB 19
675,934 675,934 0000000000000000000af6696f4cd0c9fd0d98ca924ac30b89bf36a2561b9a1c 1,776 1.00/1.00 vMB 31
675,933 675,933 000000000000000000032f17462f4f5d71b30f8c93b672b87cb12bf8afd307a1 1,828 1.00/1.00 vMB 25
675,932 675,932 0000000000000000000119b42d861bbbc7007c677317a9bd83e7cb4e3f1c23b5 2,227 1.00/1.00 vMB 15
675,931 675,931 0000000000000000000c47ec84068aedb796796377b0c9d167d75f231d7629c9 2,421 1.00/1.00 vMB 30
675,930 675,930 000000000000000000071ec34eb647bcdab98ba8b5e74ef91cdcb21a78397128 2,055 1.00/1.00 vMB 38
675,929 675,929 00000000000000000007f76f11bf347d443fd1c1bc1fdfdeda066b1d7ba28459 2,633 1.00/1.00 vMB 29
675,928 675,928 000000000000000000045f1a414c3525b5a23baa93ab5d4e3369e764e373ef51 887 1.00/1.00 vMB 50
675,927 675,927 00000000000000000006da49fa711844f96566d99f28ea6afdbd3b0fa7b5be0f 1,995 1.00/1.00 vMB 50
675,926 675,926 0000000000000000000bb5eae8ca9066e19b869d5ab3ccc0cdba9d503f9537aa 2,913 1.00/1.00 vMB 72
675,925 675,925 000000000000000000051753890139985aca9e6f57aa51750644ac93864afaf0 2,483 1.00/1.00 vMB 54
675,924 675,924 00000000000000000003d6ab5c004a952a00e13e5dacf14e5beb62ae2d6628e4 2,763 1.00/1.00 vMB 65
675,923 675,923 00000000000000000004dc15479690211e6973614c9d8b28e10be118e88ab808 2,460 1.00/1.00 vMB 72
675,922 675,922 000000000000000000067f958fa45f2868be5abdae0cb5292cdf2f14e89ef34e 3,158 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.54 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: 669.01 GB
    • Received: 15.71 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.