Loading Tool

Explorer IconExplorer

Memory Pool

38,782 transactions
26.18 vMB
0.05788369 BTC
Random Selection Loading Transactions
Max Size: 135.68/200 MB

Candidate Block

Mining Attempt 13666c91dfac367b9699722fba6c7506c34eb259273914547d874bc63c880660
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root 98312a24f403b0492740c98cd7561206b638fab3f3c2d8fb21769699cf03beb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,470
Size: 1.00 vMB
Total Fees: 0.01004530 BTC
Feerates: 50.62 > 1.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (586,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
328,524 328,524 000000000000000003773926555453d98e14404a530cbcf7d82d08a3738cf501 2,008 0.75/1.00 vMB 37
328,523 328,523 00000000000000000caeacbb0df2eb57322bf473fcc2a5e15f14b304e4bfe60f 732 0.40/1.00 vMB 24
328,522 328,522 000000000000000007952501378c055dadf2672dbd3a88503552439073fb724e 489 0.38/1.00 vMB 23
328,521 328,521 000000000000000007ae84923857318d4dacd1ee2c429bf06bafc433d3d332d5 466 0.29/1.00 vMB 26
328,520 328,520 000000000000000014a0c02166437d90aa748b94a81bb313bcd1f9a3b18afa4e 831 0.45/1.00 vMB 27
328,519 328,519 000000000000000017b33e72a30ef62f97708e700a899ec72b062dd656d2e6f1 543 0.31/1.00 vMB 29
328,518 328,518 00000000000000000b293f155e849c1fb1a320460880d99e5ba7a40f3dcb5e82 240 0.11/1.00 vMB 31
328,517 328,517 0000000000000000185be31e29554fe6200a55a906ddc39f2c8991a145958bc9 260 0.19/1.00 vMB 23
328,516 328,516 00000000000000000fa5139e8a0c98f507ffe439b1002fa19c7c814e737b8bcf 410 0.21/1.00 vMB 27
328,515 328,515 00000000000000000013ff0a73d5c6326d65af3acb0c298f435098806224eaa7 865 0.42/1.00 vMB 28
328,514 328,514 00000000000000000c044faa03fdc6f40cbbe1146914fec1743c3e03ac4bdc91 110 0.06/1.00 vMB 16
328,513 328,513 000000000000000017181ec5c89eb6f5e8071fdf586a3cc8ddef92de0f7b238f 257 0.14/1.00 vMB 26
328,512 328,512 00000000000000000e234c9403517d10cc219a8dea3ae27f5b1a48171071dce9 1,312 0.63/1.00 vMB 28
328,511 328,511 00000000000000001963701523e67f03d60ac66eacd52a81e0e07edbfc3022dd 323 0.22/1.00 vMB 24
328,510 328,510 00000000000000001209c7a53b7a887ffa1263052446fefa2ec724d13ae65ee2 128 0.07/1.00 vMB 38
328,509 328,509 00000000000000001e0aea38430fa8c96c00331ab97656a777ac78b3e6e1defa 417 0.19/1.00 vMB 31
328,508 328,508 0000000000000000154e229fb89c4713719a0c12cec1f9574015879f01fd3207 45 0.03/1.00 vMB 21
328,507 328,507 00000000000000001741ec785036f464177ee8837717093e87841acf3ec886d1 410 0.23/1.00 vMB 32
328,506 328,506 000000000000000004228856bb5340644e299c85e03ff0dfec46165cdd6fe90f 579 0.29/1.00 vMB 28
328,505 328,505 00000000000000001376456afeec623052859ce803e444387da2e6610ddc9701 113 0.06/1.00 vMB 27
328,504 328,504 0000000000000000047c86b2edb8625da6f2b9d78b4a574c6331408be0bd84cc 310 0.26/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.22 GB

Node Details:

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