Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,669 transactions (1.19 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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
909,639 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,075 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,638 (833,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,083 76,083 0000000000475a27d776eb11ef23511721552f99e9a1068f56e866a8983a79fe 0.00 MB 1 0
76,082 76,082 0000000000788e2ca5660b1f0c4c20a68b6f9c57bcee6d974c9b9f9fb4ba260c 0.00 MB 2 0
76,081 76,081 0000000000014dc91f948035bb81ea767e79d648f28fb5cb6c4ecad25c4a1890 0.00 MB 1 0
76,080 76,080 000000000020c2f44c78a3b8c6cf6ca58b0d9168e48761f018ca762c342523ac 0.00 MB 1 0
76,079 76,079 000000000048971d591a25eef8177e7829d3145722f3d9616935a63ea7a86f85 0.00 MB 2 0
76,078 76,078 000000000003a1a857dc85afbf663026aae4731aed7cc50096c0be0e6ad8047b 0.00 MB 1 0
76,077 76,077 000000000060b179b09dd4a62f306b3a198847250ed2071d50520f65c44eb2b4 0.00 MB 1 0
76,076 76,076 000000000061aa98773961257427113641fce7363709a567a6179aa5802a3b9c 0.00 MB 1 0
76,075 76,075 000000000022453de65b6366d32a5c5893ccaf09aab5de2bfc0e4c8659eb9a79 0.00 MB 1 0
76,074 76,074 00000000007e2a0f92a807dca2991143b6bbecfca763a973ea59737cc352c768 0.00 MB 2 0
76,073 76,073 00000000000b0c948c939ad0a37c0b87f4506e96f92c80960706a0510f5d42e8 0.00 MB 1 0
76,072 76,072 000000000070ffb913e0d771960d3658cbcfbd395b9d0482bf0da65f48570190 0.00 MB 1 0
76,071 76,071 00000000000435db206f090b1eb7cc30276fd142d0fc9730de9bff5b63555266 0.00 MB 1 0
76,070 76,070 0000000000250e25c22decbde6627440a968ed821d28e180b15efd248d9f9894 0.00 MB 1 0
76,069 76,069 00000000005aa33510055f13d3da6d93757f88ca158d1e4ac24a6920a07c2113 0.00 MB 2 0
76,068 76,068 00000000004a693515631637557da35a62b21fd8aee5982b108bd266115bcd69 0.00 MB 1 0
76,067 76,067 00000000007ae8eb6a60fb8ea35ee64b6c0613bd5b7f671cceaf3060b6b6fa4f 0.00 MB 5 0
76,066 76,066 00000000006367ed33f4652307c84b1160e7a13bbc6584d75b339b4f24a315a5 0.00 MB 1 0
76,065 76,065 000000000053a74f731a6c1de08698c3696c58c3f4c81cadbee27762b81a6114 0.00 MB 1 0
76,064 76,064 00000000002fe96cf3bdeb39f254acb48f77d95f88426cab4165a351bab2ae60 0.00 MB 1 0
76,063 76,063 00000000004648601d5c65ffc0199bc8cd2d3975fd225f5bcda5ddc72e60a453 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.74 GB

Node Information

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