Loading Tool

Explorer IconExplorer

Memory Pool

5,875 transactions (2.12 vMB)
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 12.08/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,299 000000000000000000022b910000000000000000000000000000000000000000 3,259 0.03190327 BTC 1.00 vMB 3.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,298 (628,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,640 283,640 000000000000000157a6703c0529c40c93e640bf9d5a766f79bb4c6ced322e29 0.06 MB 164 70
283,639 283,639 0000000000000001038370d7aa337fcf8605a9acb51e8784646f029a74cfe8a1 0.21 MB 309 30
283,638 283,638 000000000000000126b96d1ff25b0aadd77440428c01752e8d6365110669cf1b 0.10 MB 154 42
283,637 283,637 0000000000000000929435540140cc12c40a2eb92520d2fb31da7a086b0a2094 0.05 MB 103 43
283,636 283,636 0000000000000001f23ccb05523dda224fc3d5b81c21a4366b1519a22d50b412 0.12 MB 268 45
283,635 283,635 00000000000000013b10f624540a100019cab7239e7a1d6315bbbddb8b4d6cd3 0.29 MB 573 27
283,634 283,634 00000000000000018a262e519962345f0975330bff4d0eb51d6124e026603116 0.05 MB 173 94
283,633 283,633 00000000000000018574fc79f3382181a7346cb3038dc1a49504858aae6af09c 0.28 MB 583 39
283,632 283,632 00000000000000012b0d9e4c7d4f9e19fc14a99bf2ca1ba6df7663800b1b1b79 0.09 MB 189 25
283,631 283,631 000000000000000170291661b8a77186a9cde768e0d5090cc3ebca42647b9abc 0.12 MB 166 27
283,630 283,630 000000000000000184437867596895440ca05f2775b0efc951573714145179d3 0.04 MB 113 41
283,629 283,629 0000000000000001e207f6fefcd9fd2975027a66163d94c33e6f2b5a91260b99 0.39 MB 604 27
283,628 283,628 000000000000000008ed39e7a7b850cf58efd643351397689be102a732acd534 0.05 MB 121 102
283,627 283,627 0000000000000000a745b657c33df7d7389ffb9c8c7d0ec8c04eb89e5a1db141 0.53 MB 867 33
283,626 283,626 0000000000000001525578f7b9ce2661ce4b6e7c16d74e89b119db0175a56856 0.15 MB 274 29
283,625 283,625 0000000000000001ee68d242f3fed5202313117a3a431bdc3f261fc1f7db8069 0.02 MB 62 22
283,624 283,624 000000000000000023c5e865d56f3c646ccf49634fe49f31f7fc3be2d2b27b96 0.42 MB 779 36
283,623 283,623 00000000000000000b1cccd40582fda0e41a69238a8be56a0d604d669070f9fa 0.03 MB 54 31
283,622 283,622 0000000000000000edc054f336adbc168505f46e0bbd2c5ce760f8ef7cee1fb7 0.09 MB 145 14
283,621 283,621 00000000000000001aad2b2c17eaac08bcf1e639517ce0ff72c4c71cfacb40c8 0.18 MB 354 35
283,620 283,620 000000000000000030431543edd84c87e4ad03b9cec0bbfda73249f5563338f7 0.11 MB 152 30
Previous 10 blocks ↓
Total Size: 777.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,541.76 GB
    • Received: 136.51 GB
  • Uptime:

Notes

  • 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.