Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

742 transactions (0.20 vMB)

Priority:

  • 1 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
910,603 000000000000000000022cb30000000000000000000000000000000000000000 0.20 vMB 731 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,602 (819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,783 909,783 000000000000000000008eaedbe797061e16ea3c30c86594d23fa364cde3121c 1.56 MB 3,249 4
909,782 909,782 000000000000000000008d094aab7de77bcb807ac3968007461d593836c0b626 1.66 MB 2,046 3
909,781 909,781 00000000000000000001bc7dd8787b4ad7238560aaf79afbb2afbb5a6b49fb42 1.63 MB 1,614 1
909,780 909,780 00000000000000000001e0973eaf2db967dddef8e40ce6ba296020ae92321b44 1.52 MB 2,549 2
909,779 909,779 000000000000000000001e28497a97afc74702b70699670b92e0ce0ac2d02794 1.53 MB 3,856 6
909,778 909,778 00000000000000000000541a23f0a88806047064ff2d6d3d30dab4e2534cbc3c 1.79 MB 5,002 0
909,777 909,777 00000000000000000000967d0b1c37a8d8c25e54a91f97a01974fd8bc6386ac9 1.56 MB 3,176 2
909,776 909,776 0000000000000000000105d427587e1e33041d0a369347681bdbcda4fbd43a76 1.67 MB 3,786 1
909,775 909,775 0000000000000000000029afb4d030c8bea0ac5ffc5d72d60b796fdd93d77c65 1.56 MB 3,745 2
909,774 909,774 00000000000000000001fb82644b732711b18ef4f19ac2090e7f78a0bec4a9ce 1.86 MB 3,252 3
909,773 909,773 000000000000000000006dc2c693e7487ee1a43b920eab8352d5c24e907523a9 1.14 MB 2,621 3
909,772 909,772 0000000000000000000132f8b4f154f320d3f57aade150a4d39d2f31bd8e6bf7 0.21 MB 388 2
909,771 909,771 00000000000000000001e0abc1c3589e1df0af6e0a76659c9bf1a92695386078 0.30 MB 619 2
909,770 909,770 000000000000000000016d824e3decdad4bf540a23f294155019b11bfd997b3c 1.75 MB 4,133 1
909,769 909,769 00000000000000000000f6bdc03813e1fd99f2c3355af73cb7d32edbbd2621d2 0.11 MB 261 4
909,768 909,768 000000000000000000018e50ccae02c5e7a053f814ce62b7b5208609683b4607 1.72 MB 4,611 0
909,767 909,767 00000000000000000001ed41cf5b997aaf97aa7509b3c6d35cc00e9978a32c60 1.72 MB 3,510 1
909,766 909,766 000000000000000000013cef3ad1b6a37b18e305546b0111c71f62abf17b7306 0.25 MB 417 4
909,765 909,765 00000000000000000000121cac766374fb4db4a6a543d001b0281103bb87a35c 1.78 MB 4,715 0
909,764 909,764 0000000000000000000135dddc15861b7c5e0d6df958193b68e32b9a2aaa8095 1.62 MB 3,895 2
909,763 909,763 00000000000000000000bc23528e3abbc5741c99934158bc5008a6b5c8948d7b 1.63 MB 2,647 2
Previous 10 blocks ↓
Total Size: 774.49 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,255.23 GB sent, 120.98 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.