Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,980 transactions (0.70 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,698 000000000000000000022b910000000000000000000000000000000000000000 ago 0.69 vMB 1,963 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,697 (23,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,080 888,080 000000000000000000025580e583c3e9f071c2ccdda4dac27475973856944d17 1.23 MB 893 1
888,079 888,079 000000000000000000012124a9f4c982cd8d21064a075cd4045662694ec7315d 1.42 MB 2,150 2
888,078 888,078 0000000000000000000120210e781b9f4cccba10fe3fb3a9ee5e790ac9f621ae 1.49 MB 3,351 3
888,077 888,077 000000000000000000018635ddabd0b5ec144e6a82556538daae770efb52beba 1.47 MB 2,465 3
888,076 888,076 00000000000000000000c9e54c79d4420b9a8133318c493eccfd60d2740a45ae 1.53 MB 2,995 3
888,075 888,075 0000000000000000000023703cb2988f5eecbb5fee2f6a6156a7cf97f1a506bd 1.48 MB 2,313 2
888,074 888,074 00000000000000000000b1e6d8f317193bfdc1669f9a0b8bcb870f40a04ca9ba 1.60 MB 2,270 2
888,073 888,073 000000000000000000014a88b8b2af9291d92dedcd5a59442061a88ac7107bf2 1.70 MB 3,111 3
888,072 888,072 000000000000000000017e358f22e0c6410cf8c833e296fa80f357e1f68be601 1.63 MB 3,883 4
888,071 888,071 000000000000000000010970fb0b7237f89579358e1317e602d9307e3ffa0427 1.57 MB 4,157 6
888,070 888,070 00000000000000000001977af2558f6f5d6e4404f6269c8afd8440cc3e52501e 1.56 MB 3,971 7
888,069 888,069 00000000000000000001c6efa31d19b17523cc0b333f8dc569e30eeb7916d512 1.60 MB 3,285 2
888,068 888,068 000000000000000000014ebbdff94394188baabef71b8cde20de4c7518018883 1.71 MB 4,442 1
888,067 888,067 000000000000000000008f9387b785b83a3a2b1609c96b99feabb9ee554caff2 1.56 MB 3,727 2
888,066 888,066 00000000000000000000b5edb041cdafa53f5dbc7c5878c392b9f9a60ea580d5 1.87 MB 5,078 1
888,065 888,065 00000000000000000000b99bdc4eb27273c0540a72f4f184a2c314cecaa88fa9 1.68 MB 3,668 2
888,064 888,064 00000000000000000000ef934d72537aedc6a2f7926c59fc8b6831958afdca9a 1.51 MB 3,257 2
888,063 888,063 000000000000000000014c9cb776d297af54f674199abdfe33942a55862b75f4 2.01 MB 2,593 1
888,062 888,062 0000000000000000000001453a141df21faf4e79fc8e569f09098bf56ead5b79 2.05 MB 3,888 1
888,061 888,061 00000000000000000000efe24ed0a695f4ed0c8fb25b2cc6edf186c272d3c205 1.85 MB 5,214 1
888,060 888,060 000000000000000000010c86cd494e6a704da2ffce57e847c572898c95c3b4c6 1.59 MB 3,730 1
Previous 10 blocks ↓
Total Size: 776.53 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,425.75 GB sent, 131.28 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.