Loading Tool

Explorer IconExplorer

Memory Pool

80,567 transactions
29.72 vMB
0.06955600 BTC
Random Selection Loading Transactions
Max Size: 179.38/200 MB

Candidate Block

Mining Attempt 2f54be00b1920dd3a93a7c78941203c919f179d257a3945d427c43dc309cf9b8
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root ec0be997e0027988119fdbbcdacf330998d1cca194bd278887670314b0f8ac7a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,061
Size: 1.00 vMB
Total Fees: 0.00909122 BTC
Feerates: 100.36 > 0.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (191,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
723,357 723,357 00000000000000000001cefe3591ee790ccff6b9ba905890b70e80e2712dab92 2,887 1.00/1.00 vMB 13
723,356 723,356 000000000000000000001688de90bf6c7720c8b959fab2d9253ea7742f2afa3a 1,902 0.87/1.00 vMB 12
723,355 723,355 000000000000000000037e72073a95eb1192c0d9d1095b4baad4fd3b7c0cc7e7 741 0.25/1.00 vMB 12
723,354 723,354 0000000000000000000a2f5a8ed0b5fa967f4335be7edce7dadd1fdc2cfb63b4 962 0.38/1.00 vMB 11
723,353 723,353 00000000000000000008f4a355dc9ac384cb4f5a7348928b8b78cc3a9b54203a 777 0.67/1.00 vMB 9
723,352 723,352 0000000000000000000103c2dcaac089527aa0d7b6e46c3dd577489eaa5a6131 1,420 0.99/1.00 vMB 7
723,351 723,351 000000000000000000039c6ca6b3c5721f14c2e0e861767175a66f81d40f68f6 1,554 1.00/1.00 vMB 7
723,350 723,350 0000000000000000000708941076bb6ae258b4494f878fce410d2b4edb8d2532 1,063 1.00/1.00 vMB 6
723,349 723,349 00000000000000000009e100e8b37e7c1070d17f82388481f5d178309ee223e7 1,414 0.57/1.00 vMB 12
723,348 723,348 00000000000000000000de9f5f5d23de1a0c653e321864268181202b616f3c04 283 0.10/1.00 vMB 10
723,347 723,347 000000000000000000036d1c3a96954d4f3e7ba6209a727748bb663a68d3d252 1,360 0.49/1.00 vMB 11
723,346 723,346 00000000000000000003a7f20b985cfc3540b13203d7d9ea77ac6bdce0562fd6 1,283 0.55/1.00 vMB 10
723,345 723,345 00000000000000000008236406067e4f28fe1f415807ee4d87009e10fc9ddd54 1,658 0.57/1.00 vMB 11
723,344 723,344 00000000000000000006fb4dd77c854c5480e1e02d1a9c1c00ad3d9d20fc3b08 954 0.48/1.00 vMB 9
723,343 723,343 0000000000000000000a12f32bc3da9f65cd6337c6afa8117dc3649fcb83d214 799 0.58/1.00 vMB 4
723,342 723,342 000000000000000000046d501d6cde26555a3236437f22fc6aa0395235bbeefb 2,340 1.00/1.00 vMB 11
723,341 723,341 00000000000000000007621399e96bf12e2c873be1ba64ec9c7e43b21baf5b7a 978 0.41/1.00 vMB 10
723,340 723,340 000000000000000000056ef975370c64bc5217898b8a5ed320e61efa04a78fa1 321 0.52/1.00 vMB 1
723,339 723,339 00000000000000000006aa9e970fb20b666bc69a5efa336621765e7fa86dd466 2,361 1.00/1.00 vMB 3
723,338 723,338 000000000000000000093ad5a023d3dbecd739e2689bdbe8834ede1bb13f959e 2,172 1.00/1.00 vMB 3
723,337 723,337 00000000000000000005af6de0a4f2f5dbe49bc95ce102ceda6ae85085fdf75b 2,836 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.