Loading Tool

Explorer IconExplorer

Memory Pool

77,336 transactions
28.69 vMB
0.06929037 BTC
Random Selection Loading Transactions
Max Size: 174.11/200 MB

Candidate Block

Mining Attempt 036e93725d2fe57b5f3fd42ca0acc9d68225ad9d005b1fb7bb544f4d19028504
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root f5e67e61341371318b581ec5f9134cf9be4471d9541235d4675719307ef82728
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,584
Size: 1.00 vMB
Total Fees: 0.00973048 BTC
Feerates: 299.43 > 0.98 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (228,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
686,405 686,405 00000000000000000001a6facab955ae11451b4cc7d7b1b3703182cf9c8b0213 628 0.28/1.00 vMB 2
686,404 686,404 00000000000000000004ad0cf66f807158cbfda1e5e9feeb765a78b5c83d17c0 2,468 1.00/1.00 vMB 29
686,403 686,403 000000000000000000028fcf0d3d7f4ddcbe0eb85db40f605e45d169e9f60cdb 733 0.38/1.00 vMB 22
686,402 686,402 00000000000000000009bca6590476627a6590eb046b25dd9d93821d2404901f 362 0.28/1.00 vMB 25
686,401 686,401 00000000000000000005614c9a5c7916bb3258f3f6b5ac18fb7fd5c3d4cdafcf 240 0.24/1.00 vMB 14
686,400 686,400 00000000000000000002cad078bc34485f1fa7c3acdf437d7ea5c5158e4f9d00 1,303 0.50/1.00 vMB 12
686,399 686,399 00000000000000000007aaee34d4e280f1b97ce09c2f5c51df158c855fb36d3f 1,655 1.00/1.00 vMB 11
686,398 686,398 0000000000000000000170d7d524cf670ac91fb1491e0599ef5449037586e796 2,230 1.00/1.00 vMB 51
686,397 686,397 0000000000000000000bc9cb36751f5b7a9dc8d52190b8a93088814ca2594076 1,918 0.84/1.00 vMB 23
686,396 686,396 00000000000000000002736d9d1ac6dc0106a3109ab25cb1eb4cd87a9ac05d7e 1,482 0.59/1.00 vMB 21
686,395 686,395 0000000000000000000761a96e2f63fa1fa146b8a8aade5ea1c3fa791e2662cb 1,023 0.41/1.00 vMB 24
686,394 686,394 000000000000000000052f2cab0b551c65c438c1d53ea64e7fc7da00ca023a6a 534 0.32/1.00 vMB 21
686,393 686,393 000000000000000000046682c6b6a1df13d8c0a6705bcb6d6c168027607b6d83 731 0.82/1.00 vMB 8
686,392 686,392 00000000000000000001bdf0e5575d224b4b8ee19621f43b645684f48f25c8cd 1,172 1.00/1.00 vMB 16
686,391 686,391 00000000000000000001f93b6c7abaad22788fe24ff04b88437bcfd07d179899 293 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.55 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: 669.87 GB
    • Received: 15.78 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.