Loading Tool

Explorer IconExplorer

Memory Pool

44,334 transactions
27.29 vMB
0.06484232 BTC
Random Selection Loading Transactions
Max Size: 144.18/200 MB

Candidate Block

Mining Attempt b23b9adffdc9ad33d9c5c6bf2fc9385c7960ad76ec0dc4125123ba625a27a107
Version 20000000
Previous Block 00000000000000000000cb7f19ead4a2971e1e5cb5a2c3b233eaf5b231d7f805
Merkle Root 3cf41cc341ae8a8e8e2333252c2b5b92377e42cdd0575b643c1e008783c8e968
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,263
Size: 1.00 vMB
Total Fees: 0.01352322 BTC
Feerates: 200.99 > 1.36 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,922 (591,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
323,100 323,100 000000000000000007cec5daba6c4cdc242c74b71694beb83cadc14d02da3d3a 741 0.36/1.00 vMB 30
323,099 323,099 00000000000000000901e030c7ff9f51accca756803233723ead40b5988c2e0a 795 0.35/1.00 vMB 32
323,098 323,098 000000000000000000e3debaea027b6f074370d5f8bbbc12b7eacca84eeb2ba7 502 0.42/1.00 vMB 18
323,097 323,097 00000000000000001e80614b307464df1af051b50c5dd15fd5e8c0034bcc969a 1,475 0.62/1.00 vMB 35
323,096 323,096 00000000000000000ad0984b082bf2693ecacb666dfcf1df13babfd17ef9a7fb 1,060 0.70/1.00 vMB 25
323,095 323,095 000000000000000004c5e0c66e87e470801fc6833aca6fdbc66fc87289aaa07c 744 0.36/1.00 vMB 28
323,094 323,094 0000000000000000013535a016d0852b2327bd460c0108355865944a683de134 1,452 0.74/1.00 vMB 32
323,093 323,093 00000000000000001259c416efe1a395b7f4809f22ba8c4d2444f749debd4e37 931 0.75/1.00 vMB 19
323,092 323,092 000000000000000019158a9774082ac3f0d9a706cf757adf054485e2d1ef353d 1,107 0.35/1.00 vMB 50
323,091 323,091 00000000000000001d8b49466fd31b7ab2ee8b6277c078746df7eb4df42311a9 1,105 0.53/1.00 vMB 29
323,090 323,090 00000000000000000add2f1fc6a67eb33264b294532822967af38bfad6a64e38 522 0.32/1.00 vMB 30
323,089 323,089 0000000000000000187ef1e809657a558dd3129d568ed500898ddf8bb064092b 1,028 0.73/1.00 vMB 20
323,088 323,088 000000000000000006d7a7a52619001312daea39647bd47cc0e09858860cad71 2,182 0.75/1.00 vMB 44
323,087 323,087 00000000000000001a25e41a2d5afd13c532c2d3578fc09f6b58aa7bd161fcaf 62 0.07/1.00 vMB 7
323,086 323,086 000000000000000011a241ed518ff050bf12e90c9f6ee8e8b2939f99c029d0ad 464 0.24/1.00 vMB 25
323,085 323,085 00000000000000000d6a0a7fd5bf7f31a145b23beba6cf3449abe5f7d8123294 1,392 0.73/1.00 vMB 26
323,084 323,084 0000000000000000018faf440f3f9c6d296ddc25aab7fd6ffd5f87105180bc97 761 0.25/1.00 vMB 47
323,083 323,083 0000000000000000075e5b0a5ee1fafba7cf452b4401b846c8cbdded4834f4e5 351 0.18/1.00 vMB 24
323,082 323,082 0000000000000000015e9ffdabf62bbd2b9d7c1c35d24cfb1476881a88b19a0f 649 0.26/1.00 vMB 36
323,081 323,081 00000000000000000a99f68aa0e020908c6bef3822f7a047e8b9533e3ba34f9f 727 0.30/1.00 vMB 31
323,080 323,080 000000000000000012d4342c450ecad5b62dda4ddfa74ec91c1e8a17376bf5b9 569 0.42/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.25 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: 655.43 GB
    • Received: 14.31 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.