Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,699 transactions (1.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,361 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,753 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,360 (427,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
483,897 483,897 0000000000000000011a6f308082963ebcfce4e2d77eefbdf79270516baf4267 0.81 MB 1,689 204
483,896 483,896 000000000000000000cd5609e77ee84cee00964f9f33708c5253b462ee2fdf79 1.00 MB 2,029 154
483,895 483,895 00000000000000000071d8cae98a9dd21ab63a747a3e3166b50bb77087c34a07 0.44 MB 438 90
483,894 483,894 00000000000000000066b335c1e6fc990fc5734099313d41c25ebd9b697670a6 1.01 MB 1,643 234
483,893 483,893 000000000000000000c8bfca30b28b35ed6d2942c2fa44f17bb88c7840bb7ad3 0.62 MB 1,393 207
483,892 483,892 00000000000000000111d1839455e1dc6cab37bbbccc3248376cdc7c22a5db66 0.02 MB 43 160
483,891 483,891 00000000000000000038aa0d923a0cdc37bbe8acc6e5dd4644947aaaed2c34df 0.94 MB 690 40
483,890 483,890 00000000000000000042bbc63d5e7cb7b4df72f44e35a70352dc316db66f792e 1.01 MB 1,842 73
483,889 483,889 0000000000000000009350a353f853ada72eccdfbd40c009f12e038027ed3315 1.00 MB 1,818 190
483,888 483,888 000000000000000000dfc10873f7d76f8b0121b40a2103c74e081c3fa3f428dd 1.00 MB 2,194 95
483,887 483,887 000000000000000000d2313a31940307954fa5d1e157f6cd24775efb1cf5dc7a 1.00 MB 1,921 120
483,886 483,886 0000000000000000012ff4c6ee65067006a83dc1f2f1f54f7ad9d7ca84297a84 1.03 MB 2,175 46
483,885 483,885 000000000000000000757687934f812af5c74b54a3b12bbf5b337985efc77004 1.00 MB 2,066 115
483,884 483,884 0000000000000000006c06d5e5f40f0ab2751778fd7ab73b973a323f457e6701 1.00 MB 1,785 229
483,883 483,883 0000000000000000007bf9e11268da1245e63e7d6cdd3f25e9a2a1229475ce36 1.00 MB 2,222 198
483,882 483,882 0000000000000000010fd4ae99b2955962ae52d74612f0a1e4b37f07c8188ba5 1.01 MB 2,017 240
483,881 483,881 000000000000000000f7a5016598aa573a743d1e0922c1dc2ce08333dfc5d15c 1.01 MB 2,276 277
483,880 483,880 0000000000000000004b93324c0af9140815cc7abe97b55d1e9117991c490d0e 1.01 MB 2,343 332
483,879 483,879 000000000000000000552b6136bb0f40652db9d18d9003b7fc9d4f66e8b5879a 1.00 MB 1,571 259
483,878 483,878 0000000000000000010ea4dd284a90288986979adc65fe531823f2d249950a66 1.00 MB 2,771 353
483,877 483,877 000000000000000000cdda0891ff854e57360a9174e73c78a158bad4ecd0b974 1.00 MB 2,219 142
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.51 GB sent, 128.38 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.