Loading Tool

Explorer IconExplorer

Memory Pool

73,787 transactions
28.22 vMB
0.06830678 BTC
Random Selection Loading Transactions
Max Size: 167.75/200 MB

Candidate Block

Mining Attempt 0dd22b1e8f055bf775d5fd71b5818c916900bd963782fe5df1a648251e28f21d
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root 2dfbd76774551679842a8b73d6267e04b8c1bf7bfc37b9d1e0147dd5a6f957f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,617
Size: 1.00 vMB
Total Fees: 0.01183719 BTC
Feerates: 101.62 > 1.19 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (370,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
544,220 544,220 0000000000000000001b20371e4136c4b7aadee7a9356683a36704215a850af5 2,705 1.00/1.00 vMB 21
544,219 544,219 00000000000000000002ec85992781067149b0a586153fb832f7b3de5ec244bc 2,928 1.00/1.00 vMB 36
544,218 544,218 00000000000000000025d1e108c336a71e605c8a9cca8e0454354a113b93f4c4 2,918 1.00/1.00 vMB 26
544,217 544,217 000000000000000000093c1ece82e6a0e0d1eda79ee2c7beefbb121df0dafaf1 2,145 1.00/1.00 vMB 40
544,216 544,216 00000000000000000009610ec4ce4cfc2896616ac0482f035f5064622af2f207 860 1.00/1.00 vMB 47
544,215 544,215 000000000000000000067f9c645a2f81ec624fb89c311a12bde32b6d23390a9c 933 1.00/1.00 vMB 67
544,214 544,214 0000000000000000000d929686b099fb14ff7f09d9c222ca160901c29598229e 2,461 1.00/1.00 vMB 26
544,213 544,213 0000000000000000000a6a3d84731ad252af11088d36db80c0c0eaf565aff143 912 0.35/1.00 vMB 25
544,212 544,212 0000000000000000001d88e04ad2c65e06a14781fba53b6099bdf3ed9a21edf2 2,834 1.00/1.00 vMB 20
544,211 544,211 000000000000000000057c73163e0d0302b0f506f7a84348be9746fbc1644cf9 2,622 1.00/1.00 vMB 34
544,210 544,210 0000000000000000000ea8af0552417e5672ca3e709c522caaf246816199f536 1,363 1.00/1.00 vMB 7
544,209 544,209 0000000000000000000f0922b3b81bf0d16751488d18e3e564023a04a388cc83 2,273 1.00/1.00 vMB 16
544,208 544,208 00000000000000000003e6452fba0a236df48bf75787ec5835a89309a631b4ce 2,466 1.00/1.00 vMB 16
544,207 544,207 00000000000000000019314a58770bea768e4336b30f3b2723a9a464b78a7e86 2,112 1.00/1.00 vMB 13
544,206 544,206 00000000000000000024a8a9e1e2f3e58e43467dd69aa8cffa95007834486886 2,558 1.00/1.00 vMB 33
544,205 544,205 00000000000000000017ac8a6a35c0f62cf3051e93054c337c31c53bc3ef6426 1,342 1.00/1.00 vMB 9
544,204 544,204 000000000000000000119e92bfece31b3353d52c292ca41ebd1345f2a9b583fe 2,592 1.00/1.00 vMB 8
544,203 544,203 00000000000000000009c3f0c1d9b24100ad0e0e5564bc125e31d7830af5d4db 2,434 1.00/1.00 vMB 9
544,202 544,202 000000000000000000019e0a9a9ee0836396dd44e57a6d64b01ab6c9fe8e9230 2,421 1.00/1.00 vMB 8
544,201 544,201 00000000000000000002e514253994d734543dcf2833d0acc28c7341e20275c1 2,458 1.00/1.00 vMB 34
544,200 544,200 0000000000000000002460f084da18c9b822be91e8323d780d4dae0806f5f018 2,497 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.51 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: 668.67 GB
    • Received: 15.55 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.