Loading Tool

Explorer IconExplorer

Memory Pool

38,969 transactions
27.45 vMB
0.06952006 BTC
Random Selection Loading Transactions
Max Size: 139.66/200 MB

Candidate Block

Mining Attempt bb19fb73e483bddb36bc0060a1539c61d0f08989b167a510cd66a562f58e9ad7
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root 15fd53f7918f0c0598b9259a9e7c31343874a4a9e80ede480704d3eb9720cd50
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,866
Size: 1.00 vMB
Total Fees: 0.01743941 BTC
Feerates: 179.53 > 1.75 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (525,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,471 389,471 00000000000000000265452f5d8b1212c1ab92e8d6c0cebfa55197d4d9d7fd31 2,182 1.00/1.00 vMB 36
389,470 389,470 0000000000000000084332abe3ec8cc503dd2f8d44b60f49e5eea45e6c0f4339 2,078 0.90/1.00 vMB 34
389,469 389,469 0000000000000000023443dda6bb7fc5ad5d6b00007f2013091594159f9a37b6 1,151 0.52/1.00 vMB 36
389,468 389,468 000000000000000008e18fec1dee89734f79ce3124dbac31b1083909e9b53166 1,511 0.75/1.00 vMB 33
389,467 389,467 0000000000000000039fd1dc116bb5d529ccff30bd040bf9554bfe5032c1bbc5 1,271 0.76/1.00 vMB 22
389,466 389,466 000000000000000009d47dd5a716e2070dddd58299671c7590eae9fe9e7de7b8 2,789 0.95/1.00 vMB 49
389,465 389,465 00000000000000000262ae6ae59f18c8053a245d3d4d7b8444dbb26982e2454d 2,316 0.99/1.00 vMB 45
389,464 389,464 000000000000000009a54a27d8afb9b0bbb646c89ec7800f5ebee00197707201 2,314 1.00/1.00 vMB 41
389,463 389,463 0000000000000000062608b463e551cafd1411ed96ee5c0f27438b8b3332538b 1,828 0.93/1.00 vMB 34
389,462 389,462 0000000000000000094104254d275d6b42551d258cc5c6fb1700c5f7e876b410 818 0.36/1.00 vMB 37
389,461 389,461 00000000000000000004ea921dde0ba899dc89d27f012e663c9c41124b942903 1,299 0.95/1.00 vMB 21
389,460 389,460 0000000000000000058e428a22a054b92fb451040a845359aa443734bc51b9c2 1,996 0.75/1.00 vMB 47
389,459 389,459 00000000000000000af2f9654e2f7c1d0b7c85db01355ad5d1ff1fcef19cdbef 1,586 1.00/1.00 vMB 33
389,458 389,458 0000000000000000016a710e2417f71cb050039c6361ed417bc5c1a3a38524e1 1,814 1.00/1.00 vMB 29
389,457 389,457 000000000000000005a04c35a0ad2f25940f4929b6a4e339d174bf10bbd65b9c 2,214 1.00/1.00 vMB 41
389,456 389,456 000000000000000001a57dd3e3409f0b06d235b84a5bc60105773101f45a3e2b 2,007 0.99/1.00 vMB 42
389,455 389,455 00000000000000000abc0ce2140421768f5050360bde4f254ccd68c8f8ba2a8d 1,833 1.00/1.00 vMB 31
389,454 389,454 000000000000000005375bd93a38ce6d0bc363320ad887b6a4bc2d1164c459df 34 0.06/1.00 vMB 4
389,453 389,453 000000000000000006406e0e2f18658d64f78523fdfbc1f0a562adb9b19ffcb0 2,275 0.75/1.00 vMB 53
389,452 389,452 00000000000000000537a7b3ab34d14f7cda17e236c7cb20cdd9bd748cdb0b2e 484 0.24/1.00 vMB 32
389,451 389,451 00000000000000000853a951a50b3c5ab9a7bbb6907d69ca70a1f55561e9fb7a 901 0.88/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.76 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: 632.17 GB
    • Received: 12.10 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.