Loading Tool

Explorer IconExplorer

Memory Pool

37,971 transactions
27.04 vMB
0.06490307 BTC
Random Selection Loading Transactions
Max Size: 137.64/200 MB

Candidate Block

Mining Attempt a4506189cd4d0176866cd1be2dda1eaed60d4cb95964c5ce6c52ae5adbb46860
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root aa0c6dc0f267792ea015e053eb15dc0de9a39b282b4abed6a69a2326c5b1f7e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,731
Size: 1.00 vMB
Total Fees: 0.01403384 BTC
Feerates: 100.28 > 1.41 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (447,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,995 466,995 000000000000000001c9c7b0539211f49d58825364b330df6bc83227895e6302 2,191 1.00/1.00 vMB 316
466,994 466,994 0000000000000000010901b35b6d43f63a6096ffde340f77b3bf3c37f3cd9964 1,776 1.00/1.00 vMB 432
466,993 466,993 00000000000000000144901d28ccee53e61afc1f8c68577cc5aee4bb0f8d29a0 2,110 1.00/1.00 vMB 314
466,992 466,992 000000000000000000f6f1292128768ff391d8d404833c7d89d073b7eeefc129 1 0.00/1.00 vMB 0
466,991 466,991 000000000000000000bb73a934fb6329fdef1decfad3c797faaa1e8679330247 2,456 1.00/1.00 vMB 339
466,990 466,990 000000000000000000f7a9ece0bca16a69687299776c0fc9f9ce926c96b1bd99 2,168 1.00/1.00 vMB 284
466,989 466,989 00000000000000000177aa4e7eb29c29ac74dfcf6ef311a884458a56da788510 1,931 1.00/1.00 vMB 390
466,988 466,988 000000000000000000759b2bbea0d79106b8baa4985c1862ce3c903961f5a5c8 2,017 1.00/1.00 vMB 355
466,987 466,987 0000000000000000000ae7db90cea987cebe40bcf6c43d1154213cdb93463da0 1,876 1.00/1.00 vMB 307
466,986 466,986 0000000000000000007bc14d7db29f3935eb8d6472513ec0135dc0483e4a304d 1,560 1.00/1.00 vMB 190
466,985 466,985 000000000000000001184a27b76a984c82e5a6284fc6f9f58e05a3664211c923 1,941 1.00/1.00 vMB 289
466,984 466,984 0000000000000000019b42487f7ca2ba19276b2b7bffc78407dd26cea547b73b 1,595 1.00/1.00 vMB 217
466,983 466,983 000000000000000001b7239e8eb65706ded22e2895973618fb56a80f3d685ad1 1,580 1.00/1.00 vMB 258
466,982 466,982 000000000000000000f06e3236c1b8e264fb6ad596ea336cb32a84670452ff14 2,149 1.00/1.00 vMB 326
466,981 466,981 000000000000000000c5730edd0ac12c91f845cb44074c2d5e6b4adf663c6a37 1,900 1.00/1.00 vMB 403
466,980 466,980 00000000000000000044b48c3ca6ddac5171f1e53f299046786062ffe234e385 2,457 1.00/1.00 vMB 295
466,979 466,979 000000000000000001bd2fd6b05fb498c8a90832041778184d8ef5f87a09073e 1,240 0.54/1.00 vMB 523
466,978 466,978 000000000000000000dacb7b92d2225edf8276885f52218a6821e75ba7fdc8a3 1,970 1.00/1.00 vMB 337
466,977 466,977 000000000000000001f209612186c4c821c18e2618310ea08c5805e85b4af7a0 2,061 1.00/1.00 vMB 323
466,976 466,976 000000000000000001b5df802541eedd28cada1c4da7281390504cb78170057e 1,067 1.00/1.00 vMB 182
466,975 466,975 0000000000000000010e13b5ec05ed20f10c68ed7498684d4464db69451d5312 1,324 1.00/1.00 vMB 139
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.