Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,079 transactions (1.53 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,727 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,150 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,726 (867,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,456 43,456 0000000026f13ca83b2b09f7bfbd68a6bd4a1b956e76e162f8d7e423eeda0e07 0.00 MB 1 0
43,455 43,455 000000003ef243d9d2f4a61c17d99056b0021c272542d1d7ac39472e3df06052 0.00 MB 1 0
43,454 43,454 0000000001f41b767cc7641bdc1af31017ffd8d89c6b2e6870e518be143933dc 0.00 MB 1 0
43,453 43,453 000000000e7eb9ae733a36f04bda4ad7dff9e960bf459b70c1d58768acbd7dbf 0.00 MB 1 0
43,452 43,452 000000001de692ef5f02b13faf62b775374217a16fbdb8568340013bb933566f 0.00 MB 1 0
43,451 43,451 0000000020d416a9259ba00ea9845ef8d7f94e395c6017e55b84bb905cddb10c 0.00 MB 1 0
43,450 43,450 0000000006b453744f5989e1a7b194298666e1aed01919b02dd6c1c571c7d46c 0.00 MB 1 0
43,449 43,449 0000000032660a966de0b2d74c9620a251bde0bd466250a4111ee6393d6e5fb9 0.00 MB 1 0
43,448 43,448 000000000bc16beeec230bcfe557b6e5eccd2a0cf7cff31ea73186b14eb875d0 0.00 MB 1 0
43,447 43,447 000000000e17f3e265c744ba40074846fdf26072665300f07f99af93812d23c9 0.00 MB 1 0
43,446 43,446 000000003d057c47e0421f9d0c4df8214517b465ee5613758d8f1a74e9e57538 0.00 MB 1 0
43,445 43,445 000000002112f152bc3d1d58bd19afebf663e4956f35e1150d5b62c585b52de4 0.00 MB 1 0
43,444 43,444 000000000be38fe8903d69a28b52e5758abfdf22feec53e3acb9b03da70cac32 0.00 MB 1 0
43,443 43,443 000000001e7f7eeb06df93b2ebfa12122590bed2656f62cb53048d3889a11491 0.00 MB 1 0
43,442 43,442 0000000017bb706f86ce8573862dd506d56ea2e88bbdd4f372bbed1bc0d018f5 0.00 MB 1 0
43,441 43,441 000000003330b526b299dea7330feec25ab800389c1857cbb930e4cb6d547e32 0.00 MB 1 0
43,440 43,440 000000001549806d3f270cc52157573b3baca90d9a32aa294f50243303595fe7 0.00 MB 1 0
43,439 43,439 00000000013b0d335651f868653937d68bcdbcdc065694637eecb08cac318062 0.00 MB 1 0
43,438 43,438 0000000030340de420256f81fc8686aab5b782c8fa0cf14f7f6f2bfc0373d6bf 0.00 MB 1 0
43,437 43,437 00000000178d8c05c15f371b5d51e0a98425932612b4eea4048f6cf4ced12469 0.00 MB 1 0
43,436 43,436 0000000006cbe5678a2f0d6f731cc4852a23ce59ca4ece3e5dc4e74e3503e87a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.72 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,292.19 GB sent, 122.24 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.