Loading Tool

Explorer IconExplorer

Memory Pool

81,022 transactions
30.05 vMB
0.09460428 BTC
Random Selection Loading Transactions
Max Size: 179.25/200 MB

Candidate Block

Mining Attempt 148999be628be7c4cf9f25a31bc267f69c8ccbd33758113d87921ea626273c34
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 9e1432b08a622f8d79a973ad7bbe18fa097a9c0c2b84c566d0fc909c53d22bcc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,729
Size: 1.00 vMB
Total Fees: 0.03133828 BTC
Feerates: 100.37 > 3.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (242,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,012 673,012 0000000000000000000581e7ed849e673bc6a3eb9cef73e8ee8688b938134c7d 1,510 1.00/1.00 vMB 110
673,011 673,011 0000000000000000000bd8d831f4c086a90820d85fd7606f08d5636ae4a8d62c 2,824 1.00/1.00 vMB 137
673,010 673,010 000000000000000000002cd15818494d167f6b602e3ed89aa98199d9f20ce8c0 2,740 1.00/1.00 vMB 107
673,009 673,009 0000000000000000000c07a5ac516dc2a766da3bd1f85ec92090ba497188fd1b 1,220 1.00/1.00 vMB 119
673,008 673,008 000000000000000000002ccb869ae6b5387a6432d40769adbc157d7bb9d7dc60 2,073 1.00/1.00 vMB 112
673,007 673,007 0000000000000000000a473f09c0086355a5fe589fc0de5f6974a8973d6b0a2f 2,659 1.00/1.00 vMB 114
673,006 673,006 0000000000000000000b71ffc4b39b7814a75fb372ef47e47fc96dc480fa6455 3,029 1.00/1.00 vMB 139
673,005 673,005 0000000000000000000be96366255c21de9d260ae105dd2e3b7ac9bf7312e801 3,002 1.00/1.00 vMB 164
673,004 673,004 0000000000000000000c28977fc64f105425b22b4f8700529015ef04e5761dde 3,001 1.00/1.00 vMB 67
673,003 673,003 000000000000000000046e7137bbf17347b2d97d7eb74a631a41b9b1a62dac2f 2,969 1.00/1.00 vMB 93
673,002 673,002 00000000000000000008e47ccb6bfb7cca72a5e64f95181d62677f914df6719a 3,209 1.00/1.00 vMB 95
673,001 673,001 0000000000000000000242bee2c3d05eedce88260ebb6be7fe7efd9b69b2175b 2,833 1.00/1.00 vMB 105
673,000 673,000 0000000000000000000ae8f25c6a1f5f743d4665ae9b7e5bff1ac1bdfc63fa2e 2,233 1.00/1.00 vMB 117
672,999 672,999 0000000000000000000827863c55938b02ae282328d2ed01a270d4691f92bfea 2,501 1.00/1.00 vMB 125
672,998 672,998 0000000000000000000a5fbf029551478cc0ae2a43997621a2adc8f85daad0f8 588 1.00/1.00 vMB 111
672,997 672,997 0000000000000000000c21b4df1db215dfbaf60c1b224ec0399201e401af1ad5 2,299 1.00/1.00 vMB 117
672,996 672,996 0000000000000000000979a89aeb4d7736ae94e016d9a644e0d27055163105e7 2,788 1.00/1.00 vMB 124
672,995 672,995 00000000000000000003abbb1a37fb57244beb339a8939280c84fd69ba02c601 2,613 1.00/1.00 vMB 76
672,994 672,994 000000000000000000000a7dd003058595cca6b30157e814d90affb7c28f2862 900 1.00/1.00 vMB 41
672,993 672,993 0000000000000000000b35d378a73a52efeb335f1d7563bcfcf58099ed2b126c 3,086 1.00/1.00 vMB 108
672,992 672,992 00000000000000000004c99a7222b5413e6b999bb314fbeed40ca21106ce4657 3,391 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.50 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.42 GB
    • Received: 15.51 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.