Loading Tool

Explorer IconExplorer

Memory Pool

76,155 transactions
29.32 vMB
0.09032859 BTC
Random Selection Loading Transactions
Max Size: 173.10/200 MB

Candidate Block

Mining Attempt 7cae55598059a27152ef597c971c35330cfaa41378a1009d47a604b8ae38f02e
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root 6029408a19c7bfefafd3def2807ec838fff1a03a184da1b9d5aaaebdea3d4d7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,286
Size: 1.00 vMB
Total Fees: 0.02619967 BTC
Feerates: 150.77 > 2.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (219,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
695,580 695,580 0000000000000000000136a1f093deba61d5cbb852e2ac30c4dc9452c385f431 1,731 1.00/1.00 vMB 11
695,579 695,579 00000000000000000001f99a5ee7da67cfa4f9dc73fef2831cddfeeb03927454 1,359 1.00/1.00 vMB 6
695,578 695,578 000000000000000000046d4184ad2a303f3e521bc9ed435606f381d6fdd6e013 2,843 1.00/1.00 vMB 7
695,577 695,577 0000000000000000000af009ec8b3a0dc436b4067abea1247e7a8be9d2bc8c9c 3,111 1.00/1.00 vMB 7
695,576 695,576 0000000000000000000b716e7f453b6786bb3dd46d68c052428ae0122acd8146 2,674 1.00/1.00 vMB 33
695,575 695,575 0000000000000000000dd18fc1bf1e416a8386f231c6f2e437cb491b4755b853 2,975 1.00/1.00 vMB 27
695,574 695,574 0000000000000000000342e3539d830a848d3f4d67baa2d063d412c6c22a83e5 2,954 1.00/1.00 vMB 6
695,573 695,573 0000000000000000000648318aa2f3257f960afa6cda2cb622dc77d94f1d6068 2,854 1.00/1.00 vMB 11
695,572 695,572 00000000000000000010f4810e8a2e1dad0876811f3a0f072a9f49dec72673e4 2,600 1.00/1.00 vMB 17
695,571 695,571 00000000000000000009faba51e796007b2ea56012b5b8890afcdbf9d5d656e4 2,638 1.00/1.00 vMB 43
695,570 695,570 00000000000000000010baacacd7fdbbb8efa2779c7ef945043e6b7511b2f4ba 2,472 1.00/1.00 vMB 54
695,569 695,569 0000000000000000000505170074c5dcaaf53bc48c307e803490916a6c8c0529 2,614 1.00/1.00 vMB 11
695,568 695,568 000000000000000000113c38d05340375ca53fcc43f5a0087c72982d4936ce58 2,494 1.00/1.00 vMB 11
695,567 695,567 00000000000000000009492221b7a86182acef64ea9759435c8aa1d1316c7f22 2,829 1.00/1.00 vMB 27
695,566 695,566 0000000000000000000bc2d9d5a1d9446e6266b862795f4cbe70ac0a444ae82e 1,952 1.00/1.00 vMB 7
695,565 695,565 0000000000000000000f338bb1f74e6af4b050f0f8d7bab0dde606dbe5e65a27 2,246 1.00/1.00 vMB 9
695,564 695,564 0000000000000000000d9cd70eee9f7fee166f640d9e90b7bfd481404c56bacb 2,966 1.00/1.00 vMB 25
695,563 695,563 00000000000000000006cf128fc0f8a024a2a3ec0a03c60c0e5bf889f03344b2 2,594 1.00/1.00 vMB 31
695,562 695,562 0000000000000000000951f988a29660521e9f6b07f1501d54b3b7c7e3fded13 2,957 0.93/1.00 vMB 20
695,561 695,561 000000000000000000095a00dba5a5423d3940c1bc89ab3056540be7aed4c2a0 1,987 0.73/1.00 vMB 18
695,560 695,560 0000000000000000000362aa626e038d0324016f6698dd023f4656f9463d3b7c 93 0.02/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.46 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.94 GB
    • Received: 15.32 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.