Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,501 transactions (2.77 vMB)

Priority:

  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 4 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,635 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,399 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,634 (867,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,280 43,280 0000000009838e565c4d56e0ad17d23db0c6486187a3eab7d28648796f1a314d 0.00 MB 1 0
43,279 43,279 0000000032db903337158d518d35a92db697f14cd92fa6852ef34d58d64c7b3b 0.00 MB 1 0
43,278 43,278 000000001c34faa115242435552e359cf35c9e6295713d0eb41a86babb82c9b1 0.00 MB 1 0
43,277 43,277 0000000008e632ccc9723c76f4ed1e0e99e9f19660e835ea56cd08f9d4c0acfc 0.00 MB 1 0
43,276 43,276 0000000043658ae2f5c9972486466378c3b346d7393c2c2f827bdb8c15fd536a 0.00 MB 1 0
43,275 43,275 0000000017f802d121c0817ff68a1043d938b8b9fafb00901f355cef5e4950b6 0.00 MB 1 0
43,274 43,274 0000000004305b4d4bfe3c887a76df43792054d4dddde60913184c2fd2287af2 0.00 MB 1 0
43,273 43,273 0000000007944f4b09381b86f5c7b2e666ed6fb6c25072f8fef1dcb7ec395bd3 0.00 MB 1 0
43,272 43,272 0000000042ed33bd3a3f84af4ac9f0d21caf217c83384805ef1d8ae6833e6125 0.00 MB 1 0
43,271 43,271 0000000023a4216e5ebc05eb4f9333b8b7009958f511bcf8832e2cec4842881a 0.00 MB 1 0
43,270 43,270 00000000323dd49e887c662e4e7d72e78ad45d6f55a88ab709998d0b915eee70 0.00 MB 1 0
43,269 43,269 0000000032173aeda1afb2fa1e7935c283d5dff0323671555be903be47573133 0.00 MB 1 0
43,268 43,268 000000001760ac4680bca07bd59ad523976195c25ff5aa47a1294b6b8b70fb5d 0.00 MB 1 0
43,267 43,267 00000000274755ca8585012f957bf52a9d0ac422ca575d92c5c6e0767018c71b 0.00 MB 1 0
43,266 43,266 000000002a5c8749005ad5a9f3978ae0cc7836246a78c3d7f2c8b13a2cdbe09f 0.00 MB 1 0
43,265 43,265 000000000d3f1e02839f6eefb310557a5b64822506eb332a4a86272375e25a1a 0.00 MB 1 0
43,264 43,264 00000000422514e8c2305c32b4174ba59958c3204809a2d84cd591138a8aa1a5 0.00 MB 1 0
43,263 43,263 000000000d379053c85d4813461e90c623b1235322d77217193702f1b6a6f41e 0.00 MB 1 0
43,262 43,262 000000001c085731e1ec220720cde6b6c84f1213c9d09078df9bd55d1e3b3daf 0.00 MB 1 0
43,261 43,261 000000002a20687d9522e74ee8a33604abd1ab56f418e2f47fbdcd930627b4d6 0.00 MB 1 0
43,260 43,260 000000001b9b51830bcc91a3b2dee754110532ed217df0697d7947581df68344 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.55 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,271.49 GB sent, 121.35 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.