Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

563 transactions (0.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,611 000000000000000000022cb30000000000000000000000000000000000000000 0.22 vMB 552 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,610 (833,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,093 76,093 0000000000746971be156a5d5cb8105e488c9a591d285ba72d9bc972bb1c9501 0.00 MB 1 0
76,092 76,092 00000000006fa71c56ed21c49b3a13069ed125dd9bbaa7cfda8e17f8782ee2df 0.00 MB 2 0
76,091 76,091 00000000000e23d32002f5da6cc49b7fed89878a1c8928bf321d609a84c5db7a 0.00 MB 3 0
76,090 76,090 0000000000142ed02b4f4743c3bfb0e2230d051a0baa358250a2f21f991fd211 0.00 MB 2 0
76,089 76,089 000000000050e3f2a9eb576724b56ca2a2abe6113b8cb8a60c1c0d54c84d5275 0.00 MB 1 0
76,088 76,088 00000000006def0a6f9fe65f300e87764f5e6b4cc765820767cd9c0a4f53984c 0.00 MB 3 0
76,087 76,087 00000000006a7c0adb31c509cc35708ba2e77941d421c89505ee38e8f6e2c819 0.00 MB 3 0
76,086 76,086 000000000049a27b6e2639377a061f6313af97670b0320e93d63dacd9ec8db07 0.00 MB 1 0
76,085 76,085 000000000008961a6c2a764fb00a5a0784fa212a79831c77ebda9a065581ded5 0.00 MB 2 0
76,084 76,084 000000000074c0c58eccc978bda0b785baad42ca88dff54d280862f425048f6d 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 772.69 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,101.29 GB sent, 111.73 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.