Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,392 transactions (0.73 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,494 000000000000000000022b910000000000000000000000000000000000000000 0.73 vMB 2,377 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,493 (894,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,043 17,043 000000005463da0250d737315782edd43e3485a0c26e9894ff5492e4ae49ad25 0.00 MB 1 0
17,042 17,042 00000000aba6b32722f690d8d97d181f7f181e0c6d799f0bbc34f671a62727df 0.00 MB 1 0
17,041 17,041 00000000b713fa7dee29c5dbadf025703b9c2c8d0eb6dcb7a3df138222e1a1b7 0.00 MB 1 0
17,040 17,040 00000000cf49e8863826290c19f1a6bf1addbd9cafd9f3cb789e5366536e7580 0.00 MB 1 0
17,039 17,039 00000000f55bf30933b5a0e18172f18e5985ad04771a5b2709ba2f12cd058fd0 0.00 MB 1 0
17,038 17,038 000000009fe3bd666b415b054d49ff20eb287ec6dfda23c8c9936504815cb883 0.00 MB 1 0
17,037 17,037 00000000a88f430d8607e307234b90e5e8743d1e8bdad158eabd29a891fcf157 0.00 MB 1 0
17,036 17,036 0000000074c4b19a1ab841849f8632d6a0dfef2d04ec7075d30011d35d55f129 0.00 MB 1 0
17,035 17,035 00000000e32cac3339b1aa7b56646a8db2d523ed71655c521d47e615fade1628 0.00 MB 1 0
17,034 17,034 00000000f3d83a6cd75a5d955ad945287f0b33b91ef223a499675726c4e23d96 0.00 MB 1 0
17,033 17,033 0000000039576cba17accd38f352c191b26d0825b65e377f416a696a2c227fd2 0.00 MB 1 0
17,032 17,032 000000005363224ff9155b011518626823e94779f4997df99a08bb9f61faf6fa 0.00 MB 1 0
17,031 17,031 0000000078d01917df6b6ce28970b25204b8b87c89169fbde5a32da5705cb269 0.00 MB 1 0
17,030 17,030 0000000003f5d92005372fb02ed72f2650a041772258d8823f2d531e2ad336a3 0.00 MB 1 0
17,029 17,029 0000000032e121f76104cc91bef4388a79a0998f73d0192b65cf9b50f1aa29ec 0.00 MB 1 0
17,028 17,028 0000000096706c063912f58b35b925f8944b9d58916a55474ba45fdfb48faef6 0.00 MB 1 0
17,027 17,027 00000000a4109b71b597d9e8cac4bc03d081014bed18ca332b30ae69322394de 0.00 MB 1 0
17,026 17,026 000000001cb874fb4a07cfe5dd79a471f72eba70fe09a7a9cc8db9c489be08c1 0.00 MB 1 0
17,025 17,025 0000000054de8a813274d4dd8bd3b46a13aa79b75788da7404a151ec213906ef 0.00 MB 1 0
17,024 17,024 000000006727c95fe32937b87a73eaa3999058041d669a965415c485de4af107 0.00 MB 1 0
17,023 17,023 000000009588d61225e7c8aa807f952f9e7a48601deecf05e0e65bb8fc757a74 0.00 MB 1 0
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.92 GB sent, 129.47 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.