Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,171 transactions (0.42 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,359 000000000000000000022b910000000000000000000000000000000000000000 0.40 vMB 1,153 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,358 (186,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
724,905 724,905 00000000000000000004d2630126d0fdba542fdf2dcfaf473ddb1b26394901fc 1.48 MB 2,732 15
724,904 724,904 00000000000000000004a602e870a78eafb277c9a316ac8631676ff65ca31c14 1.54 MB 2,810 11
724,903 724,903 000000000000000000073d5304b5ee7309d2143d01a4f31458528f4007e95df5 1.50 MB 1,740 4
724,902 724,902 00000000000000000001bfdb3cc6ce3b3cbb9cde438e17f9067006f851f25bf5 1.23 MB 841 2
724,901 724,901 00000000000000000001135bbfbf976538998324e3c40c77eca7dd218db3ccba 1.45 MB 3,096 6
724,900 724,900 000000000000000000073130cd98f1cffa241aa451a141488529d3449e372249 1.51 MB 3,041 5
724,899 724,899 00000000000000000001b8e7dbe10f246a861753ae2ce87a391b44d78831b0e5 1.48 MB 2,140 5
724,898 724,898 00000000000000000001f191cefe5d681c2145776fd5434840d93fc33baa0fb7 1.52 MB 3,003 8
724,897 724,897 00000000000000000005688bd54ad740a624212b5b15dcde08ce973c82b4190c 1.40 MB 2,963 18
724,896 724,896 00000000000000000002e9264afe67c71d80572dcc9a8bbd22570d92711b2e9b 1.60 MB 2,935 11
724,895 724,895 00000000000000000000b6843e1b1b5ea2c09590a019c735a5475d720e68ab1c 1.53 MB 2,979 15
724,894 724,894 00000000000000000002b1a1239d5ea1356123108bf6d63f4d0bece620a9c716 1.36 MB 2,481 2
724,893 724,893 0000000000000000000495cf311e55bd0f20adc8f2afdb591fbba576668cbf77 1.54 MB 3,164 12
724,892 724,892 00000000000000000007c068cd23e0745c4a0b22dc2c2eb8a6bdd1e484fb8ba1 1.25 MB 1,709 6
724,891 724,891 000000000000000000011125f5efbd5f1447513d27acb8c058abbaf9c7f4f626 1.36 MB 1,330 2
724,890 724,890 000000000000000000054d0d981c4b6dec22b84ff682365c29c1d9ea220407df 1.52 MB 2,734 6
724,889 724,889 00000000000000000000ac32a1e170437e7737f9a9bf6fabc4cc664e4c270513 1.56 MB 3,118 7
724,888 724,888 0000000000000000000078888ffe119dc3e915633bf078ea7db33333302f0788 1.46 MB 2,941 16
724,887 724,887 000000000000000000036a6b7acfb2d345f5b4afcae319952f881bd68421e3cb 0.53 MB 359 2
724,886 724,886 00000000000000000002daa4f268fba8ebc277ea8b420d6f33b5cf82e3039cac 1.22 MB 1,204 10
724,885 724,885 000000000000000000070010ca94a645666336dc8b18b4b85c6cf7b7f7083c35 1.34 MB 2,025 7
Previous 10 blocks ↓
Total Size: 775.91 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.32 GB sent, 128.34 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.