Loading Tool

Explorer IconExplorer

Memory Pool

82,850 transactions
30.40 vMB
0.14782339 BTC
Random Selection Loading Transactions
Max Size: 184.15/200 MB

Candidate Block

Mining Attempt 65cbdc556af9dd5094dcdd9f40113e1ec906e70921b70770c4b9d71cc4cd868f
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 63fc910c7b948d9e0005c95f1c70d0004016b626cd1652f3660f52ccf0569b6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,730
Size: 1.00 vMB
Total Fees: 0.06695331 BTC
Feerates: 150.61 > 6.71 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (444,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,697 470,697 00000000000000000141a78a1916fe56416c91d8ddf5959c03d3dea79a5978c7 2,021 1.00/1.00 vMB 472
470,696 470,696 0000000000000000000b5905997a57236c76236c443a811e2fd9a8e58ac48fe6 1,197 1.00/1.00 vMB 136
470,695 470,695 0000000000000000009550351fd06d4e40197f753fbe482db482b6661ad20133 252 1.00/1.00 vMB 33
470,694 470,694 0000000000000000013a110e81c69652955bfadf21589fa489268b15fe715ecb 1,787 1.00/1.00 vMB 160
470,693 470,693 00000000000000000069489aeb0ba7bd00d4e49e5a1967ce95be5c0f3847305b 2,531 1.00/1.00 vMB 440
470,692 470,692 00000000000000000044abb76c16b19320b1ea2d576e7fa679b2a162ac273c19 1,669 1.00/1.00 vMB 207
470,691 470,691 00000000000000000154d3107c2f6448d51b01ed15d689343afda6aa12f8690f 1,845 1.00/1.00 vMB 250
470,690 470,690 00000000000000000084f1ec71179644a6f0e3cae3ff89b1b97205fed102123d 1,312 1.00/1.00 vMB 162
470,689 470,689 000000000000000000ba25fe471e0adc967fa11f2f3a4843bc0c2220e3abf916 525 1.00/1.00 vMB 28
470,688 470,688 000000000000000000b0f09997d1c1abde72f83320a71b9634c9a0b5a3fd979f 1,550 1.00/1.00 vMB 85
470,687 470,687 00000000000000000053e5d83e4e3e5ae766a6ae338ba9c832ebfb44f6dabe59 802 0.44/1.00 vMB 372
470,686 470,686 000000000000000001816fa4cb249e6f687027f680c6ed5b08c4921487898818 1,879 1.00/1.00 vMB 272
470,685 470,685 00000000000000000053c908a5fb8e0100ada4ae6b921e96adb5feea10470672 1,924 1.00/1.00 vMB 484
470,684 470,684 0000000000000000011b712eb79103ae98a53c0cd9e49d166751607db6ae3865 500 1.00/1.00 vMB 249
470,683 470,683 0000000000000000009ba4f8f20742cf199f03ffdf2eecfebda80501b1a1a57e 1,638 1.00/1.00 vMB 87
470,682 470,682 000000000000000000132d3ed63423cf3fb35ea3fa43c1d7eaadf8bb879ca16c 1,398 1.00/1.00 vMB 84
470,681 470,681 000000000000000000a58c4a0e1bc420bfe1bdc25b676a390ea1fc603021b1af 1,187 1.00/1.00 vMB 151
470,680 470,680 000000000000000000cb158d2dd6e4f87eb55192bf503e9c6bcdd90748acfc95 1,018 1.00/1.00 vMB 124
470,679 470,679 000000000000000000128f9df4e4642313f68e7ec046deb9597919a1875d1cd3 190 0.10/1.00 vMB 236
470,678 470,678 0000000000000000005d1cd8599bd02ab67a85b770670eed8c562413c2f0aa6b 70 0.10/1.00 vMB 66
470,677 470,677 0000000000000000012ec2658b25e11a14f56db209979fe8fd0d330beaa1ca65 1,643 1.00/1.00 vMB 114
Previous 10 blocks ↓
Total Size: 782.63 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.32 GB
    • Received: 16.20 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.