Loading Tool

Explorer IconExplorer

Memory Pool

81,724 transactions
34.30 vMB
0.14541228 BTC
Random Selection Loading Transactions
Max Size: 195.33/200 MB

Candidate Block

Mining Attempt c351a6de1de91b0cb80beb15ddf0856193218e434969fd5067bcdd4a573be5e6
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 2e7af16cf2bb3a64ea8671e854a79a40e4d9603f90eb3da2e92755c456b67df8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,603
Size: 1.00 vMB
Total Fees: 0.03298764 BTC
Feerates: 150.78 > 3.31 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (488,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
426,447 426,447 0000000000000000034a3d6074779e7843f897adc594e4809ded2406974b6913 2,548 1.00/1.00 vMB 69
426,446 426,446 0000000000000000010ec2792f7eb30d957f9c33e3f6d29eab10b2882d99ee5c 1,484 1.00/1.00 vMB 42
426,445 426,445 000000000000000003cade5d043db33726752606621ffb6a432188c7c5efabc2 1,080 1.00/1.00 vMB 26
426,444 426,444 000000000000000004f856cfe5084343918c84fa20b7c0f0199c612bfc2878ad 2,781 1.00/1.00 vMB 76
426,443 426,443 000000000000000003fd4cd605f2b3b7ad08f5fa157f49211bddb18bdd71e8cd 464 0.31/1.00 vMB 23
426,442 426,442 00000000000000000205627ce7137c7a7e2dcbb47d6aeb1571ab636f9fc8d8ba 1,846 1.00/1.00 vMB 52
426,441 426,441 000000000000000002b4b0d1f641e221b138d64af2aa698d52675ddc7c13ee6b 2,251 1.00/1.00 vMB 47
426,440 426,440 00000000000000000169c244c6d5176af1c6061976c7035c9b45b89827f4a6c1 2,552 1.00/1.00 vMB 72
426,439 426,439 000000000000000002ea816d33decd76a1219c7fa3744839f0d260c941206910 1,165 0.45/1.00 vMB 63
426,438 426,438 000000000000000001dc5bdf618312a19ae814c1fc2cb4c2d33358ed9102e574 1,364 0.99/1.00 vMB 33
426,437 426,437 000000000000000001c80346ece9091edd538f9eecbd275f147f04c44ddbdaf0 1,655 0.67/1.00 vMB 60
426,436 426,436 0000000000000000022c33baf3128bb9c08687f825ff54d9997205c5e4f2728d 226 0.09/1.00 vMB 59
426,435 426,435 0000000000000000007e21fd460629c53f2231cceb25c8bb823845cb90ccf149 352 0.97/1.00 vMB 9
426,434 426,434 0000000000000000012fcf158ae6afb0728fe61c33f9138b4812e569bff8d309 171 0.06/1.00 vMB 69
426,433 426,433 0000000000000000022142ea2820dc406e545786b57167890e42621e6787ae86 2,347 1.00/1.00 vMB 54
426,432 426,432 0000000000000000019c455da55632ada8806dd5c2c3f3d4fdbef6936a794e1d 383 0.16/1.00 vMB 61
426,431 426,431 000000000000000000d18cc48ede456684b3eeaab17e3cebb4da7248135d8ca9 158 0.05/1.00 vMB 67
426,430 426,430 00000000000000000404cebcd4c6c374e37ef3c99fb2d8f460d39746894e11c7 480 0.22/1.00 vMB 57
426,429 426,429 0000000000000000050a4a4cd3f10106a7ef31878bfd11d54fb4bba8edbf5ccc 768 0.34/1.00 vMB 60
426,428 426,428 000000000000000005004b7db3d355c93a1af19767f97a7d2bd417b9127aef3d 1,181 0.73/1.00 vMB 43
426,427 426,427 000000000000000002555f923b2271166b618ea92fc0b144a5a6dcf6daeceb36 2,806 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 783.10 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: 728.11 GB
    • Received: 18.47 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.