Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,425 transactions (0.66 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,616 000000000000000000022cb30000000000000000000000000000000000000000 0.65 vMB 1,410 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,615 (855,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,254 54,254 000000000a68643d6c94d7616d1a0c2415046ae59a08fca920ff0b0b306f2d61 0.00 MB 2 0
54,253 54,253 000000000341f6a5662e91ec3a16648a13cbf174f2e4a28d5c94bff1b856ec0d 0.00 MB 1 0
54,252 54,252 000000000fa2f9675ea54e93cc5cc0c5304b99acf1fc4177bdc3eeadda7b06b8 0.00 MB 2 0
54,251 54,251 000000000759e1338687f000a918509585e812210d78b6a567b6a9dec19c04de 0.00 MB 1 0
54,250 54,250 0000000009d184ec35663d50d5231e447903738f99c9785e7e8b4ed074fd4a91 0.00 MB 1 0
54,249 54,249 0000000000dbab4bd96ba53d80bc940ee635fe0f71678d30eb42e22be3d2ae68 0.00 MB 1 0
54,248 54,248 000000000e9cf1a158e5960b64cd3751cb76aba9d6e8383567e853913d14996f 0.00 MB 1 0
54,247 54,247 00000000114564b31fcd19aafda2a75dd912b1defc4351a5227878d5f2557573 0.00 MB 1 0
54,246 54,246 0000000005d1bdbf87f936f2d13bf4745c6fbf22761cc4d6c3a2550b6c31d27e 0.00 MB 1 0
54,245 54,245 00000000127c21163a1688115a6f3281f39d51332721950bf9d618dde77be5f3 0.00 MB 1 0
54,244 54,244 000000000066599017fc237a2a081f0fe6d4dc6cb27595879a792f2a49846e1b 0.00 MB 3 0
54,243 54,243 0000000010e4efe3314f44e29ed7a1e48b9a4510728bead08b7f2e49759ca5bd 0.00 MB 1 0
54,242 54,242 00000000111f1d3530361a5978ca2e56ad340f535c7fe53665f1b28f65e0f40a 0.00 MB 1 0
54,241 54,241 00000000040a71943273c831e5237fdf5ab53f638aed76820a075fc5827eeac2 0.00 MB 1 0
54,240 54,240 0000000004667706b608d3ff4ae3863687c9b612919db28b75e6fdee8a3a9db2 0.00 MB 1 0
54,239 54,239 0000000009ed0e4e962411754bb5c6020958d6c7e9858199c71b3d1a218c2a35 0.00 MB 1 0
54,238 54,238 00000000005c13b7546a8b833a766695871da1f9d6fe624543ab3f48773dd1a4 0.00 MB 1 0
54,237 54,237 0000000014a466994ded3301fbaadc137f2ac021338b91458d81ffc92bc1de84 0.00 MB 1 0
54,236 54,236 000000000ae8d17790746ff7508065736dc39fe2ed2bb43010faa6ec57a68ea1 0.00 MB 1 0
54,235 54,235 000000000a13236bc7ca8f1bee2266b474efda513947e307e670219c5bc2f207 0.00 MB 1 0
54,234 54,234 00000000145d29164a91fddfad3e645267dba3963eb5e5c880d26b44e0e1214f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.70 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,101.97 GB sent, 111.78 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.