Loading Tool

Explorer IconExplorer

Memory Pool

73,942 transactions
28.52 vMB
0.07183706 BTC
Random Selection Loading Transactions
Max Size: 169.04/200 MB

Candidate Block

Mining Attempt db07511ad81ed82367aaf9313db98cb178d6b884a2be7c2210a58d3a5760e9d9
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 289b3b97b01998185b91e650c3d9d2c14078be22460c5c82b8bff240ce93ee27
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,636
Size: 1.00 vMB
Total Fees: 0.01462423 BTC
Feerates: 250.89 > 1.47 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (228,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
686,426 686,426 0000000000000000000b6086831c5d9c9a75f2e604cd43e210919cd17d29e033 1,629 0.79/1.00 vMB 6
686,425 686,425 0000000000000000000c0e0bd75bb6d37c78df54606f38a6da8f3e54d8394ef0 1,855 1.00/1.00 vMB 21
686,424 686,424 000000000000000000049982dd70cd4269cfedc1602b4be855c31e19ba3d6164 2,781 1.00/1.00 vMB 54
686,423 686,423 000000000000000000012f4e9fd3dbdf71b8489a95aaa49a4ef5fc356c95b51d 207 0.11/1.00 vMB 38
686,422 686,422 00000000000000000006912ba3c94e9b8b16e7d2063cddb54b03b7cb4d2bc913 587 0.31/1.00 vMB 42
686,421 686,421 000000000000000000017256b1c93b59655b0072e5749608dc3d863d30faf94c 840 0.33/1.00 vMB 19
686,420 686,420 00000000000000000000af665a4876d9c7975b87bfef5c068dfa5e0fd7463685 2,407 1.00/1.00 vMB 26
686,419 686,419 000000000000000000079d53b0e5ef5c587d22cc916c1d0c2a63c3e44dc810d8 2,195 0.92/1.00 vMB 27
686,418 686,418 000000000000000000047e496e2ad0b13bf2d10de56a9a4d5645e76815858d0a 1,784 0.90/1.00 vMB 21
686,417 686,417 0000000000000000000a05a00bdde73c9346bf4cdcbcde16ef365879ba58dcaa 2,734 1.00/1.00 vMB 12
686,416 686,416 00000000000000000006cb2366f3b61837539c828973b07eb297efd137f7f481 2,745 1.00/1.00 vMB 20
686,415 686,415 00000000000000000000e28dce2f1b1b042d40950f78313caff163f38c93c1cd 2,165 1.00/1.00 vMB 17
686,414 686,414 0000000000000000000959370cda5bd7da70b8bd4352bb125ad890f1abc86375 2,091 1.00/1.00 vMB 30
686,413 686,413 00000000000000000005bbef80d32208e28d73e4adf775898554d3487b72a3bf 2,162 1.00/1.00 vMB 40
686,412 686,412 0000000000000000000c24da2c890f7e458585f9ef993b8e993d3164f8bdba95 2,263 1.00/1.00 vMB 51
686,411 686,411 00000000000000000009a31ab0607a8814f084853bfd91668c98eb8f748f5083 2,096 1.00/1.00 vMB 27
686,410 686,410 0000000000000000000ac644cb0c4b687ca03827723e20c3a527ce66c2704bf9 1,740 0.94/1.00 vMB 23
686,409 686,409 0000000000000000000878efc22e20cfeb90e1e9997e49cba7bcc0e465e32f7c 563 0.30/1.00 vMB 22
686,408 686,408 00000000000000000007bc00a8fd0c75926724ac2523c16ce94d73efa07f9b7d 2,229 0.98/1.00 vMB 3
686,407 686,407 00000000000000000000b7ea667e864c9631a8da40e1ed684b6b0b18b9db5956 2,033 1.00/1.00 vMB 22
686,406 686,406 000000000000000000034188451a99b51e2941d2e4f1d58d582852466c1f7ad3 3,126 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.