Loading Tool

Explorer IconExplorer

Memory Pool

81,357 transactions
29.90 vMB
0.07776393 BTC
Random Selection Loading Transactions
Max Size: 180.53/200 MB

Candidate Block

Mining Attempt 7c9c5f58eefe5d3aa8dd95b0475ce51d98bbb2853e7a064f9e7b78f27eb535bc
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root 322f9423b07ad20893dc54ac0b77b9d316ef7f2131bc9cdc6bd8c792d7b4bd87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,870
Size: 1.00 vMB
Total Fees: 0.01673109 BTC
Feerates: 151.12 > 1.68 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (595,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
319,084 319,084 00000000000000000a97206f924778b415d8cdbdfdd0c6750a1a79fd3feec3bb 1,251 0.64/1.00 vMB 30
319,083 319,083 000000000000000020ee251c7788aa1a1502ad6d739c99bce9a494610348d612 115 0.31/1.00 vMB 9
319,082 319,082 00000000000000000b79469303db39ccb9902949ad04af20884b3108f9cf54a0 1,645 0.75/1.00 vMB 34
319,081 319,081 000000000000000007c5620513a4d39f8e42e00553867793cca5a8119d2c0326 459 0.48/1.00 vMB 16
319,080 319,080 00000000000000001e3dab75dd99099047e9daa4460baffefe1de766544f1498 1,868 0.75/1.00 vMB 37
319,079 319,079 00000000000000001d0a39b391e14cc4f6c2c69ca11e87b70ae16109c54434c9 244 0.18/1.00 vMB 22
319,078 319,078 00000000000000000d3407158102438ffba5ed316c15b5fd7180def22ae70299 558 0.39/1.00 vMB 24
319,077 319,077 00000000000000000bb8d2ff658a8c2a9dc513cbfe084a6628abe09a53e4e2bf 443 0.29/1.00 vMB 20
319,076 319,076 000000000000000010cccf93f8225a8dde27ddb7d3bc6dce1c6d761e716f6977 1,095 0.60/1.00 vMB 27
319,075 319,075 000000000000000012805fd7b725ff6a008cf6faf5c6383a1a64bd0926f588ad 444 0.26/1.00 vMB 24
319,074 319,074 0000000000000000181a874bad42a4ed3c7471b0eadb50f7bf9a79dfc231b4a9 75 0.03/1.00 vMB 30
319,073 319,073 000000000000000008598481175af3bbd938191e21bbf360f84dde49b83934e5 350 0.16/1.00 vMB 31
319,072 319,072 00000000000000001c6388eb605d30e8f5f027b0f4d170a52bcb26212f32d3f3 32 0.01/1.00 vMB 41
319,071 319,071 000000000000000009a19814e96797542b096c4fb01c084f6d8453f7c52e0c12 1,351 0.68/1.00 vMB 28
319,070 319,070 00000000000000000da9e9a99e53c00cb82c1cec347ab7c4f75924d2c88a9547 224 0.13/1.00 vMB 25
319,069 319,069 000000000000000027de2ac26397d9d6ba2141d1d72b382e0aa2633b88acf79d 74 0.07/1.00 vMB 9
319,068 319,068 0000000000000000130da176c63b3388e6457f799c134522c9e3b27c0b2e7007 60 0.03/1.00 vMB 23
319,067 319,067 000000000000000022d9049a950a45e5d342ee612e3c0f3dd5b010280ecf3e5b 362 0.21/1.00 vMB 28
319,066 319,066 000000000000000004a1139bb8e0d70926232b7cb172108de46edc49d258721d 519 0.31/1.00 vMB 26
319,065 319,065 00000000000000002802fafe1f82ddd218189357d50cc179fd0d56c6f2824d2d 338 0.17/1.00 vMB 29
319,064 319,064 00000000000000000268f132a3dbdc49acf358c3513b46ce78eab41825353001 160 0.07/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.70 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.