Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

190 transactions (0.06 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,555 000000000000000000022b910000000000000000000000000000000000000000 0.06 vMB 189 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,554 (881,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,796 29,796 00000000f54bd19ea07282c9af7a196566f934194b1327556008fadfc7ede6fc 0.00 MB 1 0
29,795 29,795 00000000c6ca81a11585e8d429968bce63a90e28c76d6db21ada37662d8041c8 0.00 MB 1 0
29,794 29,794 000000006079453034b4239034734d4911456cd83b3cbfc9add57983c2808db0 0.00 MB 1 0
29,793 29,793 00000000bd3ec066e3057d9cf23b89bff3d56d4e1260db831947c8947f36a0b1 0.00 MB 1 0
29,792 29,792 000000005f5a73fb4af61dc5596b7436099ccc1e8cd0a185cd5f063155941f25 0.00 MB 1 0
29,791 29,791 0000000093b95920d1bb0ce2c959a5faf22dcf41daec7088c096e7252ef0aa34 0.00 MB 1 0
29,790 29,790 000000005991217f439b8559aa26e759c1845fdbc1b79e1627c3943a75cc2765 0.00 MB 1 0
29,789 29,789 000000007a599e2529f5a3100a91525cb5d3162f41e46e6dd08494021d03b65c 0.00 MB 1 0
29,788 29,788 0000000034545788e15dd3557b5ef30cf4b783ddf11a0dafa462943b2d19165c 0.00 MB 1 0
29,787 29,787 0000000030f5893f7b108308c57b999a54954c2341888f789e1d8cb88584dfa8 0.00 MB 1 0
29,786 29,786 000000000cb0ec1696ac3b452e6aed2943901e51ec631d78d87174a4b5358e0d 0.00 MB 1 0
29,785 29,785 00000000108c5a1738271956b51bdd6944b4df0eef1af4833fb7dcd46d3ce941 0.00 MB 1 0
29,784 29,784 00000000be9a3f970f816d5f425e8f62c0047a6719d6932d26310f59ed940c6a 0.00 MB 1 0
29,783 29,783 000000009ebc6ac1f69ca90417e305a4e410895445cb9773d918ce3c7cb65a47 0.00 MB 1 0
29,782 29,782 00000000a71e57fa79f1035ab0d61dcef0550be5a10f702f5e8eea41622f2014 0.00 MB 1 0
29,781 29,781 00000000682f2842484e29b137fd0d55a11b3890c9460e95c5f761595d4e29ec 0.00 MB 1 0
29,780 29,780 00000000befda210d4fcb2915c70bf9a4609ff49c304a583a0766736e16d4ba2 0.00 MB 1 0
29,779 29,779 000000002616c22231725805411dcfb661ff1998202e8af18615e158f69ce128 0.00 MB 1 0
29,778 29,778 00000000f590c45c504f92175191c770f5a325ea7c5dd75f4bc0a04765901315 0.00 MB 1 0
29,777 29,777 00000000b04bee0082d09944df12685eabe37805c4f4e985307cc86ebb4f68c0 0.00 MB 1 0
29,776 29,776 00000000832418bbdc0d54432a16f203c7dce5eda89be9c7af0114c335f8f92e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,414.29 GB sent, 129.96 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.