Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,748 transactions (1.05 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,031 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,547 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,030 (875,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,889 35,889 0000000033aa6dca3a690948f07b4cf4924c025d09a7646535f87546b203c337 0.00 MB 1 0
35,888 35,888 000000005e4ec656e77db2b5caa0d77ae7e40b6931f4ba7d7f882f5cf9b28a61 0.00 MB 1 0
35,887 35,887 0000000014ed4428780b12c88a58b91c4209402d8e594b191bc7bcd8532a51f9 0.00 MB 1 0
35,886 35,886 00000000028b11e0b6ea871b353f43f57fd2284a299e3fd8c29a867427b7b68d 0.00 MB 1 0
35,885 35,885 0000000099b0f5613f3a628fb860770970b351b2a6920f0975ba5e0ec41fc611 0.00 MB 1 0
35,884 35,884 000000001567cecb0d0447869292b4adf3c73c5e39ab0893f6e4d05879e80055 0.00 MB 1 0
35,883 35,883 000000001e8fb0613a1ebb2b99f598b79ccb8121b2880b7b30a7a8bee612c6e7 0.00 MB 1 0
35,882 35,882 000000007822629d948adf17fc01e594d3855c4ede9252109e747d859dec6c66 0.00 MB 1 0
35,881 35,881 000000004a5c9e9d6bc1d26afc4ee49be9b567a366e83a4d964a45bda62f13bf 0.00 MB 1 0
35,880 35,880 0000000037581fabc573edebd09b011192e027a84657c9764471a508c69fcdde 0.00 MB 1 0
35,879 35,879 000000001f73b990ed6c167709522f2c7727ad48290ed195d426cd773b841028 0.00 MB 1 0
35,878 35,878 0000000088ac3571f4721f911da90a117022b8935e8335788c53a0620c8f7f33 0.00 MB 1 0
35,877 35,877 000000005fb785675dcc4cf0c00a035e84147686e141560edb1f71194fa8d25b 0.00 MB 1 0
35,876 35,876 0000000038f9e93689bbe924c03f6f0682f0e2c2d7de1f8ab9d7d4edd3d3b634 0.00 MB 1 0
35,875 35,875 000000001f6c251386222d67f854fc4abb3466534de57f703c701d34c0d776c4 0.00 MB 1 0
35,874 35,874 0000000082c269720b61a9b461da229490dba9d345f8fb06e0ee75e8023a7723 0.00 MB 1 0
35,873 35,873 000000008cc1de1d7766220b04cb93c8cd3412966131a6a749860946e2f4317b 0.00 MB 1 0
35,872 35,872 00000000bda4bf31584ec95aa8c66842133c8d411d61b43efad648e5268e88ea 0.00 MB 1 0
35,871 35,871 00000000b48f09d48e27c8b57b022c940e9341404cde945dc49f1412475ccf8e 0.00 MB 1 0
35,870 35,870 000000000d47436f763b618ab3dd862edcd943c8fa4728ed94ae5cc4519fd959 0.00 MB 1 0
35,869 35,869 00000000a41635d957ef0720361d606d05e85c9d34723b9a06d1a2da016e1e59 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.30 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,361.67 GB sent, 125.26 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.