Loading Tool

Explorer IconExplorer

Memory Pool

1,151 transactions (0.35 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 1.91/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,251 000000000000000000022b910000000000000000000000000000000000000000 1,139 0.00846382 BTC 0.35 vMB 1.99
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,250 (239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
912,000 912,000 0000000000000000000104f9a55cd38171b9d088cc9dc5cf721860f27b06126a 1.71 MB 3,819 2
911,999 911,999 0000000000000000000125636f0a63822fa912f043b66d7a14b3cea201e48b48 1.71 MB 4,590 1
911,998 911,998 00000000000000000001a4125f5b7ff8f5be9c3d2f085152d6ec4a3ccd09c69e 1.57 MB 3,335 2
911,997 911,997 00000000000000000001c48b703d6a307dfe73710645b2fd322d1d0c808147df 1.68 MB 3,527 2
911,996 911,996 00000000000000000001005aa1b4c0b42abaa9b61fc1903969744450ca092755 1.78 MB 4,862 0
911,995 911,995 000000000000000000014cfdde6aa234ef6f289b8afa578923d16d2048bb47c0 1.71 MB 4,499 1
911,994 911,994 00000000000000000001bbec1eb2151be3a5c126dde3b9db89721087f512c0bc 1.70 MB 3,901 2
911,993 911,993 000000000000000000001e45c718d9797c1bb83ce16ee63a93e468adc3fa5858 1.80 MB 4,025 1
911,992 911,992 000000000000000000016818345a73220a67540c03613813df8f3f9fa5c217c3 1.60 MB 3,721 3
911,991 911,991 0000000000000000000045538c46ce72fac1df12e6e466c52bb1b150075aa9af 1.81 MB 4,753 0
Previous 10 blocks ↓
Total Size: 777.54 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,538.10 GB
    • Received: 136.04 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.