Loading Tool

Explorer IconExplorer

Memory Pool

45,411 transactions
28.67 vMB
0.08522706 BTC
Random Selection Loading Transactions
Max Size: 152.06/200 MB

Candidate Block

Mining Attempt 57a8e416c5f8094310564c96ddabecf0b9117777470fdae52aa0f5a22cdc41c9
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root bd55615e1502999f52d76452d6578b05cbe208bf17a0bb218e72e5d8f73d2a73
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,812
Size: 1.00 vMB
Total Fees: 0.03065566 BTC
Feerates: 150.92 > 3.07 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (311,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,867 602,867 00000000000000000005f4e5b6233e24fba86c8b5cea15a739233c6d27d1c8ba 2,317 1.00/1.00 vMB 41
602,866 602,866 00000000000000000006c56d52d92764e7a362d8f238574bf30cb1ad76e67211 3,024 1.00/1.00 vMB 49
602,865 602,865 000000000000000000116ec33dd6544c1c99e0a21b71d6480437e8c6344c4cb0 3,024 1.00/1.00 vMB 38
602,864 602,864 0000000000000000000bb2a0165ec81df8d914c2ef90136e43ec55e24e3dc3db 1,899 1.00/1.00 vMB 63
602,863 602,863 00000000000000000007fe2d4177e6ad9044d032def50640a57f8b3086b41f95 1,651 1.00/1.00 vMB 91
602,862 602,862 00000000000000000000e7a88e58fd658a740a63ecfbc356ef6c95cad24d27d5 3,003 1.00/1.00 vMB 9
602,861 602,861 0000000000000000000ce7cca552a8077dcab512d30deabc13c94e3b5b04e414 3,061 1.00/1.00 vMB 31
602,860 602,860 00000000000000000002f1212d8643707824a9083b0ab94742130d9d67a460a1 2,545 1.00/1.00 vMB 45
602,859 602,859 00000000000000000014f63ea501b975b24abe807582a134c1702969e51a23a7 2,822 1.00/1.00 vMB 45
602,858 602,858 0000000000000000000c64dcebee6767c93cd06cec1fd392d86a2b8d93739496 2,403 1.00/1.00 vMB 33
602,857 602,857 0000000000000000000371060810e439ebb7a0f287e804fce50e8dbbf3c326dd 2,967 1.00/1.00 vMB 54
602,856 602,856 0000000000000000000ee07e1391845598a9bd273955d0aa275e5430846be5fc 239 0.06/1.00 vMB 31
602,855 602,855 00000000000000000015e7e9d57b9c9e1e6c688d39cffb9dc1ef010ac2952244 2,619 0.94/1.00 vMB 22
602,854 602,854 0000000000000000000d71eb3eeea66339fbfc9d6de533e07acc9364c17d16d4 414 0.17/1.00 vMB 2
602,853 602,853 00000000000000000005865530787b533e4150ef006c013759e960fa5e70992c 2,414 1.00/1.00 vMB 15
602,852 602,852 00000000000000000004ae9e8e4b1aed9571ee5f9a026515cb04acba7e95df1b 2,465 1.00/1.00 vMB 16
602,851 602,851 00000000000000000009aeca00ceaede3ddefd16c94df07ba3743ecc85562aea 2,327 1.00/1.00 vMB 31
602,850 602,850 0000000000000000000645e30db580cc132ed096669a84dd5192c654e0950f65 2,336 1.00/1.00 vMB 23
602,849 602,849 0000000000000000000efd376141e80ec85b8c3b57cd0dde9739806321b0d730 2,334 1.00/1.00 vMB 39
602,848 602,848 00000000000000000007a164c0982a510ea48f15099cbd18aef86ed50f1791d0 2,575 1.00/1.00 vMB 51
602,847 602,847 000000000000000000140fb1846bcc14b4eac7ffc4dcfde0862d51f5be3b3d44 581 0.17/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.05 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: 650.94 GB
    • Received: 13.36 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.