Loading Tool

Explorer IconExplorer

Memory Pool

76,766 transactions
28.34 vMB
0.08484777 BTC
Random Selection Loading Transactions
Max Size: 172.47/200 MB

Candidate Block

Mining Attempt fbe5df6775c6f6825a60857eb425d7e43786ecd43acd3483bd5d66d35a2ca4eb
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 515ed21e09c74a22d177a8795c048581de6a9973c31cb68d8b6f0ff6edbc91e5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,457
Size: 1.00 vMB
Total Fees: 0.02200316 BTC
Feerates: 477.45 > 2.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (478,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,061 437,061 0000000000000000041d33a62133fa2edd755f11977e3d75bbd74400185e4581 2,309 1.00/1.00 vMB 65
437,060 437,060 000000000000000000e61679c9143293f81473aee295f41f7a138628ea881798 2,368 1.00/1.00 vMB 68
437,059 437,059 0000000000000000040f398ae1b19d187f3398e8b47fef5fe3a3cdbcc0ca8745 3,210 1.00/1.00 vMB 60
437,058 437,058 00000000000000000247f58d70edc09326e2e9369c7a67058a58fbb4e30812b9 1,785 1.00/1.00 vMB 63
437,057 437,057 00000000000000000281786e44c9d1e13f80ddd0f1cf795f0b505d0dc2e4a7d7 2,735 1.00/1.00 vMB 76
437,056 437,056 0000000000000000044a03d4b0d7864ce2f9127e739de6d453577c08961dc684 2,704 1.00/1.00 vMB 83
437,055 437,055 000000000000000001d8307ba1ede67be23819a9b2fae89b5134b22443881d79 2,784 1.00/1.00 vMB 94
437,054 437,054 0000000000000000002aaa7374f82afabde1417888d99b9512d672d23d6bc8fd 71 0.04/1.00 vMB 67
437,053 437,053 00000000000000000140def2514fc86bd0c8a327b202e7aab6e82f413ad5ded8 2,279 0.95/1.00 vMB 63
437,052 437,052 00000000000000000151ef9691f997e9351fbda86306e3ab9dc461b4b984a258 1,840 1.00/1.00 vMB 51
437,051 437,051 00000000000000000012e5839f2cf9cbcdc0dc5387f87a93614d6ddca570b2a1 2,454 1.00/1.00 vMB 69
437,050 437,050 000000000000000001f12b3720a5bdd09e5a68b4ee691c2f4e9576f5756e885d 1,692 0.84/1.00 vMB 37
437,049 437,049 000000000000000001b67bc382dfea7d49dcf1e3f4ff18e9a063af8ea55effde 2,713 1.00/1.00 vMB 66
437,048 437,048 00000000000000000038920d4fab1e6353bd0de43a62d9dec64565cfceb073e8 2,135 0.75/1.00 vMB 96
437,047 437,047 0000000000000000023ad4b730602efa96e659c16371a0b836a3c186f22d6c4a 2,281 1.00/1.00 vMB 55
437,046 437,046 00000000000000000257d3772d1973ae888d0ba5f19bf897b15cd6669782a37f 2,379 1.00/1.00 vMB 82
437,045 437,045 000000000000000001bf273b16ee0a039b74483e3904c2fe899a8a179b32ab9f 1,103 1.00/1.00 vMB 30
437,044 437,044 0000000000000000041622cc829b18ab267b4c68e54088637831d89a056eb723 2,076 1.00/1.00 vMB 57
437,043 437,043 000000000000000003f4c3781ad4547de27da9b2bc2afd719dbd880a59e63245 2,551 1.00/1.00 vMB 67
437,042 437,042 00000000000000000431f12f1d6e58cb694eab1db9aea03ed23935fea6ce7686 2,670 1.00/1.00 vMB 76
437,041 437,041 0000000000000000035f71dd0603242218620a76b95b5c24f429d9f408eab756 2,996 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.