Loading Tool

Explorer IconExplorer

Memory Pool

44,330 transactions
26.70 vMB
0.06798515 BTC
Random Selection Loading Transactions
Max Size: 140.41/200 MB

Candidate Block

Mining Attempt 7b17d2514164423d674d2edf35397b4f30c9c2e94161b3ac4edf4035ee699cad
Version 20000000
Previous Block 00000000000000000000a60f0cc25e0059f039a7782b5ad6e6e075a606bef2df
Merkle Root 13b2790c7e3a2185ae20384625aa1aa7e3c5b0ac74823f9f7b8b19457f199bb7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,402
Size: 1.00 vMB
Total Fees: 0.01875277 BTC
Feerates: 150.68 > 1.88 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,758 (878,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
36,718 36,718 000000008046c29ac69ff785ddc6fceed95089151843468c7cf5475159fb2277 1 0.00/1.00 vMB 0
36,717 36,717 000000003fb818a735aac2c2ccb88b4efc4728895db7d9393a9dd3f6f64a4023 1 0.00/1.00 vMB 0
36,716 36,716 00000000a2a46c9e310ee7d191adaf358836483d1880d77c940ea85525ed72c6 1 0.00/1.00 vMB 0
36,715 36,715 000000006e38c7c62f041e061ae24412f2353402a13bc4dec42c559e9291c7d0 1 0.00/1.00 vMB 0
36,714 36,714 00000000b18ff656340638f60b19477923bdb38f198c517390a3397947b5f95f 1 0.00/1.00 vMB 0
36,713 36,713 000000001eabff83a271a64ca7218ce579df5a19685ba337d72c67e09f6beaee 1 0.00/1.00 vMB 0
36,712 36,712 0000000007bb0d7ef639763d5e0ca9cc16af13a55a29030f27c6316e1717c947 1 0.00/1.00 vMB 0
36,711 36,711 000000001534db477131b6649f1b1ebf8953a626359012d8e304b35f0a1dadf1 1 0.00/1.00 vMB 0
36,710 36,710 00000000565e0a84406435757bfae62d5845846b77830185e67a6909bd39ad2d 1 0.00/1.00 vMB 0
36,709 36,709 00000000af96664e6ddccdcfa49729f60efd78e4f52a938eae48f82f9d85f973 1 0.00/1.00 vMB 0
36,708 36,708 000000008953fbce9b40e30f11d22bf1f4891688c65a7ace48a5cab103a0b212 1 0.00/1.00 vMB 0
36,707 36,707 00000000803bb42e12bb74642b75d4c1367931e8272becfbdc54e919f1aa2fc3 1 0.00/1.00 vMB 0
36,706 36,706 0000000045c0a8f00a5c1e8d2c953a79114b2414f1c7f95b41178e52da0935fa 1 0.00/1.00 vMB 0
36,705 36,705 000000004e8139e43591138ea1743472f2a1fe74ea75a7b131545e7f6ef6bacb 1 0.00/1.00 vMB 0
36,704 36,704 00000000a62e6298056db211bb7a649a8ed4cbd37dca6473ba36831dc8e59d53 1 0.00/1.00 vMB 0
36,703 36,703 0000000001a4e887c72e506794e0875e9536d4051f90735c0152a3d50db30816 1 0.00/1.00 vMB 0
36,702 36,702 00000000a6f625f714aa7a760f95be6b092d2f8e2bff8d00cf8037da920b2ec1 1 0.00/1.00 vMB 0
36,701 36,701 00000000b8caf2e8864cb31c8a50f4948db11b52ad77bc52baae206c2be293a1 1 0.00/1.00 vMB 0
36,700 36,700 000000004c6077804e9d005df4d4ca1f9e11f2d13da5025900744fdf5b17a1d8 1 0.00/1.00 vMB 0
36,699 36,699 00000000245f151866ca361efb0d9761331a51dc92f46132979e9f592011d067 1 0.00/1.00 vMB 0
36,698 36,698 00000000430dfea85a8988e75b0b1753a06897c50f9a444f0d5072a9d40dc410 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.96 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: 647.48 GB
    • Received: 12.95 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.