Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

772 transactions (0.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,041 000000000000000000022cb30000000000000000000000000000000000000000 0.20 vMB 758 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,040 (819,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,530 90,530 000000000009eb706111db98463d0cd571741a7b59395a8a1a4562d66e185aaf 0.00 MB 3 0
90,529 90,529 0000000000106d14a13de2fcc5e0d84ab2c88db4c72e4a3231e0bc40b182ea81 0.00 MB 2 0
90,528 90,528 0000000000122bfe4333206043fabf77bf9d5e8daaf640850e3a950b3a9a60ea 0.00 MB 2 0
90,527 90,527 00000000000ae7f9dc5af1d7e61e76b48d508c29132d3f0a626547b058c65713 0.00 MB 1 0
90,526 90,526 0000000000090ae63785e53c857378521e4e4763f8156bcc710ab2581e3c1857 0.00 MB 8 0
90,525 90,525 000000000012d31a66897e64e1fa1bf075a399854027acb1408b9484252f491e 0.00 MB 2 0
90,524 90,524 00000000001354d163b4650bfabf6519a9c9c6a57d5aa475db573dded78ef277 0.00 MB 1 0
90,523 90,523 000000000011946af459a6e45338d630c80daccc6c953fde1efc6482c569bd3c 0.00 MB 4 0
90,522 90,522 0000000000143f87c4c33aa029e296ef53b01b867fa2bd421f6f71364551b09e 0.00 MB 3 0
90,521 90,521 0000000000017776edc53c3461499444205163e8716ec7fb80fae97e97da7381 0.00 MB 7 0
90,520 90,520 00000000000aa8aba0b3add4ff791fca2a5b9a9b5e01666fafa7e29b9f77c085 0.08 MB 5 998
90,519 90,519 00000000001348df747114ae850bd5ed670559226ad593c3e0b0fe8d037f2ec3 0.00 MB 1 0
90,518 90,518 00000000000217ee70b49452af3b837b5195495a231e440bd80087e086b7e149 0.00 MB 2 0
90,517 90,517 000000000012e043ae1fb473b9c819b4af86706ff237d9f9897e735e83c58217 0.00 MB 3 0
90,516 90,516 0000000000032c2fdbfd6c9e1a03f3ee64401aaeb16b74ceebac1de9a5ca18df 0.00 MB 1 0
90,515 90,515 0000000000070da48457d2c4d3625a2c4b88e21ca8296b8bf48de6c8dbf1e6d7 0.00 MB 2 0
90,514 90,514 00000000000498badb4b502f11b0737f3dda3c8be877724b18411648cda82d48 0.00 MB 3 0
90,513 90,513 000000000009b6ef455bcffd4a8d9e94dc179060b1eecc259e671cb4d79acc54 0.00 MB 1 0
90,512 90,512 000000000009ef661a2c4cbd20e4f3ee8e66ab68578b62f51179cada67740d4c 0.00 MB 1 0
90,511 90,511 00000000000b6025ffb96e62b584495ef2b45b48f75b938bdc64ea98bdf19a5f 0.00 MB 1 0
90,510 90,510 000000000013965f84a77a9d8a5f3f69fb53cd64fde79f45c8c23ec79ad9d1a1 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 773.47 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,185.61 GB sent, 115.66 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.