Loading Tool

Explorer IconExplorer

Memory Pool

46,755 transactions
27.36 vMB
0.08375343 BTC
Random Selection Loading Transactions
Max Size: 144.70/200 MB

Candidate Block

Mining Attempt 727a55b90943a0e570115ec420479dba459eec6685510bf29f742b6099eee205
Version 20000000
Previous Block 00000000000000000001a55d623f1f2c6db375b29f372bb722a1b5f7c3bb8796
Merkle Root 2acea2008c7d48396d0c2863a4a92dd6c79ba09475a0a4a2b67975f7f2e1e289
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,826
Size: 1.00 vMB
Total Fees: 0.03162400 BTC
Feerates: 298.51 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,782 (239,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,788 674,788 000000000000000000034f13790baae0fc692aac8385a68896d5d1e6be780eb2 2,886 1.00/1.00 vMB 93
674,787 674,787 00000000000000000003a05e21f3b59570afb423187e54f8d37c233e8120c407 2,380 1.00/1.00 vMB 102
674,786 674,786 00000000000000000002dca2225fead11c4d8659cd4f930e9b7268321a6a956b 2,922 1.00/1.00 vMB 116
674,785 674,785 0000000000000000000c1fee3377585994cd418f99856319cc5e3065f85548ea 2,262 1.00/1.00 vMB 107
674,784 674,784 0000000000000000000cd1e85e6d2a8ab055eb3eceb23bb7577eae7aa8597e51 2,259 1.00/1.00 vMB 103
674,783 674,783 00000000000000000009e893b5549faf8f93740d6e2430bfd9ab5ecc79a1b94a 2,474 1.00/1.00 vMB 107
674,782 674,782 000000000000000000004cd7efef47aa6ceb160fa512a53cb2809b15746eba09 2,909 1.00/1.00 vMB 130
674,781 674,781 0000000000000000000cc6a9dfd4173904bab73318f9059a2aaebece6c63eaf2 1,521 1.00/1.00 vMB 103
674,780 674,780 00000000000000000006e21127eada0b71decfe4173f0fef37e2fbb220f889d9 2,071 1.00/1.00 vMB 108
674,779 674,779 0000000000000000000402826558389bb58b795d6fdc938da306a3cc4fbd026e 2,524 1.00/1.00 vMB 105
674,778 674,778 00000000000000000005445a859a9074654f558c3ee270f3d3ceb7c8175fc955 2,406 1.00/1.00 vMB 111
674,777 674,777 000000000000000000099782d63bcc24d7a9b6d77901d88557c2d1eae883ba9e 1,466 1.00/1.00 vMB 111
674,776 674,776 00000000000000000004308af7eaa6cfff752d9f87e1fb059ade1afd21b06593 3,486 1.00/1.00 vMB 107
674,775 674,775 0000000000000000000baf4d2286f46085b81cf4443e87c4c0afd7272e73a17f 2,366 1.00/1.00 vMB 109
674,774 674,774 0000000000000000000799e2e7e4c27f3e02b088e0fc46024963d60c717fb8fd 2,236 1.00/1.00 vMB 109
674,773 674,773 0000000000000000000121fa3c9a63898269398936e4299df16daa06ae543c4a 2,532 1.00/1.00 vMB 127
674,772 674,772 0000000000000000000c3d6558e0bced612e794d9b1378b99ba98ed1698e3f05 2,691 1.00/1.00 vMB 130
674,771 674,771 0000000000000000000cf62d485aedd81e551dd5faf1801bd893fc5442cbae18 2,439 1.00/1.00 vMB 127
674,770 674,770 00000000000000000004383ae9e5e1fe647da271ceef8ea0ab62b8029817e15d 1,348 1.00/1.00 vMB 107
674,769 674,769 000000000000000000029b1abc6aafaa772f801910b2df4363601302468f77c7 2,081 1.00/1.00 vMB 104
674,768 674,768 0000000000000000000746f5d727a564ceaa9fe1e74bd17828086045a5d9b258 2,951 1.00/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 782.00 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: 648.92 GB
    • Received: 13.10 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.