Loading Tool

Explorer IconExplorer

Memory Pool

79,180 transactions
29.87 vMB
0.08186027 BTC
Random Selection Loading Transactions
Max Size: 180.02/200 MB

Candidate Block

Mining Attempt dc724f5bd43bef9966e0e676e1caefbeb89ecef7b5900f75a7b5e5d2f2a0a0e0
Version 20000000
Previous Block 000000000000000000005a637be4f0674e0cd19654bae85c49d461bc204dc54b
Merkle Root 3d4ed51539a87228717f1c326dd9ed9c021f347075cfcea0197e06c18b514a1c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,666
Size: 1.00 vMB
Total Fees: 0.01402138 BTC
Feerates: 26.47 > 1.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,143 (231,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,213 683,213 0000000000000000000afdd85854026a5fcd39f24025914e73f12db2fb9e7161 1,300 1.00/1.00 vMB 26
683,212 683,212 00000000000000000009c2be7f667e9d2c3334ab64daa12c6813b470301ffa1f 1,257 1.00/1.00 vMB 23
683,211 683,211 00000000000000000007a47b690414c02c64b9af1ee003fbb3af4cf8b3efb71f 1,724 1.00/1.00 vMB 39
683,210 683,210 00000000000000000002dc6883c1eeda55e5aef528b290ab94c3a6c99cd56166 701 1.00/1.00 vMB 17
683,209 683,209 00000000000000000000f7b0b23be1bf5ed6025fc717ebb8c496420c4bf91e5e 420 1.00/1.00 vMB 10
683,208 683,208 00000000000000000009e03633a009c00a38100662556ac03176e8619fa5feab 1,970 1.00/1.00 vMB 41
683,207 683,207 00000000000000000006955d562f2c4e9ff8623298faac5ad786ea49128c1430 293 1.00/1.00 vMB 4
683,206 683,206 000000000000000000097c60d62bd680235fabeed19cb5067f711f0512411bb6 1,803 1.00/1.00 vMB 46
683,205 683,205 0000000000000000000b6ccbf703981e32cea539380c38a464edc825531bb86c 713 1.00/1.00 vMB 10
683,204 683,204 00000000000000000000fa4dae2b64475d06389b0966140d68095a1b213b8e1d 1,458 1.00/1.00 vMB 32
683,203 683,203 0000000000000000000936517e4a61ceb7a52c4a592dafb55e25edc334f15c6d 1,155 1.00/1.00 vMB 9
683,202 683,202 0000000000000000000210a6e742c380d4e318824e3f46dd90973921ef861cf9 1,760 1.00/1.00 vMB 33
683,201 683,201 000000000000000000024b4728b51f3c83424bb9f6ec9ae08030f46f421f1f9c 1,743 1.00/1.00 vMB 69
683,200 683,200 0000000000000000000ae459934510669fda1ddd2c577f8bd1582d8832def29a 2,230 1.00/1.00 vMB 79
683,199 683,199 000000000000000000048d63e5b34c8f9f940901f2571a4b99ad661f2222be05 1,423 1.00/1.00 vMB 27
683,198 683,198 000000000000000000092dff6fbaacce803f18788221b3a6d70eb21195a013f0 1,468 1.00/1.00 vMB 16
683,197 683,197 0000000000000000000276b20949392c55e185271c48f0d4fd4462a828c10d82 724 1.00/1.00 vMB 3
683,196 683,196 00000000000000000001aca264e94a9e212676d6a91d0579b7307afbf9e4d1f6 1,634 1.00/1.00 vMB 37
683,195 683,195 00000000000000000007c5e47dc2f7bdeea52261f8b816bf8b5d013b415330e4 2,837 1.00/1.00 vMB 7
683,194 683,194 0000000000000000000baa4abd18c45b02fc55db97f144c18671ee4e8f29ba8c 1,799 1.00/1.00 vMB 30
683,193 683,193 00000000000000000009b10df6026a114adf74ecf3a50ea62978aa52f5a1736d 2,641 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.