Loading Tool

Explorer IconExplorer

Memory Pool

78,090 transactions
29.49 vMB
0.09088015 BTC
Random Selection Loading Transactions
Max Size: 179.89/200 MB

Candidate Block

Mining Attempt 2b08d69d9bace146b304618546aac312f4ace38bb736a1383825d31788616f4a
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root f92ed50eb56e465270d092f9948d66fe6fcf466aa53e2f5334ae59b346d72adb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,079
Size: 1.00 vMB
Total Fees: 0.02614854 BTC
Feerates: 301.35 > 2.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (440,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,648 474,648 0000000000000000013482243f2c9486188355d919b321669a44898dfffe919b 2,411 1.00/1.00 vMB 355
474,647 474,647 0000000000000000008d9c04e052b37a4f0d831f3471acafbae0104b1254cc04 2,034 1.00/1.00 vMB 187
474,646 474,646 0000000000000000016c0ebe916594d385162a7b642abfd6294974cd1be97d18 2,293 1.00/1.00 vMB 300
474,645 474,645 000000000000000000629cef912d9e2fae67ba1ff434d3947b645e4d1c0162c0 1,578 1.00/1.00 vMB 71
474,644 474,644 0000000000000000007ce8540acbd1f1191f274e74d735c073a4f102d2371a0b 1,400 0.62/1.00 vMB 162
474,643 474,643 000000000000000000d35d0e2e4877debeb6de61b902721c8f019f1d8346d482 1,960 1.00/1.00 vMB 238
474,642 474,642 0000000000000000009322e66d29635cc693551bf7507159202a7b9917d85031 1,389 1.00/1.00 vMB 115
474,641 474,641 0000000000000000000c27ee43ebf6e6aeeb7f16212c7f3ab89dab151f1d1cf1 1,957 1.00/1.00 vMB 52
474,640 474,640 0000000000000000014bf7ee0934e018b91aa9ff0b7ccce326f88aed2bb0637b 1,433 0.89/1.00 vMB 205
474,639 474,639 0000000000000000017c0e227cd427a90fe72af999eeedbfa3941f68f90e9928 1,916 1.00/1.00 vMB 51
474,638 474,638 000000000000000000b2dd95f9ae9f06d78e4c83b5070906c0288308022f3697 1,634 1.00/1.00 vMB 177
474,637 474,637 0000000000000000003c3348eef01f0c427f086ef7590dd4d516132e0cea6399 2,184 1.00/1.00 vMB 260
474,636 474,636 0000000000000000005f4ac20c38ea6d69b03a1329e1f10ffd0c437ac31a1777 1,722 1.00/1.00 vMB 231
474,635 474,635 000000000000000000b3d03e0c288e96a44fa26c730f1e3253bdbcc5da4685d6 2,006 1.00/1.00 vMB 122
474,634 474,634 000000000000000000e7d55cc9b35e4f540afc6b7ee1bf1bc53743fa9686feae 2,001 0.99/1.00 vMB 243
474,633 474,633 00000000000000000106defbb7c951011b11e54164f8220bbda7e8671abd84c5 2,159 1.00/1.00 vMB 227
474,632 474,632 00000000000000000039c45039dddb54a5c57cf4a78a848fa4a0f3db544982b7 1,131 1.00/1.00 vMB 74
474,631 474,631 0000000000000000005d707a3b7bf40062a9942368ac72d71a16ed27f9ab1739 1,525 1.00/1.00 vMB 118
474,630 474,630 0000000000000000013c3da56b89e837cc2a2c20d490813e2067d7d0bfd7c0da 1,528 0.99/1.00 vMB 120
474,629 474,629 000000000000000000a6a6de4396469701e7b271a68b16240a82f94222da95e5 478 1.00/1.00 vMB 32
474,628 474,628 00000000000000000141f4744bf8048656b7161a45fe53921735b2355bcb2ab8 985 0.43/1.00 vMB 172
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.