Loading Tool

Explorer IconExplorer

Memory Pool

73,366 transactions
27.16 vMB
0.06182891 BTC
Random Selection Loading Transactions
Max Size: 165.91/200 MB

Candidate Block

Mining Attempt 731627f7b40c16370011cce30e876da03d96dec5e699c81c5b58a88495af3d61
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root 692cccafd676b79788d11c31a4a78cee393cec05e7a1f75f21d3d25cc1048a1e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,908
Size: 1.00 vMB
Total Fees: 0.00415747 BTC
Feerates: 20.14 > 0.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (444,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,657 470,657 0000000000000000006463f8d85928d6db75718aa5ed23ad1e26a46c5e19d348 2,005 1.00/1.00 vMB 420
470,656 470,656 000000000000000000f6e45da570214e33cebb400287e96969033c1ab5574ad7 1,760 1.00/1.00 vMB 349
470,655 470,655 000000000000000000d1b6a7c1b20509e98bc113a95fc7367a91258d3a5a0236 1,849 1.00/1.00 vMB 265
470,654 470,654 00000000000000000137b598e0350dfded57ffc519d604536681f2d3b0d94984 1,832 1.00/1.00 vMB 344
470,653 470,653 000000000000000000f62040b8705e95fc0924168fe0c41210c7debad6fdb733 2,498 1.00/1.00 vMB 442
470,652 470,652 0000000000000000003f9fbb4400c243c08b2a0483a41cc33228153640682484 2,524 1.00/1.00 vMB 424
470,651 470,651 000000000000000000095b55e5d2d1c22d609780505f7758a69dc7dc4a367143 1,593 1.00/1.00 vMB 367
470,650 470,650 000000000000000000d7ee97871af1f0ee0ae5be65a735fe9e5228ee1568d231 2,380 1.00/1.00 vMB 151
470,649 470,649 000000000000000001849451f1c86544fdf62befe36f98c0401e806b104ccdbf 1,652 1.00/1.00 vMB 240
470,648 470,648 000000000000000000e903e5859c8320e4216b37829ef33ce1089e42deeb2408 2,183 1.00/1.00 vMB 424
470,647 470,647 00000000000000000161bf79d02247f10cd2d4c3bf4b1b5db166ae2421bbd4f8 1,635 1.00/1.00 vMB 159
470,646 470,646 0000000000000000009caf0cac5aa111f77aee2f99f13f368139765d9eb045b4 2,381 1.00/1.00 vMB 189
470,645 470,645 0000000000000000003ac016e4516f7d3b68b87acacf48729108d12a6ccbfbea 1,968 1.00/1.00 vMB 169
470,644 470,644 00000000000000000082bff729a107a28c803c064d77a509e6e6349838662bee 1,339 1.00/1.00 vMB 216
470,643 470,643 0000000000000000018c7143ca1f01e9e2d42d8c2e59ab566c476e2ca8f68b17 1,796 1.00/1.00 vMB 235
470,642 470,642 000000000000000000133a7bce6ece83468099f5f3414d0ee199ed6c1cd37c69 1,802 1.00/1.00 vMB 292
470,641 470,641 000000000000000000c343566f02e5e1c332b7fd85b38ac3b61674a647e892e9 170 0.09/1.00 vMB 187
470,640 470,640 0000000000000000003705ab847b0da03e2c39e0766ef0c9282dfe385ed4fb58 2,157 1.00/1.00 vMB 391
470,639 470,639 0000000000000000006ca8a31df9b38dccbefa38ff8b3795bb2a0bf110335915 2,303 1.00/1.00 vMB 375
470,638 470,638 0000000000000000009fb729800c0103eca49e42268e9724534d645a67cd0175 2,634 1.00/1.00 vMB 452
470,637 470,637 0000000000000000004b1af829f5bbcdf9ae3c7040bc8d329224ff2f9296e004 2,122 1.00/1.00 vMB 368
Previous 10 blocks ↓
Total Size: 782.90 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 713.54 GB
    • Received: 17.39 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.