Loading Tool

Explorer IconExplorer

Memory Pool

36,007 transactions
26.09 vMB
0.06671927 BTC
Random Selection Loading Transactions
Max Size: 132.90/200 MB

Candidate Block

Mining Attempt c3d3ba13728bed1059bfcb0409e4039aa040755a1cf66f35dd0b0a5e2cc75d44
Version 20000000
Previous Block 000000000000000000000fe35af4d037ca03b402462f88c6c27529d0780dc853
Merkle Root 467d7d5f046e10df13c46dd1979f8f94de6e928d329b4ea943ee1cf4adb9bc02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,347
Size: 1.00 vMB
Total Fees: 0.01855760 BTC
Feerates: 165.59 > 1.86 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,693 (260,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,032 654,032 0000000000000000000ab826ac96fc29e1bc02d6639735a537bf1d3ecfe680c8 2,475 1.00/1.00 vMB 45
654,031 654,031 00000000000000000002a4a3c5aad4a0056ae4a7c7c1b4ea9ce28a5d1a12255c 2,698 1.00/1.00 vMB 60
654,030 654,030 0000000000000000000848cdfe4c13cd9ffa1048a9b87bc6db3d9f1e7d935661 2,202 1.00/1.00 vMB 28
654,029 654,029 000000000000000000045dae62fdeaaa77a3ca3484900aa97a745c03400c50c8 2,344 1.00/1.00 vMB 70
654,028 654,028 0000000000000000000044327bf9d232c553b25b0adfebe333ec96b355175c24 2,234 1.00/1.00 vMB 74
654,027 654,027 0000000000000000000949add9e3e29a0012f6b2140ecc1518b6ac52b795b03d 1,615 1.00/1.00 vMB 41
654,026 654,026 000000000000000000014ccfe9f8cf9a358df2277c9a96f575ecefc4f3f77508 2,359 1.00/1.00 vMB 23
654,025 654,025 00000000000000000009a46ad5fb8fc8b807410cc40c58eb160ea67d4191305a 2,303 1.00/1.00 vMB 116
654,024 654,024 00000000000000000000ffa5fb42d43d8b646b932fae54dec8e2c32ece990e3a 1,916 1.00/1.00 vMB 29
654,023 654,023 00000000000000000009d2a034b5218bdbc9389105d48249b8bcd02eacccc6af 1,257 1.00/1.00 vMB 68
654,022 654,022 00000000000000000004b2165024d6e4e02cf4b99fa77134c63991c8d54ebaee 2,159 1.00/1.00 vMB 41
654,021 654,021 00000000000000000000c4e4d5e024a9ba578e4b30212864b9636e71b7d48405 2,001 1.00/1.00 vMB 79
654,020 654,020 00000000000000000004ca6847b2e24e29a8e4ae1a6bf4ec9bf05e4b87223d17 2,369 1.00/1.00 vMB 75
654,019 654,019 0000000000000000000776ce77309b7aacfa6f7addb39279ac901cafa2d224b2 2,332 1.00/1.00 vMB 42
654,018 654,018 0000000000000000000083710685b92b069c29682727e3e0b445daf78fbb250f 2,577 1.00/1.00 vMB 43
654,017 654,017 0000000000000000000d3717282b4ad2de7afe473e0fe07a20dafd69cf05affc 2,074 1.00/1.00 vMB 123
654,016 654,016 00000000000000000004539072450ae8014f26f019cd3b5efe641152409679e5 2,959 1.00/1.00 vMB 78
654,015 654,015 000000000000000000052fe02c6fa1388b99483e65aea696783c3c7c289775d8 2,477 1.00/1.00 vMB 152
654,014 654,014 000000000000000000013943b6ee88b08e9ad594efee84507896a1750efeab23 2,440 1.00/1.00 vMB 163
654,013 654,013 00000000000000000003cd6de986bbcbcfcb003c1051550b7f7c50d1a363ab9d 2,491 1.00/1.00 vMB 47
654,012 654,012 00000000000000000006f76fa30331963969c5bb717b1b0c5bcc2378a16fc59f 1,878 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 781.85 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: 638.24 GB
    • Received: 12.47 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.