Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,654 transactions (1.81 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,068 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,464 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,067 (30 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,037 911,037 00000000000000000001ff1b458b598153b0fdbd5044fef873981ef2870bb2cc 1.52 MB 4,292 5
911,036 911,036 00000000000000000001873b16dd5ed6857ad929653aa40420ea38eedd980169 0.48 MB 1,007 2
911,035 911,035 000000000000000000021e4f97d1d71027ac87d864994d69fc348c5258e7dd21 1.63 MB 2,817 2
911,034 911,034 000000000000000000004d1f36805472745777e10ceed387c7be0693235b8b94 0.12 MB 374 2
911,033 911,033 00000000000000000000560746dc28f52b99900dbdda5abef591d4f36a4b7668 1.68 MB 4,154 1
911,032 911,032 0000000000000000000121dc994959e44e0fa09bd4493bf697821e42bce6a1f6 1.65 MB 3,630 2
911,031 911,031 000000000000000000001e6094a96c99228902431868c7831fd3780ad5ca4c37 1.61 MB 3,548 3
911,030 911,030 0000000000000000000085bd5e95fa0dc90c715442d6738cb3d976d415af52b7 1.71 MB 2,799 3
911,029 911,029 00000000000000000001d47c4d293132a374c7756fb472d3d1ebba222ac7b5ff 1.74 MB 4,748 0
911,028 911,028 000000000000000000003c546a14ff3ecf93c6173a06eecb562495bd025f0227 1.76 MB 4,728 0
911,027 911,027 00000000000000000001b0e53141a4f1f7bc18b132192251d0664439906ca16b 1.88 MB 3,485 1
911,026 911,026 00000000000000000001d76ec621e0a27b68708171d546b767c6581e865252ff 1.54 MB 2,958 2
911,025 911,025 000000000000000000016c97fdfe5064f7f119f0da50f0f2c0746a779b95cbe9 1.62 MB 3,255 3
911,024 911,024 000000000000000000004a8c9289655d77427a066979a9ed9dfca9a4ad7c39ae 1.60 MB 3,314 1
911,023 911,023 00000000000000000000adf5ec7041e7642db3ec03e1f8c3965307655df06d2c 1.66 MB 4,409 2
911,022 911,022 00000000000000000000e37603e13e57bce741609b3b6567f967a2b4190a0a70 1.55 MB 4,086 6
911,021 911,021 0000000000000000000153fb1ba57a0fb5fc94e54d45b2c7dfa677060e4c332d 1.83 MB 4,303 1
911,020 911,020 000000000000000000010bc44906ddccab82767d3a452b804c15a4789b7147d4 1.64 MB 3,894 3
911,019 911,019 000000000000000000009b205ba8ef4926c748e1b5b9c03fb6c6ad15eae89452 1.42 MB 3,203 2
911,018 911,018 000000000000000000019a9353747535e1ca97fbda4203c87bdb3d60cd69b074 1.98 MB 1,872 0
911,017 911,017 00000000000000000000a8fc2906cd8173c24d0ebf4c47fe0876d1cfd54384eb 1.61 MB 4,120 1
Previous 10 blocks ↓
Total Size: 775.37 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,367.53 GB sent, 125.63 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.