Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,673 transactions (2.92 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,030 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,722 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,029 (826,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,034 83,034 000000000018e5c68c3e5202c0cfb5d93eaed33c2d4adad74fed3b4d413b9276 0.00 MB 2 0
83,033 83,033 00000000002be3d3aa19b04e2fb69f95f59a779cb810126025e391e26552b669 0.00 MB 2 0
83,032 83,032 00000000002f8e169500bd1a43a19e0fbc365f4dbf8e1c30dbd6478803f550b2 0.00 MB 4 0
83,031 83,031 0000000000276f88fcb260031432ed7210f3452e2de4b1575a9d50619ea397a7 0.00 MB 3 0
83,030 83,030 00000000001cdb8a440146e60117a5a65f3ad2bc56626a71c9415a95fe94bd9b 0.00 MB 2 0
83,029 83,029 00000000002cbad04c87f04df8592f2613f55688297d5b92b6350da47dc77336 0.00 MB 1 0
83,028 83,028 00000000000255ba14d89e702a1654dbea06f0cb36598a5c73639961fd4185fb 0.00 MB 4 0
83,027 83,027 0000000000138e206ddd8b1409eb68886664388d50f0d0cf85aa300ea256f7e2 0.00 MB 3 0
83,026 83,026 00000000000af1e78e6166e19a93185d5e8a1aacb8415c12bf7d30172fddc19a 0.00 MB 1 0
83,025 83,025 0000000000097e7cde964585be771df103562cca0d0fa677cb9cde026f250060 0.00 MB 2 0
83,024 83,024 000000000030c9c85d5b7eda496da7e51d071d02e8c2a54f3588abdb891bc9c5 0.00 MB 1 0
83,023 83,023 000000000016c1d3eb92eaec7e87f93df18e59f03cbd9696243b8eec3932feef 0.00 MB 1 0
83,022 83,022 000000000007f46369e0c88db2206aae74b36dbae4836e4a3b4f958e88fdec79 0.00 MB 1 0
83,021 83,021 00000000002e96dafba5b7c5ecfaf6f4c717b3c590f46dc5a1b3c755d58cf287 0.00 MB 2 0
83,020 83,020 0000000000108d62e5dcd738df40f7f2206d0ec38f38a4b52efc86fa9c4dd5d1 0.00 MB 3 0
83,019 83,019 000000000001fa52771953452fc0cdfbbd32edff1924aa8e9f7b8add0e8b019a 0.00 MB 1 0
83,018 83,018 00000000002bba570c3fbc62f77f54685b7011bfa202a086d4005131cc0ceed6 0.06 MB 225 926
83,017 83,017 00000000001a364e32f7874276ed93730b9c344b5ab59f6eb4f000f107484fb7 0.00 MB 1 0
83,016 83,016 00000000002c67a7198b32b8cf919679847bb47957a91662e1323d5290a40007 0.00 MB 1 0
83,015 83,015 00000000002684869335ccf43fe5c1428a02fc49d35578b3d69beab70f8e3128 0.00 MB 2 0
83,014 83,014 00000000000e83eb538595cd126609ee64e4657af9088294ff78d7207d78039d 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.45 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,185.37 GB sent, 115.58 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.