Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,332 transactions (0.41 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,008 000000000000000000022cb30000000000000000000000000000000000000000 0.41 vMB 1,327 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,007 (17,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,874 893,874 00000000000000000001b9f487539cfd9f448871fa024851eeff988df4b7d88c 1.67 MB 3,424 3
893,873 893,873 000000000000000000017c261a8986a5265445c2d31f928a6d48741e728f166a 1.63 MB 3,488 7
893,872 893,872 000000000000000000019e0412b3601a55fbd6c94c6a0fbe7079fd0d3fbbfce9 1.59 MB 2,688 4
893,871 893,871 00000000000000000001287f54b011628f9ee39030b9bd15e75d1d92636ed8bf 1.36 MB 1,976 3
893,870 893,870 00000000000000000000fdfee7a8aedfa6f4a187dc7002d961d7396e80ea87db 2.06 MB 516 1
893,869 893,869 000000000000000000014a1c00089096766108e9b3e665df18e9349583f94f85 2.03 MB 251 1
893,868 893,868 000000000000000000014f5fd7f3fdecd15a8ecf11cd8a37d7258a6d987eda30 1.87 MB 1,327 2
893,867 893,867 000000000000000000008985560df42dcd3d79d4df39a15805ccc811311fb4f4 1.94 MB 1,269 1
893,866 893,866 000000000000000000001dc059d981d213482137bd77f9d71575d783137ed6d0 2.12 MB 141 1
893,865 893,865 0000000000000000000177e833d97476766534352c427945615a069e36c7b265 1.53 MB 1,919 3
893,864 893,864 00000000000000000000e9f44ad6f36b8ccafba64aa9f676dd0b8744187f9a4e 1.82 MB 2,094 2
893,863 893,863 00000000000000000001bda80481ceaa8707cb077b616e409f06a377ff7848c8 1.87 MB 865 1
893,862 893,862 00000000000000000000ceb25ba56856d740fd10e46e7527f40dcce0032038d5 1.73 MB 2,624 2
893,861 893,861 00000000000000000001acfd31e49eca51e9f9f17fd7faafc8c6c9da833551d5 1.76 MB 3,888 3
893,860 893,860 000000000000000000007c644ecc55d8f0de4d09a833b41de5d93bfd3239d1b3 1.60 MB 2,623 3
893,859 893,859 00000000000000000001a2c7e8c84d314c4363991fdb2f6a020d332a3a5dd350 1.65 MB 3,178 3
893,858 893,858 0000000000000000000209fff36b28b34d7fd843064ac94a3aa307f77eb687d7 1.72 MB 4,012 2
893,857 893,857 00000000000000000001cef290b5e8c65f3865a9bfa64e3dc47b3def9294bee4 1.73 MB 3,775 4
893,856 893,856 00000000000000000001db8be2c82a24b400249f5a3f5a43b7d51044e6781044 1.61 MB 3,425 3
893,855 893,855 00000000000000000000e1f9639f6f51d72054f0cd0c055ec1d5aabf00aa32e6 1.81 MB 4,377 2
893,854 893,854 00000000000000000000f1a58a307f2f29163564b46779fd4a6ae72768174126 1.47 MB 2,982 5
Previous 10 blocks ↓
Total Size: 775.25 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,360.00 GB sent, 124.99 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.