Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,505 transactions (2.77 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 910,634 (840,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,795 69,795 000000000003b20ed32a65d65fcd70ae280f26aba33d22d365e463f21678cf89 0.00 MB 2 0
69,794 69,794 000000000007ccac1811b105b0006be89a917a9322b2c055f709f4ad6ec1da7d 0.00 MB 1 0
69,793 69,793 000000000139f6154394d818399778de94bde36f08fb9d94f253d09e81dbeb3f 0.00 MB 4 0
69,792 69,792 00000000008694608e44f755634c232f3ea8119bf48172d84e722adf9d327c3d 0.00 MB 2 0
69,791 69,791 000000000114e03dd0714b6fdfffc82bd5c277d6b8127dd06a847c19f25e1572 0.00 MB 5 0
69,790 69,790 000000000031a08a020951007ab04cae1a3674bf5a45954567a1a137c42e2674 0.00 MB 2 0
69,789 69,789 000000000048b58983d9afec388214149e061032c46c6d451a802754e04f1094 0.00 MB 2 0
69,788 69,788 000000000115924edb103e167d0dafceff28e97c0e392d69d5e0bd1e1d42b366 0.00 MB 4 0
69,787 69,787 000000000055161b0bd4930acdaf0580075ce945ca6cf91fb5ce0cb74371ebad 0.00 MB 1 0
69,786 69,786 0000000000df6b43e7c71440fe085ae2c38f1de0c2de77084cf0bf6e2186d738 0.00 MB 1 0
69,785 69,785 0000000000293b78a2833b45d78e97625f6484ddd1accbe0067c2b8f98b57995 0.00 MB 1 0
69,784 69,784 000000000089e95325412f1700a2c52c4bbba98b6bb14bf846fda0e22ec11f08 0.00 MB 1 0
69,783 69,783 00000000009eb34011607c43c19ccad38b19d62a5724ffb4aa2013364eef61a4 0.00 MB 2 0
69,782 69,782 00000000000b662c770092599a667ed1f312942d228604017b4d8edff50dd1eb 0.00 MB 1 0
69,781 69,781 00000000014d4bcbdff17faea4296f125035fa9ad82b92d949ba611de8a3a1a4 0.00 MB 2 0
69,780 69,780 00000000003a30e5b90872844d7d2fb0ab40e5b9e279bcec8cc491872db39140 0.00 MB 1 0
69,779 69,779 000000000096569637137ad990231ff67b19e99e4ae370e7bb312400658fd10c 0.00 MB 1 0
69,778 69,778 000000000103d04e748d233d0c43d7346a91575d499e87c2eebe5fcf38cb141c 0.00 MB 2 0
69,777 69,777 0000000000a9dc5c20a8d0f6bd1565eba78f94d5482ff8e775d3a22706cd53fd 0.00 MB 2 0
69,776 69,776 0000000000717b65b96f855ac09b0b93e0f249627b8186f76297a1fef96f28f7 0.00 MB 1 0
69,775 69,775 00000000013f8f5c438458d8351eefb6c6e9c61418283167f99687cf4543541f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.55 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,271.49 GB sent, 121.35 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.