Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,740 transactions (0.80 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,764 000000000000000000022b910000000000000000000000000000000000000000 ago 0.80 vMB 2,726 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,763 (357,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
553,876 553,876 00000000000000000017071a1b4ee0906355a5694ca45c6b541b6267ada8eb38 1.14 MB 2,267 12
553,875 553,875 00000000000000000004998e15c4a17c648a811c0f02574a1ac99299e14a79b6 0.07 MB 169 10
553,874 553,874 0000000000000000000c77b91694fee800f7d30d9ea9fa8eabe7aacd3f6f7708 0.84 MB 1,549 10
553,873 553,873 0000000000000000000a16396dbb519109a8846b7cd4b0f70ed9c768809caab1 0.67 MB 1,310 17
553,872 553,872 00000000000000000019a6894b58f91113c4d51bb725e7d25638ee4b24647bab 0.66 MB 810 6
553,871 553,871 0000000000000000000dbc657a280111930e697e5a75c46e1527a34c2cc9b4b1 1.28 MB 2,216 11
553,870 553,870 000000000000000000049c50c160b97c7ec467c3a01d4bf7756b3b9a5100fe83 1.26 MB 3,106 17
553,869 553,869 000000000000000000183f045644655d23086d40bc6487f32d72058b88ed9884 1.17 MB 2,592 13
553,868 553,868 0000000000000000002aa93042782d42f612270dd5d303e99bc911cdc2df9973 0.71 MB 864 2
553,867 553,867 0000000000000000000013cda4ee7cfdabaca349246e00d019b364deda091b93 1.36 MB 2,188 11
553,866 553,866 0000000000000000000dba4aac90ff5e019ca2e0876bdc54c5c964e3f2b3442d 1.13 MB 3,379 12
553,865 553,865 000000000000000000290e2420db4993cbd7220b4157941629e64aeef81498aa 1.29 MB 2,620 27
553,864 553,864 00000000000000000008d153b0868e06f3991ead2c40ab312b24e766fcc0e6e3 1.21 MB 2,382 11
553,863 553,863 00000000000000000001099192dce5bd4d17a5051d9e46370f5a4e33ae3363c5 1.17 MB 1,982 11
553,862 553,862 0000000000000000002a20fba412650affefa6be41ecf94dae7447247719a405 0.44 MB 665 16
553,861 553,861 0000000000000000002cffa42c85dec1a2381cc7f849f7706c86834d572c5b2f 0.43 MB 877 10
553,860 553,860 0000000000000000000fc555f25a1d7357e004ae016990fdc0f2271490e7f634 0.30 MB 453 10
553,859 553,859 0000000000000000002ccdf7f6aed0b741231060ba41f6a06f8e1092cd459ef1 0.55 MB 889 7
553,858 553,858 0000000000000000002e2c4a8cb311f56c4d5e2b79493b5c8883429a11e643a4 1.21 MB 1,607 5
553,857 553,857 000000000000000000089161ee46a071e734e0e7fc68a748cd27829c462c5dcc 1.13 MB 1,417 19
553,856 553,856 0000000000000000001117fd3bd74f0bdb0e6342d0883d4178365c87809c1822 1.33 MB 2,956 15
Previous 10 blocks ↓
Total Size: 776.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,429.86 GB sent, 131.79 GB received

Notes

  • This page updates every 5 seconds.
  • 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.