Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,009 transactions (1.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,000 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,619 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,999 (873,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,086 36,086 000000002d9311847157b6d864770568afe3bf92d85b7cc189cb35eed22f3486 0.00 MB 1 0
36,085 36,085 000000008d480475bc24e26136a4a2a9b04c8225ab79418be54df987cff620a8 0.00 MB 1 0
36,084 36,084 000000002b0fa0e74d995d7d22b6b20889c651452aeb9fe11e308fc300d25e08 0.00 MB 1 0
36,083 36,083 000000001c0d3f385baaabc82dc83d534891fe981803a97ef267c58f7b0d6ff5 0.00 MB 1 0
36,082 36,082 000000000ac9785a4ecfb8e00bc25ce4690cce63c4ddecd85fc18fa7209f2349 0.00 MB 1 0
36,081 36,081 0000000070017a28569d46eeaf57e459d049d68dc4070b3024046f2cebd20113 0.00 MB 1 0
36,080 36,080 0000000005cec006ddd5ec19bb660b80f97b1e1a9a3200256a7fda46c9297b11 0.00 MB 1 0
36,079 36,079 0000000094ab69ccd9323439c0bb94165f6d52cd6666e8f10a031693323335c4 0.00 MB 1 0
36,078 36,078 00000000731b8259e840d56cfe1ee617bf9eb0f1c4ef56aeb7acdbda5d0b93ea 0.00 MB 1 0
36,077 36,077 0000000091cb56119cdc17602e7b97fee2f4deb2e253128148e87ba9bd1732c0 0.00 MB 1 0
36,076 36,076 00000000511d05c5956af5385e520c9fe6793c2321d198f8cf566ce69c6f3389 0.00 MB 1 0
36,075 36,075 00000000678f077ea7384425efad7d5c710ebff5ca3076038bf2c33ba2819013 0.00 MB 1 0
36,074 36,074 00000000107c06f02b40ef66de6f173156bc20c74eed6d3bc70bf2492c5acf65 0.00 MB 1 0
36,073 36,073 0000000050680dcefce977f582e869826f0c66769e7264ef6fff24aaae456531 0.00 MB 1 0
36,072 36,072 00000000501f23f26dd494a430e2c9c07057150f00aeb190ec4f234d5fcdb9aa 0.00 MB 1 0
36,071 36,071 000000008466dae76ae8af0a7c32abedb194d7f6e26ca87c2bd780abade4cd74 0.00 MB 1 0
36,070 36,070 00000000ab62126e197f141ab4f72050484d324e8d42f6cea660e10d86175a64 0.00 MB 1 0
36,069 36,069 00000000af241188061b64317bbf1e285a5db0b9edd2e9bdfb1030cb2ab00667 0.00 MB 1 0
36,068 36,068 000000009bfe26289eccdfa1a25354528a007eadc272df50464631aa1d970498 0.00 MB 1 0
36,067 36,067 0000000048ff86479ad2b288a04fa553839ba658906764e4894c0fc20e001454 0.00 MB 1 0
36,066 36,066 000000003b4a5ac9dc4ad6a016097d6c315d95edf1f3281ccf5c27e437a08605 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.39 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,182.78 GB sent, 115.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.