Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,322 transactions (0.75 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,837 000000000000000000022b910000000000000000000000000000000000000000 ago 0.74 vMB 2,305 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,836 (819,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,954 91,954 0000000000028e9412a5e78c88cf24dd843b3639b6eff3576fcaf425a827fca9 0.00 MB 5 0
91,953 91,953 000000000006c9a43a4baedc58772534251a6ff2a6106b4531e9b000b3891d7c 0.00 MB 4 0
91,952 91,952 00000000000699401b0010a35b6aa6248cb7837c61ac65cd6d2b97299b2dc0d4 0.00 MB 3 0
91,951 91,951 00000000000678f92373a27f3ec44ebb7dc459f40cbe423e48efa6af70f19a20 0.00 MB 1 0
91,950 91,950 00000000000a33fffc77347a62f0553fecc68f509ec9c036bdb9c6a7027ef22c 0.00 MB 1 0
91,949 91,949 000000000001fcb0fbc926f07c3c2a0fbec2d7422e8204ad9b4311527648faa4 0.00 MB 3 0
91,948 91,948 000000000008838bc3de1392ce99531828561345e15bd232e64cfa589275134b 0.00 MB 6 0
91,947 91,947 00000000000c3ac106ca19aae612a885201d7369561a120206b89b78a32d3566 0.00 MB 3 0
91,946 91,946 000000000009512d87e11f25beef91ee52702bf9e0f08ed3e1bd136d8fe22deb 0.00 MB 1 0
91,945 91,945 00000000000e0fa13740ce88f934db7963fc7579031763f62e509d710954ae9b 0.00 MB 1 0
91,944 91,944 000000000005ab7aec30da0ec9ba3515865f9225cc9f91cc0d7edcd5cee6a943 0.00 MB 3 0
91,943 91,943 00000000000455dd155d628dac59b202709f25280abf0ef585a73934a6042a88 0.00 MB 1 0
91,942 91,942 0000000000025760a8aa0a4143a1a85be103acf4d5e36a19e890efaa91c8a6f6 0.00 MB 1 0
91,941 91,941 00000000000817f57727f9f48baab5a7b0fbf5e79f21c51d7b01cb1652f3029a 0.00 MB 2 0
91,940 91,940 000000000000004fa1186f88c245f89757b74b7ef1fa87302ab340b635686c1c 0.00 MB 3 0
91,939 91,939 0000000000032faea12e944fab1a43f000006c85f5b3c6a77e67ead0f8b5776c 0.00 MB 1 0
91,938 91,938 0000000000036885112bd944f646a3ec4a1ca0b729be54c8cefc67dddfaef077 0.00 MB 1 0
91,937 91,937 000000000000753fa60e20203fe29f8fbdde30876b113e443be8dd5ccc492cc9 0.00 MB 2 0
91,936 91,936 0000000000025afa4cb60ecee34631285d6e550f401e5147e048b4d023cf36f1 0.00 MB 1 0
91,935 91,935 000000000009a22e254e64135285cac6695ab519edbd4edf395442d1c2f09867 0.00 MB 1 0
91,934 91,934 000000000001343d725d748199f793a7fb7fefa733d9ac74c3541e96895acee9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.79 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,467.44 GB sent, 132.49 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.