Loading Tool

Explorer IconExplorer

Memory Pool

1,666 transactions (0.51 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 2.96/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,224 000000000000000000022b910000000000000000000000000000000000000000 1,659 0.01223527 BTC 0.50 vMB 1.07
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,223 (202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
912,021 912,021 000000000000000000006bf58566a8704af79dad68420c656ab970143884f7bd 1.66 MB 5,591 0
912,020 912,020 000000000000000000018a08b9bfa4366d4cb6ba4fb8d737511ad17c9c3d5e41 1.64 MB 3,944 1
912,019 912,019 0000000000000000000093da084e7db588503f0563c8ce89d07667cf5e4fd660 1.69 MB 3,028 2
912,018 912,018 0000000000000000000047ec043891cf78b1b636ac9bf68606579ba77147bcd6 1.76 MB 5,817 0
912,017 912,017 0000000000000000000189a66623b844203d5d8689b03aa74577ce017fc111b6 1.71 MB 5,275 0
912,016 912,016 000000000000000000010de105b460403db3ff18cbb017d04b6a13f141772cea 1.63 MB 6,212 0
912,015 912,015 000000000000000000004c5f04e352ad736b2948c065e4fa289257837ee78092 1.75 MB 4,861 0
912,014 912,014 00000000000000000000a7b5a9b30feaa7639b5db5eb317854cf851e1babfa28 1.75 MB 4,966 0
912,013 912,013 0000000000000000000227f13f32da7b60e521734130abcd791179bb3a192b55 1.71 MB 4,034 1
912,012 912,012 00000000000000000000def2bcb45d4e2b9c0604aeaaf4387ff0b58846824aa3 1.77 MB 4,928 0
912,011 912,011 00000000000000000001e8fcb7480ac5ced8773013c9a79ada3f5e873895970b 1.77 MB 4,627 0
912,010 912,010 00000000000000000000955c4b8443e4005b23f523e6bf1cd84f988ca9150cc8 1.04 MB 1,230 2
912,009 912,009 000000000000000000000988cf3a39cdd1bbbc3ad7f7e25abf91020dc8ab6c4d 1.59 MB 3,833 2
912,008 912,008 00000000000000000000b180e824236235d348653e6eaefd9ae0bf45da8fd8a0 1.73 MB 4,653 0
912,007 912,007 000000000000000000020239070b0cba00e318a57715e2d7ef184f0443dde386 1.76 MB 4,133 0
912,006 912,006 0000000000000000000006735a3a55e45b2190790ff10f8f80f33b11149ff33c 1.73 MB 4,830 1
912,005 912,005 0000000000000000000060fa52e29fd874b2182f35237ce2f76d363e261861c8 1.63 MB 3,933 2
912,004 912,004 000000000000000000011ff13e421b1c6617bdebbb991186d4c0848be01f114b 1.65 MB 6,108 0
912,003 912,003 000000000000000000016f655060ee384274662da6061ffb12a2059e95ef3864 1.76 MB 4,283 0
912,002 912,002 0000000000000000000164b7d92207732f5e055f3a3540f20d4fd26712d3895d 1.73 MB 4,000 2
912,001 912,001 00000000000000000001a2131dafc67b4487586d5703bfa4d16ed724f0dcdff9 1.74 MB 3,875 1
Previous 10 blocks ↓
Total Size: 777.50 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,536.55 GB
    • Received: 135.84 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.