Loading Tool

Explorer IconExplorer

Memory Pool

78,510 transactions
29.00 vMB
0.09689901 BTC
Random Selection Loading Transactions
Max Size: 175.96/200 MB

Candidate Block

Mining Attempt f4530ac4f5a00b955719a21e800f9acfa227f1801ec1f6c4d99a32ee0c6a1368
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root f0dfdc04d9d58613f85ac8b1e35b511dafd736a7ae2d478fbc4f2b60730e99d7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,680
Size: 1.00 vMB
Total Fees: 0.03640629 BTC
Feerates: 137.15 > 3.65 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (457,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,219 457,219 0000000000000000013404abbba2f53d3572726cfa8b2d16429f097dbba18576 1,786 1.00/1.00 vMB 103
457,218 457,218 0000000000000000008b47bdfab6f07dbb2b8942f3c2d0dcc91a323675f283f8 2,544 1.00/1.00 vMB 204
457,217 457,217 0000000000000000002bc82deadf343007ca4a46f5587cb2e4a40d255db1d39b 1,597 1.00/1.00 vMB 96
457,216 457,216 000000000000000000bd5da799619f9d3cb66dac87a49bbb63340daf6bf62514 2,450 1.00/1.00 vMB 173
457,215 457,215 000000000000000000426439dae4475dfe385ea1ff767d7d56a32a1c13f3a116 1,635 1.00/1.00 vMB 128
457,214 457,214 000000000000000000131475fc4087cbbb3a94a280fdfdd22a38f12a42f65423 2,005 1.00/1.00 vMB 145
457,213 457,213 00000000000000000133cb7571b256a2cf765b7beb4b3256ee589a3d53567986 2,906 1.00/1.00 vMB 175
457,212 457,212 0000000000000000001fb9718aac7ab21c08c456a470d4c5ee3441c2c5c592d8 2,835 1.00/1.00 vMB 159
457,211 457,211 00000000000000000212f88a88124c6d8026b2916b6e3f46073c0e92742ecbbc 2,120 1.00/1.00 vMB 186
457,210 457,210 0000000000000000025317bb721cc34274b7db6205a51943c9b43570b4addf92 2,457 1.00/1.00 vMB 133
457,209 457,209 000000000000000001e4339a10cebd152c5b6c7f8311f0ca29640245661e5e06 2,003 1.00/1.00 vMB 142
457,208 457,208 000000000000000001ecf3095edcc70b337e6960c5da76679056d10ea31c5a3f 2,142 1.00/1.00 vMB 187
457,207 457,207 0000000000000000014ac58a09824173e5945e84d51b12f240c4cc4f6dd010b2 2,348 1.00/1.00 vMB 210
457,206 457,206 0000000000000000009975187e742e4614e3743ad75d27387d0d112716215fa3 1,963 1.00/1.00 vMB 200
457,205 457,205 000000000000000000687cfaefae7d62a4e265de7874482ca913c707c359db15 1,613 1.00/1.00 vMB 162
457,204 457,204 0000000000000000014b6f096d1918dca977cba91215ac9e1bd36bf9bce00f47 2,133 1.00/1.00 vMB 172
457,203 457,203 000000000000000001d5d0d865ac960ab34e57bd5d2bc72d1f96296cdd5078dd 2,327 1.00/1.00 vMB 157
457,202 457,202 0000000000000000003288973e6082f7bba852185b6c34d7bc13f32d197106f1 1,848 1.00/1.00 vMB 142
457,201 457,201 000000000000000001e20a246bed6e08cc639e605a573c0d05c52ab13cc4224b 2,119 1.00/1.00 vMB 205
457,200 457,200 000000000000000001fd25e1f314970964caaf5e45d2c0cbcc779032d13c5a46 1,115 1.00/1.00 vMB 141
457,199 457,199 0000000000000000005aaea9a45689f83c15beaeda358132d5007ec92ed3ef89 2,453 1.00/1.00 vMB 211
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.40 GB
    • Received: 15.93 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.