Loading Tool

Explorer IconExplorer

Memory Pool

81,133 transactions
30.36 vMB
0.11810571 BTC
Random Selection Loading Transactions
Max Size: 182.87/200 MB

Candidate Block

Mining Attempt 19dd71857ceaf202d22dc37ddf6c599dacd1719bf00df2e3ecfb7b5e19bc0f6a
Version 20000000
Previous Block 00000000000000000000df3472a1fecf1266b59b222ff852cf918f03b4495fb4
Merkle Root bf47c0f61282ca380449a9511865550efe29350aeb32dac3859eeb74018632cc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,158
Size: 1.00 vMB
Total Fees: 0.04384519 BTC
Feerates: 150.68 > 4.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,141 (351,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,424 563,424 0000000000000000002d74ed6bfdd2c057aff0bc48650ff2d22a77e96107ca82 2,424 1.00/1.00 vMB 25
563,423 563,423 00000000000000000020ba2a1e2616251162ad8d8326dd0c72b1a79a066b135b 1,765 1.00/1.00 vMB 28
563,422 563,422 000000000000000000257f8dac1065dbbccdd3bf55cba3411788d7bb375fbba3 2,354 1.00/1.00 vMB 23
563,421 563,421 0000000000000000002e30911a59d81318c795961c8d5db6b48ed610e913a896 2,010 1.00/1.00 vMB 41
563,420 563,420 0000000000000000002a1bb4c3bc8ab329e90f715628f680c377b4b054278b15 2,706 1.00/1.00 vMB 59
563,419 563,419 0000000000000000001c08a03f45739692fa9e32e4b3684b7d8d97a405e7f23d 2,887 1.00/1.00 vMB 11
563,418 563,418 0000000000000000000060f9d65e32e46074d2dbba5e8528389e37d79d67302a 27 0.01/1.00 vMB 5
563,417 563,417 00000000000000000026ef6fbd798b24941727c26e4093644c6e1eeb0fdc410e 1,073 0.36/1.00 vMB 19
563,416 563,416 0000000000000000001f2770f1844515cfb780fc3907280c270b0fecb5743aa4 275 0.12/1.00 vMB 9
563,415 563,415 0000000000000000001c3f6dbe1ab72d1b290f26cdf5b1ed6258648d6dd5df0d 890 0.31/1.00 vMB 13
563,414 563,414 0000000000000000000e95706f2bd6a7b73656532563662ad3bded31e65ff1b3 1,079 0.41/1.00 vMB 12
563,413 563,413 0000000000000000000ab3ee48c1effed5bca2cf0ada381e81e4c9d444af49d4 1,113 0.39/1.00 vMB 9
563,412 563,412 000000000000000000076ddf90cdf58907fd6d5fd2bf4d1d614f0db99b325440 1,146 0.42/1.00 vMB 11
563,411 563,411 00000000000000000002da66f0f1d8d20b32a16195fe0ad5334443aaa21fa589 2,151 0.68/1.00 vMB 11
563,410 563,410 0000000000000000001ee3eb40a7541a13a76fbef4aec01fc2291a6ad41151bf 1,832 0.62/1.00 vMB 10
563,409 563,409 000000000000000000122634c0130307fc589cb9777f2cd69759e12464d1c003 2,984 1.00/1.00 vMB 12
563,408 563,408 00000000000000000018446725545e42f55b1a55dabff3f4752e5a8b5ab14c9c 2,275 0.71/1.00 vMB 16
563,407 563,407 00000000000000000016042bc3668c8d4d766cf324ea35dbfb0bec0ebc0605c7 1,853 0.58/1.00 vMB 8
563,406 563,406 0000000000000000000cef416586f00f574ebb12334b93450456345f28db991e 2,984 0.96/1.00 vMB 7
563,405 563,405 00000000000000000003ac8e4a14dc1624f871cafcfb030ff1f6f99d2a09e8f5 2,463 1.00/1.00 vMB 22
563,404 563,404 0000000000000000001aef86cc4359c4981ca58dbbbddf9bc172645ebcd5ae3f 2,619 1.00/1.00 vMB 12
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.40 GB
    • Received: 16.23 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.