Loading Tool

Explorer IconExplorer

Memory Pool

79,521 transactions
29.95 vMB
0.08462426 BTC
Random Selection Loading Transactions
Max Size: 180.49/200 MB

Candidate Block

Mining Attempt 9ed3811e82bdc3e61139c74ec8b250a13a9788b16bb3ea636677a19b893235e9
Version 20000000
Previous Block 000000000000000000005a637be4f0674e0cd19654bae85c49d461bc204dc54b
Merkle Root ab5a5baa0a4b8d1c8fe8c4c2433f2b94b19bff3e0f998d984a887c9fc9c13a17
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,966
Size: 1.00 vMB
Total Fees: 0.01605379 BTC
Feerates: 40.21 > 1.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,143 (468,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,982 446,982 000000000000000001328d6cb8247b3ca8132c38ebcd65a182552c490bf67ebe 2,271 1.00/1.00 vMB 81
446,981 446,981 0000000000000000012ed2962828b6601fb6c9741bd07d384fa41fb2edcaa092 1,851 0.99/1.00 vMB 63
446,980 446,980 000000000000000001e880aef08520ed704efba50d4b13fee76f4ad0add8ef68 1,930 1.00/1.00 vMB 73
446,979 446,979 0000000000000000015785a7c161cb2547e80c15a2f6edcf430576d2338c8852 1,262 1.00/1.00 vMB 43
446,978 446,978 000000000000000001b68345b3e60fb7896be277c11702d956fd9f7f23ea3928 2,439 1.00/1.00 vMB 77
446,977 446,977 000000000000000002ba9a07e64198f581232c3906089b9c6d874aabb0680fa5 2,410 1.00/1.00 vMB 99
446,976 446,976 000000000000000001ff5274bc67b6a13196198088b9d5941d0e5070f6044612 823 1.00/1.00 vMB 21
446,975 446,975 000000000000000001858257ac8b08f5ad9e47c0b4bb44a4090344c6366885ac 1,325 1.00/1.00 vMB 36
446,974 446,974 0000000000000000024189995fb2b937784c2eaeb5c8cc4a482d2800d7e5e5b0 1,162 1.00/1.00 vMB 37
446,973 446,973 0000000000000000022e59016d6c3b65f90c265cdfa2c73c66edf56748bf3537 2,354 1.00/1.00 vMB 88
446,972 446,972 0000000000000000010ba0d4fcb7cf924690426f2eaccd8a8f4f11c6d27523e4 945 1.00/1.00 vMB 53
446,971 446,971 00000000000000000323dd8c4c4b7c0aa1c42d885911dd98fab808fc4831a3a3 1,504 1.00/1.00 vMB 62
446,970 446,970 00000000000000000002c915e46d2d7efd0aafaa216e8444e9611430702b423d 2,517 1.00/1.00 vMB 23
446,969 446,969 0000000000000000025ba6e5086fe1d2b4ff5c68d64e4976d6692ed8a316fd85 1,653 1.00/1.00 vMB 65
446,968 446,968 000000000000000002d65df0104b2f0e90577bb2cadcaa9fd6c8bd6aaf8e6300 1,672 1.00/1.00 vMB 65
446,967 446,967 000000000000000002386e4f154d087d73bcd0e581d0aa6da143abe9a797b04a 1,464 1.00/1.00 vMB 61
446,966 446,966 00000000000000000041213565d8e47003722039f0a3c82658fbe5eb30ac23ee 2,246 1.00/1.00 vMB 81
446,965 446,965 000000000000000000c2570abed8a7e4db85f5aacba9b69cc67e4a84592138bd 1,580 1.00/1.00 vMB 52
446,964 446,964 000000000000000001cbfc01abc6bb835133ede6540942daf5f8fb6fc19898a9 1,439 1.00/1.00 vMB 64
446,963 446,963 000000000000000002803e842bed291fc16899c474f4491dc142405f8bb2ae93 2,272 1.00/1.00 vMB 78
446,962 446,962 000000000000000001a0a2785430e06150c4429cf5b73576bd8b38e4274dc253 1,291 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.64 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.42 GB
    • Received: 16.24 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.