Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,826 transactions (0.76 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,801 000000000000000000022b910000000000000000000000000000000000000000 0.76 vMB 1,822 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,800 (18,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,801 892,801 0000000000000000000019a0111e963282005010dcee18f7ccb55877face7157 1.71 MB 4,010 4
892,800 892,800 000000000000000000010a04a1a4edb3711d56e910c96ee4047d77756b7e098f 1.79 MB 4,612 3
892,799 892,799 0000000000000000000006b3e31bf43ae809d9a1ea8d14fd6e359db9be4a6d33 1.83 MB 4,174 3
892,798 892,798 000000000000000000014a582e1f633bceea5698f3ed2b8fef0ad1e686303053 1.73 MB 4,124 3
892,797 892,797 00000000000000000000862f5f1fbe24b54a563a862b87b186e83f22ceb1f941 1.45 MB 3,600 1
892,796 892,796 000000000000000000018093a004fad60174e4d3e17d65b755f87c2f93f974ff 1.77 MB 4,221 1
892,795 892,795 0000000000000000000200deac7f2da8871e0daad078b0060540fdfa0544a388 2.32 MB 2,978 1
892,794 892,794 0000000000000000000081abd927683b8b4028931fb4c2e68032c618360f72ba 1.66 MB 3,777 3
892,793 892,793 000000000000000000019677376d1ddb47cc26be361358dec685dc884958a86f 1.64 MB 3,079 4
892,792 892,792 0000000000000000000085bc6216aa1fab701faeb5f541044e553988cf26bd69 1.41 MB 2,187 1
892,791 892,791 0000000000000000000112865273d0cc02eae9835292de46ee6c562741d1e331 1.93 MB 3,661 2
892,790 892,790 00000000000000000001b1c5672fb65d8c5978fd0b42bfbc0f050d7643cc003b 1.68 MB 3,226 9
892,789 892,789 0000000000000000000250be9ff152f7201cb4e0bd2d913560d9242d24649177 1.77 MB 4,572 2
892,788 892,788 000000000000000000000c2a2126632d944fa465f1b3c25d5c8b4897380e6d0b 1.77 MB 3,765 6
892,787 892,787 00000000000000000000995ccd0c0c64776bc2ccc815916f82214f516e5d33c8 1.81 MB 4,281 3
892,786 892,786 00000000000000000000f6786e6beaecdf963d74af30f57309dcb7343a9697c2 1.74 MB 3,748 5
892,785 892,785 00000000000000000001237b233d9d3cc2bf6121ea1a585fae16610506e669b6 1.73 MB 4,112 2
892,784 892,784 00000000000000000000355c550919c17d253f353554c6444ac0e1f00970450b 1.79 MB 4,624 2
892,783 892,783 00000000000000000000a83cf7c8d9ef76b5f56bcff94cae1831c60b3f1a653c 1.67 MB 3,610 6
892,782 892,782 000000000000000000018e28923f2b651eca694be2a94b9efe1c69d01ace8197 1.71 MB 3,517 5
892,781 892,781 000000000000000000007babc1ff2a8f43133273faca203c1be920d432a4a761 1.68 MB 4,149 2
Previous 10 blocks ↓
Total Size: 776.72 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,446.54 GB sent, 132.15 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.