Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,574 transactions (0.78 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,367 000000000000000000022b910000000000000000000000000000000000000000 ago 0.77 vMB 2,562 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,366 (197,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
713,856 713,856 0000000000000000000b4b1c6020167005153214ec87c84bbf404a97a136352e 0.39 MB 818 7
713,855 713,855 0000000000000000000738fca74dbaa6851e50592a5db929fad37a69d6a6d467 0.91 MB 1,318 7
713,854 713,854 000000000000000000006bada4700ec91557bafceb434df64a53fc5df651faaa 0.29 MB 553 6
713,853 713,853 00000000000000000006837802773fd8b7657a617f2d36c34df2853294b6c711 0.97 MB 1,287 4
713,852 713,852 0000000000000000000b1f31368cf539441d2c003f4b04d7b14589bd673e6cc8 1.55 MB 3,358 4
713,851 713,851 00000000000000000007013e1e7aacce788419d754830b0f3913168b7a1e9a3f 1.41 MB 2,801 11
713,850 713,850 00000000000000000004526c04a510d3c43c71ba0b7a0469452728b3e5323c9c 0.06 MB 146 7
713,849 713,849 00000000000000000003e2bc1ef6f6e0dda6b1a3dfea851ecaa616d41b147855 0.67 MB 836 6
713,848 713,848 0000000000000000000845b374aedbeb3907304839614cd47060413a716760a2 0.35 MB 589 7
713,847 713,847 00000000000000000007ccb8614957cee3d5b86fd12df92c06ba9d46ba17b782 0.97 MB 1,601 6
713,846 713,846 00000000000000000003633c6fc1a4f5963b72a62313b3ba4ecbef3f12774aed 1.05 MB 1,266 4
713,845 713,845 00000000000000000006cd71d77c9983d592a4e503031baeeec2d9d5490aa29f 1.51 MB 2,798 3
713,844 713,844 000000000000000000052890ead810e7fd9001539689eeca608ac66818b28665 1.53 MB 2,765 8
713,843 713,843 00000000000000000007b39bed2957c51365f53dfd4b6134968a34fedce0fb2c 1.47 MB 3,151 8
713,842 713,842 0000000000000000000a4057c88fd0e68c8990b5555db0497ce591419efb5dba 1.53 MB 2,992 13
713,841 713,841 00000000000000000006dc4d2bd94e6b2f33e8f9e661b7a6cc3ba1fca82c155e 0.26 MB 264 5
713,840 713,840 000000000000000000076167c14ed5ac751ae227a3ca1895241c9e862753fcfe 0.46 MB 794 8
713,839 713,839 00000000000000000002ec1a07aa9f55ef56e077e02eb2aa3b533b80cadb368a 0.96 MB 1,951 7
713,838 713,838 0000000000000000000b5593b03c9a34deae8e3a8b634b69650e0d1447786753 1.16 MB 1,850 7
713,837 713,837 0000000000000000000931b510b4d41255ef340634e4f9a298ef53e22dfcdb89 0.93 MB 1,696 6
713,836 713,836 00000000000000000003748128671451cdbd6344c8649def9b9f8f9e89421344 1.17 MB 2,397 8
Previous 10 blocks ↓
Total Size: 775.92 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,401.74 GB sent, 128.44 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.