Loading Tool

Explorer IconExplorer

Memory Pool

81,894 transactions
30.99 vMB
0.11696318 BTC
Random Selection Loading Transactions
Max Size: 188.11/200 MB

Candidate Block

Mining Attempt 929278509e4886080aa5bf88a8364d7a863375752399f39f6efd97c4a68b44de
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 0bc204a5f6d675009d7090d67d471a3e4586e90d2db935e6b38117f320693431
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,063
Size: 1.00 vMB
Total Fees: 0.03969182 BTC
Feerates: 318.30 > 3.98 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (564,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
351,379 351,379 000000000000000012ed72dd1ef112ec670fc1cdb51d3ae9760789b0ede0f62a 1,253 0.62/1.00 vMB 25
351,378 351,378 00000000000000000673ea98d8bf497f8fd9f162cf7eb716a0bacbc327d56a0a 1,602 0.75/1.00 vMB 31
351,377 351,377 00000000000000000e4e677d8c88c9a32d7d78070e5cb12a7f3c11cc3e06b62a 443 0.22/1.00 vMB 26
351,376 351,376 000000000000000003a52fbb4ca3b1a4e86f8014851d0175193ad75914083eef 360 0.18/1.00 vMB 27
351,375 351,375 00000000000000000caa7d4dc5487d166d9dda5c6e89f08ab05ce8d127ecf8f7 913 0.49/1.00 vMB 46
351,374 351,374 00000000000000001292772b37a94d6a10f717e8bf1bf300e244b807f06877d5 1,516 0.75/1.00 vMB 30
351,373 351,373 00000000000000000184d041b88635ef34f91eafc8db5e59e6718819ba05f97b 1 0.00/1.00 vMB 0
351,372 351,372 0000000000000000018932c92c2150911d14a1880c629835de9f1fe6e7451e3a 858 0.54/1.00 vMB 24
351,371 351,371 0000000000000000122e8870c8c2457eac108cea34c577cdf869ac5ce318b3d0 1,632 0.75/1.00 vMB 32
351,370 351,370 0000000000000000152dbf6f7113fd0e89ca19983914afcab289ff9f6fb585c8 449 0.23/1.00 vMB 27
351,369 351,369 00000000000000000d61818fe3f0f33faca5bb0e440baac1a077aac3549cee8a 1,739 0.99/1.00 vMB 25
351,368 351,368 00000000000000000ae49e8ffcb4f64b5a732a72c53540a65f930816a19fef0a 701 0.43/1.00 vMB 27
351,367 351,367 0000000000000000140ac55a720376e040fbd9b0a5330c2c4429b4a5af89a708 142 0.12/1.00 vMB 15
351,366 351,366 00000000000000000a7a584f26554a647573f41ebdb2ba6401cbfcf6b0f22bba 1,589 0.75/1.00 vMB 31
351,365 351,365 000000000000000000732acf01e81a4ac7b32f8ee9c771396262affb0be7803e 570 0.34/1.00 vMB 25
351,364 351,364 000000000000000007737130bcc41b59c091e90b59d5b9e492dd20f458890df0 1,127 0.56/1.00 vMB 30
351,363 351,363 00000000000000001214e5fa8b015ee9b34bce9ab9d22af0fcf656878e58a61e 1,241 0.68/1.00 vMB 17
351,362 351,362 000000000000000011707105d63a5538abadb4d499f8da0cb178bc3e02461419 538 0.41/1.00 vMB 23
351,361 351,361 000000000000000007fa39d6f2b6baf3636f53cfc047f725b5e28ecfe4546fd1 2,118 1.00/1.00 vMB 31
351,360 351,360 000000000000000012b2d7193a952e6a4afaabe8147fce6af6e0981e4652231b 1,992 0.75/1.00 vMB 37
351,359 351,359 00000000000000001246da72e1a85dea04574f6da0de565a109c13a1f1f5857e 1,233 0.85/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 783.08 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: 721.92 GB
    • Received: 18.39 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.