Loading Tool

Explorer IconExplorer

Memory Pool

80,877 transactions
31.37 vMB
0.08581887 BTC
Random Selection Loading Transactions
Max Size: 189.65/200 MB

Candidate Block

Mining Attempt b6e817daa81260b286d95522a79bcc1a5b626bd5ee6c29e7482668aec5829370
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root 4d7046d9a9ad4111aad5f4ae8d104e92ba15d58c3b83748bf79789b7f95a3e47
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,094
Size: 1.00 vMB
Total Fees: 0.01766017 BTC
Feerates: 150.65 > 1.77 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (237,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,729 677,729 000000000000000000021f6025b15acf16a03fdee1f8f97478a049506854aff6 1,849 1.00/1.00 vMB 25
677,728 677,728 00000000000000000006252d8ea7588a0cbf6062fccc09f98f0d574acc4df333 2,391 1.00/1.00 vMB 32
677,727 677,727 00000000000000000009cd161e59f4509049d7b03bca23ff1a305bc8d01a1ed6 2,299 1.00/1.00 vMB 48
677,726 677,726 00000000000000000006ba79d39032721af79d099a1d3ee94333d6430dddfa0c 1,262 1.00/1.00 vMB 50
677,725 677,725 0000000000000000000a02f758370dfc75addf131509169426824799a3fd70ce 2,604 1.00/1.00 vMB 100
677,724 677,724 0000000000000000000145a8493e0258a097534617c1ad095eb83c492fee1d22 1,336 1.00/1.00 vMB 40
677,723 677,723 00000000000000000005a1bb90639c6eb0c96633661be4482d0156119d46b8ac 2,483 1.00/1.00 vMB 64
677,722 677,722 0000000000000000000588a52bd11f4054447a1e7231d69c7a93e46359063c5f 977 1.00/1.00 vMB 20
677,721 677,721 000000000000000000063e9dc4813f01c78a86d23beeb551797ec15eea9c1e86 2,432 1.00/1.00 vMB 43
677,720 677,720 000000000000000000075f066623a8d77a5a5d66310b7d6225e6c4f27c3eb34e 2,146 1.00/1.00 vMB 39
677,719 677,719 00000000000000000008cf6b57d18a04ee650f6bacb5590a313c36474b931211 1,151 1.00/1.00 vMB 48
677,718 677,718 000000000000000000061fa9342d80e5f6f2191d13fcf5ce17271e6d5f9f61f7 1,496 1.00/1.00 vMB 91
677,717 677,717 000000000000000000034e35359b4dde3f65c3085833d34d276f64f81b6b5567 1,141 1.00/1.00 vMB 17
677,716 677,716 000000000000000000083d4272d184b7ee2168f22f0a91831cba7b6b90adc962 1,610 1.00/1.00 vMB 42
677,715 677,715 00000000000000000003ea510ab56b3b6378e30bf7ef81b980d2de6cba6a3506 2,639 1.00/1.00 vMB 51
677,714 677,714 00000000000000000005c4b3b945537d5b92c472d793dade578fb583eb031368 2,629 1.00/1.00 vMB 63
677,713 677,713 0000000000000000000185f571ee537a19bd0cda1619501581ee1f1fcccb440b 2,178 1.00/1.00 vMB 15
677,712 677,712 000000000000000000087b7b8896668a49fd04b7bde96c7d1f264cb3a618f224 2,434 1.00/1.00 vMB 17
677,711 677,711 0000000000000000000856611d224e32cd7fbed46b99081dee3b5f3cfa8ed7c3 2,356 1.00/1.00 vMB 42
677,710 677,710 0000000000000000000b751d14d15aee1d50dca49837fd117602aeb93fe1102e 2,576 1.00/1.00 vMB 20
677,709 677,709 000000000000000000007002d6dd0275f8de2dda41e3d71f8fa1ef180ed0ce24 2,354 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.74 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: 708.14 GB
    • Received: 16.72 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.