Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

24,595 transactions (5.85 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,063 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,240 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,062 (886,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,788 23,788 000000009d453f310464d495bf2b511ecb58361bc2bc02f1a59c749b0c0aebce 0.00 MB 1 0
23,787 23,787 00000000cebffb64aa8a48e0f8807efd0b7479081ae476c1d335281fb0fcb1a1 0.00 MB 1 0
23,786 23,786 00000000fb572378b9bccfcf4c47144d809fa5de9d185b2a3d0d143e74e77ed6 0.00 MB 1 0
23,785 23,785 00000000c19489773f90adb8bce3df99f3783d2fe64fa6ffe69a31da0eee42ac 0.00 MB 1 0
23,784 23,784 0000000015fae63c60ce74704ac1551fb61e575f95bc98014ba2b730b302f70a 0.00 MB 1 0
23,783 23,783 00000000e824e864dceef03e84b79428abffd053877afaf9f4abf6d753f1afd9 0.00 MB 1 0
23,782 23,782 000000009b1c8df60e99980896d1956be0240ebbe594ea8b5b29d6afc023d8cf 0.00 MB 1 0
23,781 23,781 000000009ebad06f154abc46188399cb35e94612a8b68530c4461f7a82ebb8fc 0.00 MB 1 0
23,780 23,780 00000000dedbe4240fc448021d3eef943807040fd4d36489be74db967dac866e 0.00 MB 1 0
23,779 23,779 00000000f19339b50073674496f4da6f729a452d08db07616175c078e072b318 0.00 MB 1 0
23,778 23,778 00000000ee876455febaba20c469c432f087b0495639e81f61f94e74d8913319 0.00 MB 1 0
23,777 23,777 00000000eae2ae07dc7fcf08c318f5c06612aba2451f043d9e746cd284b9bd2a 0.00 MB 1 0
23,776 23,776 0000000011d802875f950e9dc7891f666cb2a9f38a388e01a913d18455c6fb25 0.00 MB 1 0
23,775 23,775 000000009929469a187105df41b701bee8e76ddd9bed33c3e54ee2768961c9f8 0.00 MB 1 0
23,774 23,774 00000000d22a014ced9f420f12eaac4d583fdaf7588f19cf6432c35c052d3f49 0.00 MB 1 0
23,773 23,773 00000000353af4e42bb503f09559c72dc100e7c52503f3b7299cce7bf0b5db07 0.00 MB 1 0
23,772 23,772 00000000b70d7ddfaa1cc728fe9354367a1dadc573706f8ef3c92af089027f67 0.00 MB 1 0
23,771 23,771 00000000e9fb0d570237cc443b07893ee0903627664b99450b601d64557bf7a0 0.00 MB 1 0
23,770 23,770 0000000092a0ab15958f41a808626c28be0f684692f35e1459f8a1618ac23032 0.00 MB 1 0
23,769 23,769 000000004952bde84459181621f6faac23f0968a6f69e5110076a3f7d2585ed8 0.00 MB 1 0
23,768 23,768 00000000ebc7b517e1c9385addb5f8ec7b84840c905d2486a1b2e8dc2da653e8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.51 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,186.53 GB sent, 116.03 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.