Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

863 transactions (0.24 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,494 000000000000000000022b910000000000000000000000000000000000000000 0.24 vMB 848 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,493 (187,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
724,264 724,264 000000000000000000019e9227e489c3bbfe3e7544d301b5941cdd07fe8c22fb 1.53 MB 2,719 18
724,263 724,263 000000000000000000054294ef0b8875a1ddf939b4f821d39f163e71a1e5df62 1.29 MB 1,686 9
724,262 724,262 00000000000000000008404de2b97bfe17d6f55e174134d8799c51b6d9c8e5e1 1.54 MB 1,959 5
724,261 724,261 00000000000000000006c0dc143a1a2e53f7c950aacbdb86e237e7ac42d13151 1.31 MB 1,500 5
724,260 724,260 0000000000000000000440ca0259bfa5370859b1378e06da6466c25d478a78ee 1.42 MB 2,367 8
724,259 724,259 00000000000000000004f817b517659fb2015af29477f4f2d617c65d64b910fb 0.78 MB 395 4
724,258 724,258 00000000000000000006cd6526c825434d1a1c47bfff3244b89490abaabc22d3 1.49 MB 2,872 9
724,257 724,257 00000000000000000009a97906053ccda26db3ffbe2828d8c2ec3d2c078545c7 0.22 MB 388 9
724,256 724,256 00000000000000000006b709491ea816168e15f609211e69f8ce28a39c7cf100 1.49 MB 2,020 5
724,255 724,255 000000000000000000087668844980738206cb7af7ebcaa3c8614fc3ba1791f5 1.64 MB 2,334 7
724,254 724,254 000000000000000000034e6d837f89412bca16644b044531e803cdec57680ebd 0.05 MB 107 5
724,253 724,253 000000000000000000024cbe3de4543e8e34a864fa0b9bb781bbdf1f505f981d 0.19 MB 162 2
724,252 724,252 0000000000000000000621859c1683d165f6a35d46e2546271fc7afc17a6821f 1.69 MB 1,194 2
724,251 724,251 0000000000000000000767bee69feb8c7e7043b2f9cb02e613e976aba2397433 1.45 MB 2,010 5
724,250 724,250 00000000000000000005431fb5c171b96bddac73bedc0401fa8801ea41e501a2 1.50 MB 3,083 6
724,249 724,249 00000000000000000008c2aa79db6534c2101e990b34e294ec5185241c30c7bd 1.37 MB 2,363 19
724,248 724,248 0000000000000000000126226301111a05155d9747339ec8534a01bebed0bbb7 0.41 MB 842 7
724,247 724,247 00000000000000000006788678b6f251122f959ce7cfa8439116b0376f6e48c7 0.83 MB 1,768 7
724,246 724,246 000000000000000000061e765745cc750b0bc2b2fbeceae8dfb97ba0f3cb1f4b 0.54 MB 1,184 6
724,245 724,245 00000000000000000008f4a8de40bae99c1f319dd4f4f3aeb236feb8d6b18d71 0.24 MB 394 7
724,244 724,244 00000000000000000000e481bf13b14ed43045ac5889584c58c89942306fc858 0.66 MB 994 5
Previous 10 blocks ↓
Total Size: 776.15 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,411.91 GB sent, 129.46 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.