Loading Tool

Explorer IconExplorer

Memory Pool

53,721 transactions
31.21 vMB
0.12542500 BTC
Random Selection Loading Transactions
Max Size: 168.15/200 MB

Candidate Block

Mining Attempt a9f7452c778b2d865a32e0cc155fbb0922d35cdf5373917baa8f43799adeadf5
Version 20000000
Previous Block 0000000000000000000062eca90b6c850441ed7ba51b4482cf00fbe216ef2a8c
Merkle Root 7a720f7f08b71cb1e889cfa55d24c68cd205c30e73d6386acba1fe8459a41ac4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,309
Size: 1.00 vMB
Total Fees: 0.03696385 BTC
Feerates: 73.23 > 3.70 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,814 (221,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
693,568 693,568 00000000000000000010bab8256497e65d7e1c4f46661902a34f23787e34b89e 289 0.19/1.00 vMB 7
693,567 693,567 00000000000000000002e2fe0d784d39df4c192735a4d582fc76533d1ad4c7d4 1,757 0.95/1.00 vMB 12
693,566 693,566 0000000000000000000204a8f18e9bfce193eaef397a770d616f9a8fb9a2399b 2,702 1.00/1.00 vMB 14
693,565 693,565 000000000000000000085b3287a54334ca1f800fda0b78fe059bd0c25ba9240f 403 0.58/1.00 vMB 4
693,564 693,564 0000000000000000000ecf6d87c9373a26dd20c9c1dffc85b1375649709592a6 602 0.45/1.00 vMB 7
693,563 693,563 0000000000000000000a1a5295948475fc59f5c68f2bd203c45cfcccb195f363 1,315 0.86/1.00 vMB 5
693,562 693,562 00000000000000000001cfc48cc82e9c3b038c9f2479599a0d458a86298065bf 1,868 1.00/1.00 vMB 11
693,561 693,561 0000000000000000000cba3e6d6f579b9f286e63e14f1c54e63a2e1902a94e01 2,939 1.00/1.00 vMB 25
693,560 693,560 00000000000000000001d7226ffc8cec3cfff76c495ce04ab5ebf77a48dd234a 325 0.10/1.00 vMB 13
693,559 693,559 00000000000000000009fadbeb42bc1d48923f8adff9d560f0dfff234b2305b6 827 0.47/1.00 vMB 3
693,558 693,558 00000000000000000000d74713ce3068612f1f7f6f32afb17144919c93a9fe71 2,287 1.00/1.00 vMB 37
693,557 693,557 00000000000000000003acdee7b9e1fdc458acd5182d82549854fd7756a19006 1,407 0.70/1.00 vMB 12
693,556 693,556 0000000000000000001075758042fcfe1e95cbb75489e76594d221bd78770869 1,219 0.41/1.00 vMB 18
693,555 693,555 0000000000000000000eb056a8b03d0e0c13b6735d65a91288f569fb340d933f 1,455 0.48/1.00 vMB 11
693,554 693,554 0000000000000000000f6de04597234e6c39971bc522565bda12a6b602dd58f0 993 0.33/1.00 vMB 12
693,553 693,553 0000000000000000000f268e00341e5b937bc3f2663e55b407459a9d7ce8fa64 213 0.39/1.00 vMB 1
693,552 693,552 00000000000000000002a8677f81f453de9ca2d64939c93343a1b2f8edba358e 1,159 1.00/1.00 vMB 10
693,551 693,551 0000000000000000000468456b4a7b0ac27e3f3c12e066286f2dd12777ad31f3 2,075 1.00/1.00 vMB 14
693,550 693,550 0000000000000000001265a6170eb47c65cc6bf1a1f76ba7006222ecc9924f80 2,124 1.00/1.00 vMB 12
693,549 693,549 00000000000000000007fe979a7f7b43d82882d68805d942140fae5a3ffadbb4 1,126 0.39/1.00 vMB 13
693,548 693,548 0000000000000000000b6a7245cfee191359f9220e86c60cc1885aafeda49b54 2,001 0.74/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 651.14 GB
    • Received: 13.43 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.