Loading Tool

Explorer IconExplorer

Memory Pool

82,078 transactions
30.93 vMB
0.09066080 BTC
Random Selection Loading Transactions
Max Size: 186.15/200 MB

Candidate Block

Mining Attempt fde0adb78da740b919b2c46783528a404863186ef5eefe947fcb4937cfa47806
Version 20000000
Previous Block 0000000000000000000181cbbb37023f2ae341db02ca2f52912bd17b61552f03
Merkle Root b0f0ee45fa0f8ac219f16a67e4bb33d288b36c3c240ec2cd714cf2515e96ce13
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,561
Size: 1.00 vMB
Total Fees: 0.02122682 BTC
Feerates: 51.76 > 2.13 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,170 (286,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,443 628,443 000000000000000000056d1dfdc155382b8417acbf4abbee58e5caa072e77e6f 2,957 1.00/1.00 vMB 86
628,442 628,442 00000000000000000005b7e6e4e62eb9723f8a5e5e0a264c108aa0442f3f3e51 2,530 1.00/1.00 vMB 88
628,441 628,441 0000000000000000000428dfd443fc7ffd0a3a597590e1b340a4c763d833dff6 2,756 1.00/1.00 vMB 121
628,440 628,440 000000000000000000026aa6e3c02f3e4901b5b52e83708499262df990706182 2,680 1.00/1.00 vMB 115
628,439 628,439 00000000000000000008ec8076611ae54431b1cdfea7e2cea45c67ee71413a49 2,625 1.00/1.00 vMB 66
628,438 628,438 00000000000000000006dddfcfefd33c67fe5ff95aea843742c065c03d75e9e3 3,145 1.00/1.00 vMB 105
628,437 628,437 0000000000000000000eb34b397e38b19933873f65d1092f9f1df07224ce7579 2,602 1.00/1.00 vMB 114
628,436 628,436 0000000000000000000e7bc8ef3d07a71f04b68fd30020829e42abd90b62b8fd 2,882 1.00/1.00 vMB 122
628,435 628,435 0000000000000000000cda45fe85a47bcc009c210d1595df60d101d5697921ff 2,465 1.00/1.00 vMB 74
628,434 628,434 00000000000000000001d594dcfe919bbbb80f84ac7c3e418b5f8e7688710170 2,650 1.00/1.00 vMB 95
628,433 628,433 00000000000000000009ac3f50798a7686d6d6b33920ae5c06e58d19ba34842b 2,487 1.00/1.00 vMB 100
628,432 628,432 000000000000000000081a06f218179fa20675fe7b4d6bba20c06bed2a999366 1,989 1.00/1.00 vMB 95
628,431 628,431 0000000000000000000888a060e674539329742c5f32b680a40132c50e00824e 2,956 1.00/1.00 vMB 124
628,430 628,430 000000000000000000061cd5afc6b6bce364cbc63b92b3ac2f9a3cd57037bf64 2,267 1.00/1.00 vMB 87
628,429 628,429 0000000000000000000c06ee246c25ad91df848882f4430ad5c9e65b0e30dfa6 3,085 1.00/1.00 vMB 124
628,428 628,428 00000000000000000008c8fa0d79f31b44e6df494d20da165bf0f0b291e13d9a 1 0.00/1.00 vMB 0
628,427 628,427 00000000000000000007a4504c9d9aa57510a66ae0c995da60cfbf7cee451d84 2,286 1.00/1.00 vMB 97
628,426 628,426 0000000000000000000254d12f670a0e5f3bdf579ce961f23295b0f7f1a6a783 2,975 1.00/1.00 vMB 103
628,425 628,425 0000000000000000000e8ee64abef3fdb2eb62109c8457ca79d98970a6ac5b8e 2,866 1.00/1.00 vMB 114
628,424 628,424 0000000000000000000427cf2c236ccc2ff5abd7aa38e763c017aa0f8c6cf32b 2,449 1.00/1.00 vMB 110
628,423 628,423 000000000000000000083836d25bf2d176cff608e018889bb1a0ff10ce739c9c 1,888 1.00/1.00 vMB 104
Previous 10 blocks ↓
Total Size: 782.69 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: 697.26 GB
    • Received: 16.52 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.