Loading Tool

Explorer IconExplorer

Memory Pool

39,143 transactions
20.33 vMB
0.11883834 BTC
Random Selection Loading Transactions
Max Size: 111.19/200 MB

Candidate Block

Mining Attempt 223bfe6d4234837b8abe1759dbfa1f6df1a3839041c4f172d24abe5d1d6a9566
Version 20000000
Previous Block 00000000000000000000da05d93442360f22052b3e9b26cad1f80d4f63408ab5
Merkle Root 9415e62de6ed624ef35232bf30cf5cbb54e1397cc8905bb981e397ed1fea09e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,591
Size: 1.00 vMB
Total Fees: 0.06078515 BTC
Feerates: 150.74 > 6.09 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,902 (567,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
346,885 346,885 00000000000000000bf95bd288e0f0568c5ba62887e80210e0e493858b429087 1,407 0.90/1.00 vMB 25
346,884 346,884 00000000000000000ab2c4a2a02c0820b07af546693b9fb76626ff51fe91f37a 423 0.59/1.00 vMB 12
346,883 346,883 000000000000000011d9fd13052996aedfedecf85d0ae9ba5d9f14d36fbc25b1 1,319 0.90/1.00 vMB 20
346,882 346,882 0000000000000000135a64ec453f1fe71e167a20e9e7770068f789f0cf0fa5f3 1,596 0.75/1.00 vMB 30
346,881 346,881 000000000000000014ff7fe12cd8c49b32b7484c7ad5510c370b5cbe37ecd227 1,942 0.75/1.00 vMB 35
346,880 346,880 000000000000000005ce7aa53af5acd52455cdbf61f6d4fade9df390d263ceb3 2,390 0.75/1.00 vMB 39
346,879 346,879 0000000000000000029fc16df3bce0bc3b7a3cb2e1b3469efbcdfb656541bc49 769 0.33/1.00 vMB 35
346,878 346,878 000000000000000006ac47d288ce3daa2cedd1c762b187097bbf49263b214220 1,024 0.34/1.00 vMB 47
346,877 346,877 000000000000000006943cfa58604e216201fb38bd07d6331010610921e9d69a 877 0.53/1.00 vMB 21
346,876 346,876 00000000000000000b9c0241771280d857fb71548aa7226bcf9dbe3d80983e07 679 0.49/1.00 vMB 21
346,875 346,875 000000000000000012028c0e1a68fa575e2193f5b023c5b2264752e30810433c 723 0.72/1.00 vMB 18
346,874 346,874 00000000000000000af14e4081f2d3f9f776a9fbfd0ca75d82717be3ef2dfb57 1 0.00/1.00 vMB 0
346,873 346,873 0000000000000000144ce9a4b60d0b758d535b7d666ecbdb51b55d14d2ffaab3 219 0.47/1.00 vMB 12
346,872 346,872 00000000000000000e8c0c5fdc10911990da6e186befa624a1cbde378d5e997f 905 0.86/1.00 vMB 21
346,871 346,871 00000000000000000be7e165a550e051354d32c34922e075c215a778136448ec 893 0.57/1.00 vMB 26
346,870 346,870 00000000000000000fb8ea1354e65a27dd4418b4da5ae7a6aae09a1618254bd4 853 0.75/1.00 vMB 17
346,869 346,869 00000000000000000db5c2243915b5981f8a0eda3e174e65e7a4a0b2cb720a81 1,662 0.75/1.00 vMB 29
346,868 346,868 0000000000000000121141664f77128ace0699d7e5c097f40a3a393de9c9b3a3 2,116 1.00/1.00 vMB 32
346,867 346,867 00000000000000000e1b0f8b4f5f157283f3311cf7c2cb4c899a17e1c2ac517a 1,055 0.93/1.00 vMB 14
346,866 346,866 000000000000000009e2e98dc385f0ec203bf36b7a489aac75861498b6975074 2,027 0.90/1.00 vMB 31
346,865 346,865 0000000000000000071d490cf0f7439dcb72bed029061384091b023a2a35a156 36 0.05/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 780.44 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 527.01 GB
    • Received: 5.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.