Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

943 transactions (0.32 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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,074 000000000000000000022cb30000000000000000000000000000000000000000 0.32 vMB 933 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,073 (886,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,526 24,526 00000000668df14f96855f1d6df032ae6e00dac79fd4f6cf6df0288c507e2097 0.00 MB 1 0
24,525 24,525 00000000325c00ab498f3e153ad3d89a4a3239528265a8a331a4d049ee90852a 0.00 MB 1 0
24,524 24,524 000000004749cba4cec9eb35f0c987242d8fd50f3c05d9730b21f6214296250d 0.00 MB 1 0
24,523 24,523 00000000d09855ef41f1130b13706647437a242c21dd3d6f1085ec4726758cc4 0.00 MB 1 0
24,522 24,522 0000000002606df12af537d4f19112c49835240719c6b0cdf326915709575e54 0.00 MB 1 0
24,521 24,521 00000000f7c6027ef864332c7d18f62c8f2c5b3514a1b6f0a1317890ad72f48e 0.00 MB 1 0
24,520 24,520 000000005c4d0dbdd96ba635ab1dceeeb6163a1ac02d80464f0830ba74def633 0.00 MB 1 0
24,519 24,519 00000000c412b8460ddb24a4dd6f36ee47e939ba91dc83590807b3f02557f6a8 0.00 MB 1 0
24,518 24,518 0000000091336a9c14a3177ff62110b72765576a88582a8c699e27dddb086a4c 0.00 MB 1 0
24,517 24,517 00000000766cf1f3c7ceb74585a2a3d17e958fb5a432cb719c616c18ed07c5e8 0.00 MB 1 0
24,516 24,516 000000000909c46eab5601fda9e3ac9ccd75b300e9d518e4ebb7ea92d021e63c 0.00 MB 1 0
24,515 24,515 000000009570163812b589cf2de2e7d2e1f359983caa8679c86740587bd30704 0.00 MB 1 0
24,514 24,514 00000000cce615cb13fcc41604ce192e450f894ed6b09e426f603431d764c317 0.00 MB 1 0
24,513 24,513 000000008b2e22539661066871b0b712f0f6d80b45a186d9454fda210b91f755 0.00 MB 1 0
24,512 24,512 00000000719e185bc47ed890b6fb114f6bf6afa4cb73a9b9392abbf0ae5812c1 0.00 MB 1 0
24,511 24,511 0000000012f744f917ef13e50d1510e62415e7788998943fc5cf153efec51bd8 0.00 MB 1 0
24,510 24,510 0000000036166731441751d861668b4efc7f3fa4179cbf243ca9b0fd1a07b14a 0.00 MB 1 0
24,509 24,509 000000002753fdb98c64292094a6d00af295609b151b5c9a55796383cb485496 0.00 MB 1 0
24,508 24,508 000000001dba580df32f115523891875a330461a28bfa33a95b670159034dcfd 0.00 MB 1 0
24,507 24,507 00000000d166976d72ecc73f15c7c55b807943a6e543173808a92dd6a381b05e 0.00 MB 1 0
24,506 24,506 000000007ebde2191a70204763be6235abda2597079fb4e1adb8edb7c0fd9ea6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.38 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,368.28 GB sent, 125.69 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.