Loading Tool

Explorer IconExplorer

Memory Pool

76,960 transactions
28.57 vMB
0.06389242 BTC
Random Selection Loading Transactions
Max Size: 173.42/200 MB

Candidate Block

Mining Attempt 40a1ba07aa3cb35038e0bde0822477cf2f3a562934dae7f1eb4c619d84a7c006
Version 20000000
Previous Block 000000000000000000006b4c7bb2ab823a26bc3d3f20f2f0ec55782dada1c679
Merkle Root 88b38c8780b4a8d785e173138dbc38491d244c17d45629bde50bf8e9a92beb0e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,062
Size: 1.00 vMB
Total Fees: 0.00432557 BTC
Feerates: 40.21 > 0.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,104 (287,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,794 627,794 00000000000000000007bc97f8a0fef57a75da9f832df7b781bffb669b40f40b 2,509 1.00/1.00 vMB 21
627,793 627,793 0000000000000000000ee1477446d82c5a1f254f0927855077a27db011115cd3 2,247 1.00/1.00 vMB 11
627,792 627,792 0000000000000000000737b9d3a61e409559836aaa84496d71a51cd92053a66d 2,234 1.00/1.00 vMB 33
627,791 627,791 0000000000000000000fe05833ae10f0ec0f6154aabbfa166f7e38df4d96de47 1,754 1.00/1.00 vMB 12
627,790 627,790 0000000000000000000e25aa9a11dfac32568651d826d5bf2115ada9d7233f21 2,107 1.00/1.00 vMB 11
627,789 627,789 000000000000000000020c4438cfdd411f6a68815047be31610ee063516fe755 2,426 1.00/1.00 vMB 12
627,788 627,788 00000000000000000006bd5fc7173b8fa186f106c749efab64f6af248ceb219c 2,334 1.00/1.00 vMB 17
627,787 627,787 00000000000000000000c5ce5b2ebd51cc4a2ace79f04592008e1a8c40626431 1,671 1.00/1.00 vMB 21
627,786 627,786 000000000000000000094c313e3e0a9f5d6fb4caa372939bd787c73a39a072e7 2,676 1.00/1.00 vMB 27
627,785 627,785 0000000000000000000fdd7fce68b61821ea029549d6ca859942590576871eea 2,406 1.00/1.00 vMB 39
627,784 627,784 000000000000000000056cf2b126dcebc27fd6d16879e2bcaed78343db4fb378 2,300 1.00/1.00 vMB 8
627,783 627,783 0000000000000000000a1ba96aabb1a9ca8bc6b4e731c009b95a5cf61e678ca9 2,520 1.00/1.00 vMB 11
627,782 627,782 0000000000000000000bb514372cda6e4cf838135e711d5616aca3422375b253 2,534 1.00/1.00 vMB 21
627,781 627,781 00000000000000000003760a4f14191bef00f9a79d3c98b71f857661493bebf7 1,298 1.00/1.00 vMB 10
627,780 627,780 0000000000000000000ca523cfa0b8690e06e78e9a02287c7910cdfdc4bda443 830 1.00/1.00 vMB 9
627,779 627,779 0000000000000000000bf7b422a4a3dfbc1c987e971fc8fd19b4ee57555d5f14 2,582 1.00/1.00 vMB 22
627,778 627,778 00000000000000000001e1ac4cfdcb6509bbee6c68379cd4714db56fbdb22cf2 1,634 1.00/1.00 vMB 8
627,777 627,777 0000000000000000000936c0aecb2066132d853c458b5a57d8a878668ac8ca2e 1,883 1.00/1.00 vMB 27
627,776 627,776 00000000000000000005fa885b789aefd7d1ba3013509ef3f9669947bb746257 2,627 1.00/1.00 vMB 15
627,775 627,775 0000000000000000000aab2ec1797ec706a59a74cf9490a6359955c23f89dbaf 2,407 1.00/1.00 vMB 32
627,774 627,774 000000000000000000071057a69e6bd1e89b00913c2aaad02c8ec08f4f176e4a 2,822 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.57 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: 671.10 GB
    • Received: 15.86 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.