Loading Tool

Explorer IconExplorer

Memory Pool

46,819 transactions
27.45 vMB
0.08732948 BTC
Random Selection Loading Transactions
Max Size: 145.03/200 MB

Candidate Block

Mining Attempt 07fe760b3f29bb1c821030863a4f0cffc9e4862961f614d4f4cb908fa31f4124
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root e5a74dedef5c8fa1ff083103c2dc2ba510b94dad67efc69bc4ad53344fe833f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,450
Size: 1.00 vMB
Total Fees: 0.03428784 BTC
Feerates: 159.25 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (431,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,865 483,865 000000000000000000edb897ce52e3afe735a9e64150e244086e8cdf27b4c892 2,366 1.00/1.00 vMB 66
483,864 483,864 0000000000000000005ba37f167de8e30502578cc81a99849062f2a6de0ed6fd 1,729 1.00/1.00 vMB 163
483,863 483,863 000000000000000000333e6e6109a3e5a829ab1087aa770293273609b71c93bd 1,493 1.00/1.00 vMB 127
483,862 483,862 000000000000000000b6f41c348536ad7148005e4ac9a19c0b0ce9a9be1e43b5 1,764 1.00/1.00 vMB 205
483,861 483,861 000000000000000001126485d47dec2897a9ff5c4e91521314284b00fca22e21 1,825 1.00/1.00 vMB 114
483,860 483,860 0000000000000000003246040640c4b1a35d7ba14970f2255070aa7eed0c08a3 1,987 1.00/1.00 vMB 254
483,859 483,859 0000000000000000009c870f73551873e3f0e139489c9361dba2bdbc31267a1e 2,029 1.00/1.00 vMB 183
483,858 483,858 000000000000000000600bc61f5ac52123d3129c66a6f7c59ae4d2737f033859 2,247 1.00/1.00 vMB 149
483,857 483,857 0000000000000000009769b8206eb613fbc90c607544636886e11ceb9161e33f 2,683 1.00/1.00 vMB 167
483,856 483,856 000000000000000000087c230d5cde4c326653ec5158a1ad1f24bfdc53b7cd7f 2,134 1.00/1.00 vMB 251
483,855 483,855 00000000000000000053936798e4e1e5d363fe1a775c78709fb4eed0014aff23 2,390 1.00/1.00 vMB 272
483,854 483,854 000000000000000000841e1fa84e8e5abdfa000936524caf6b244ba23b3a952e 2,155 1.00/1.00 vMB 281
483,853 483,853 000000000000000000d660b77622cbf23a025af99f00d9c6c83943484513dc99 2,041 1.00/1.00 vMB 401
483,852 483,852 000000000000000000ae8d506c06d73b492e192e0f3020069f816e016a52d14f 2,191 1.00/1.00 vMB 188
483,851 483,851 00000000000000000123faab3322d0828418cae13efcae2b9ba66fc1a8e365c6 2,142 0.99/1.00 vMB 192
483,850 483,850 0000000000000000004bc87ddec0c05ef843bcf71ec8e1a0bc4b0e18461830ef 1,807 1.00/1.00 vMB 208
483,849 483,849 000000000000000000679276939daeb3af14c4a33426a168c009475fcedbbdac 2,302 1.00/1.00 vMB 272
483,848 483,848 000000000000000000bdc991cf6b896adbe52d8c6293c193e1a5e287382d2d37 2,128 1.00/1.00 vMB 298
483,847 483,847 000000000000000000c6e12b0824a8e110f324188732b06eb3d6f5463763d93c 1 0.00/1.00 vMB 0
483,846 483,846 00000000000000000105ea9b14072f6ef90c0c5fe884f1d250e7ec3b31e5f855 2,077 1.00/1.00 vMB 362
483,845 483,845 000000000000000000c9fef24b102e6b273c54b6e00ea70deb13721f27a6c691 1,041 1.00/1.00 vMB 426
Previous 10 blocks ↓
Total Size: 782.20 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: 654.01 GB
    • Received: 14.08 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.