Loading Tool

Explorer IconExplorer

Memory Pool

82,510 transactions
31.14 vMB
0.11942581 BTC
Random Selection Loading Transactions
Max Size: 183.13/200 MB

Candidate Block

Mining Attempt caf0c602c4b65ef4854d5bdb7db101bbd88506e94f8f64f80be9ea639fc92add
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 0407718f6962a4fcdf51f0d97a49d615f25bfe080aede8a5b1564062f8f659cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,711
Size: 1.00 vMB
Total Fees: 0.04069419 BTC
Feerates: 150.77 > 4.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (228,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
686,429 686,429 00000000000000000007187b15897150bae82994685ee52462e85d3f6136535b 585 1.00/1.00 vMB 49
686,428 686,428 000000000000000000082ffafb44953978c1a9c3ff5bcb80546fc922f3a93ab0 427 0.34/1.00 vMB 30
686,427 686,427 00000000000000000008ef20672a2d95b51d7e3596c329f36a367595d105f98f 549 0.18/1.00 vMB 32
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
Previous 10 blocks ↓
Total Size: 782.52 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.77 GB
    • Received: 15.57 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.