Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,807 transactions (1.08 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,204 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,427 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,203 (881,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,099 31,099 000000002bda8f71fc94bf386c0fa2a6004c3fa28018fe0eb4c0c9a187487998 0.00 MB 1 0
31,098 31,098 000000009c735a5bd856baa2c2bc9b8fef6f93614ea88aac77e449b86ede7bd2 0.00 MB 1 0
31,097 31,097 00000000e241af391881354c73a4fe6a5a45e47e60d585b2d383bc0e1d0fd8d4 0.00 MB 1 0
31,096 31,096 0000000082dc5fe0253d71f33823111a88c1268445944a1b8110859f7ab0c2eb 0.00 MB 1 0
31,095 31,095 000000006011866c9f40c7d70c56b6f0955b17be64c1a7690f949dbba3d4cbe0 0.00 MB 1 0
31,094 31,094 0000000046c338e13e5b56469599aad39e4f32b7aa002ab2dbcd037df8207dcc 0.00 MB 1 0
31,093 31,093 0000000022c4ff2e12706f2b07107711cf1c9dd752efca462d5935f1ecfccc8e 0.00 MB 1 0
31,092 31,092 0000000051e22acdeb27f6c12a8e83f33a61f2a20850c3e73bae135273d04619 0.00 MB 1 0
31,091 31,091 0000000079426c6251fd4932558212df7fe20ef9e4ed7d5c3aeba4ae50e99733 0.00 MB 1 0
31,090 31,090 0000000025d889f3b0a7786c60ee6f1833906dbf3e15a4ddaa02497203e21cec 0.00 MB 1 0
31,089 31,089 00000000cb0cad9489c05d43dcf6499527c11562a775944c3054d71e94b5f250 0.00 MB 1 0
31,088 31,088 00000000fdf1527170f88b232621c5f80205f4c505cbae20928371731168b09d 0.00 MB 1 0
31,087 31,087 00000000fdbb238ad18b2ddf0984ab2483b9a60c8b9eb5758c751749d2f3e918 0.00 MB 1 0
31,086 31,086 000000006b3d5600f5b47d0ad86f7d990f5c0be50b43513270bcd34a2f6e7ce0 0.00 MB 1 0
31,085 31,085 000000002f44f54e975ec9e21b50f84674cd85183ae5cbfe926ad3f1d03a8a7a 0.00 MB 1 0
31,084 31,084 000000005805347320aa0a3da659867b41b6d3f9c9f998ad159ad922c79c8f75 0.00 MB 1 0
31,083 31,083 000000004022c21bbf608b05303cc1ea458941ac60db1013880b028ea31ae075 0.00 MB 1 0
31,082 31,082 000000000d8b5b81be1995edb66eea4af5c3f21886c7ae64908e68eba17f31d8 0.00 MB 1 0
31,081 31,081 00000000911e547a60f23a171998355c48718df32c6b4bec4de4a7c51e9ec377 0.00 MB 1 0
31,080 31,080 000000005d1cba31162846980baba5d164e45b4261605003ee368b2ee3291595 0.00 MB 1 0
31,079 31,079 0000000079de1fc530e6f5bae2085cfa4116ae0f1af74bad2e3e051c36ea8293 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.46 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,535.08 GB sent, 135.68 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.