Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,699 transactions (1.70 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,603 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 2,462 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,602 (853,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,672 57,672 000000000e8eeecee868656432e096646e787c6c39e1ab9f8928686b75e0ac82 0.00 MB 1 0
57,671 57,671 0000000009d87edfb0025abc0494423281ee1aae33e54fa122073e4f46d1fba6 0.00 MB 1 0
57,670 57,670 00000000000412444acd748fc54a33830e521a049bdd733613dce6370379231f 0.00 MB 1 0
57,669 57,669 00000000121d47d78f6968ef22de910518b27d8c1cc2554fa12e6163aef4fc28 0.00 MB 1 0
57,668 57,668 0000000010c4b298451d02e8ebc6899fae4b6ca9644374e4da08786079e33e69 0.00 MB 1 0
57,667 57,667 000000000bac719c10dd0365a521da1b9d72c5c532fc2c858e4b7d0325938140 0.00 MB 1 0
57,666 57,666 0000000010c0ea6622b279100dbba9a622ad1fae2e2a0233bb6721ad83a11f06 0.00 MB 1 0
57,665 57,665 0000000007eac4d068762adb9f9a7e175d93a90426b50f4f2d91fc57af9814ac 0.00 MB 1 0
57,664 57,664 000000000637d81ce2bd60fc7487e12a02318a154dc95cc90d487e1d28a075f7 0.00 MB 1 0
57,663 57,663 000000000fadd34b224d5d73f60538332176060cfb800e0de524cc3402514bdc 0.00 MB 1 0
57,662 57,662 000000000b6743fa41ea5d4420c913e81e10d485a76a344bf7958ecad0d3d8fe 0.00 MB 1 0
57,661 57,661 0000000006496383cf98c285e1232b9aeb36389962db234a43d6ee251af0ec6f 0.00 MB 1 0
57,660 57,660 000000001194002bbe3f5b25f2366bb7f4454ac2c4e4940e39d47f7f2c182c6b 0.00 MB 2 0
57,659 57,659 000000000b56e062b0825c20716ecbbf7f6283680434a98a4805b05c40fd417d 0.00 MB 2 0
57,658 57,658 000000000d08f3966b02e84b7579f344528bd394cfe560172e32f0bc231914c8 0.00 MB 2 0
57,657 57,657 000000000c28fbc61ea6c251e15dae205a19dc9b0d0dde278ed6c24adaa5dbef 0.00 MB 1 0
57,656 57,656 0000000013f47740d40d53559d9864dfac6466bc096a20af2d494983474a0395 0.00 MB 2 0
57,655 57,655 00000000057842733d4e806ef554d7dff3cd5ce9285ca86c9856f81706481918 0.00 MB 2 0
57,654 57,654 00000000113ee6067eeac5a693c67687edf7601ba0a46e3268c50f3421f34056 0.00 MB 1 0
57,653 57,653 0000000006af97fe658894437c3e9e844a727b3fba925133219f9233aa83da6c 0.00 MB 1 0
57,652 57,652 0000000008b4fcab2549ba9dc6dc54b976db9545ced5956e343a3293d33f0c12 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.35 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,419.86 GB sent, 130.39 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.