Loading Tool

Explorer IconExplorer

Memory Pool

78,705 transactions
29.28 vMB
0.13285965 BTC
Random Selection Loading Transactions
Max Size: 176.89/200 MB

Candidate Block

Mining Attempt 0eb8b8f69d90c76ec3dad2cb1a5b1312981c784ff7ea4d14790c8e86bbebc1b1
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root 45ee452dbd62a6bf5e99a0b250e6cb0480065540438206da8a1c61c0387b05d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,107
Size: 1.00 vMB
Total Fees: 0.07117660 BTC
Feerates: 108.69 > 7.13 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (231,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,219 683,219 00000000000000000000b33dfa5d17a353835e18154a8683302b14ac67bf7f32 1,615 1.00/1.00 vMB 45
683,218 683,218 0000000000000000000a3f2e96c649ac5889d5dc731ae4fbf8cc92c765454f1a 2,618 1.00/1.00 vMB 72
683,217 683,217 0000000000000000000cd1b4a4e455794a15c7473c86d4deb323fed2c94f745f 1,533 1.00/1.00 vMB 41
683,216 683,216 0000000000000000000d6b486e21e6e1fccf5a6ee3e3f2648ed86ee49f01c976 1,023 1.00/1.00 vMB 52
683,215 683,215 000000000000000000051cd0a009e19bf7e8be1fcd69d9bc8a80139cef63c6d7 1,408 1.00/1.00 vMB 54
683,214 683,214 00000000000000000002dac9061b57715ff6821cd03e13e49d026912fea3fe70 3,143 1.00/1.00 vMB 87
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
Previous 10 blocks ↓
Total Size: 782.59 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: 671.54 GB
    • Received: 15.95 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.