Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,979 transactions (1.35 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,604 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,335 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,603 (879,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,085 30,085 000000006a211a9c0aaa399e4a831fd5e5ef8adcd394da01a97235d001192ada 0.00 MB 1 0
30,084 30,084 00000000d6957440795876c3984dcb6612eb3d00a8286e73f4a225887c1695d7 0.00 MB 1 0
30,083 30,083 00000000aa3a8716891b6f8e7d87a28be2697ae81dc59fa85ef80d7bb0930e91 0.00 MB 1 0
30,082 30,082 00000000c731882fc29b13a45a1fc13c3c85fc5901b2f9c8c5987321221935b6 0.00 MB 1 0
30,081 30,081 00000000b3b2e1aaf0ccc7e60e998b07d77da1180041596fe6f411aed3405797 0.00 MB 1 0
30,080 30,080 000000006320a261d0246faa8c0f9d353e55a7cc5a682287e36700fba9a26c2f 0.00 MB 1 0
30,079 30,079 000000003b8cc0e7677ac5d3dafe9a9d049b9f80463756106fc6edbcadd8c03e 0.00 MB 1 0
30,078 30,078 000000005d2aba50c361024b6bcb400f69aa80a5613f741da7773a7b2ef9ed20 0.00 MB 1 0
30,077 30,077 000000006daf11bb8bea7a80ab2188c9667d875600d4e2aa3cb73872fea19ea1 0.00 MB 1 0
30,076 30,076 00000000db64b69a5dbc10dc1ac6e43c1418d39d27f8d8f682fceac767cf84e5 0.00 MB 1 0
30,075 30,075 00000000130b57b8823f7a762f76fe2207b9270327993fa740717dbe2ed31da0 0.00 MB 1 0
30,074 30,074 00000000d0de90257822995f9e61d06788f4241e1ccd86fa36f97acf28211b42 0.00 MB 1 0
30,073 30,073 00000000ef8616e3615b88d6c1c888dbe3b95d92eb9320a4b4126bc51bc8db05 0.00 MB 1 0
30,072 30,072 00000000e05a1ab112c4438b60e8e1367795884cf72b1d42b4840f6a30cb2ab7 0.00 MB 1 0
30,071 30,071 000000007ca80632d87f727ff4eeb12fcb677faa6bb1c3292ffc9b05d3ef881d 0.00 MB 1 0
30,070 30,070 000000007418d01a4be0cef333012057d5f3e1719466ae21db5272d0f5c565d2 0.00 MB 1 0
30,069 30,069 0000000086e7ea2b0b6cd9ce8a7b513bed3ffa276cd81f09ece887b988b16bb8 0.00 MB 1 0
30,068 30,068 00000000041bd439a0590014d41d5b6c2198042b4356d875befaab8966f08844 0.00 MB 1 0
30,067 30,067 0000000052dd365fb98b704af4e82c18874b9ce8ffd1507463b4ab0e1df13f09 0.00 MB 1 0
30,066 30,066 00000000a7b6d3f258891f259d6c2c725e1943028de7081426866ade64ea3746 0.00 MB 2 0
30,065 30,065 00000000d3be1acc23c4adc613f2e76aae8a5bdbddbee5efe7812b8284b8a535 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.67 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,100.17 GB sent, 111.68 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.