Loading Tool

Explorer IconExplorer

Memory Pool

38,963 transactions
27.45 vMB
0.06949369 BTC
Random Selection Loading Transactions
Max Size: 139.65/200 MB

Candidate Block

Mining Attempt 66eb2f1df0d53ba7f3533edebd5feb73a000b3ba387833d795f4177f4115e422
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root 15fd53f7918f0c0598b9259a9e7c31343874a4a9e80ede480704d3eb9720cd50
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,866
Size: 1.00 vMB
Total Fees: 0.01743941 BTC
Feerates: 179.53 > 1.75 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (300,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,056 614,056 00000000000000000002a56909fe0d9dc6704d058ba6d6721edb86555ec0c094 2,907 1.00/1.00 vMB 9
614,055 614,055 000000000000000000017ed53338e4a866566a51975aba19c014cb2567da9c0f 2,708 1.00/1.00 vMB 10
614,054 614,054 00000000000000000003a81b91837c6ed2f5d2ea20556ff8299492fd76ae5ef1 2,940 1.00/1.00 vMB 13
614,053 614,053 000000000000000000052b3969f8b16ed2d81cfdb989e59f54dfd58e8ecd524e 2,719 1.00/1.00 vMB 11
614,052 614,052 0000000000000000000b7052c4f8ad1a2002b5ac621531d49a6161d1264e00b6 2,980 1.00/1.00 vMB 20
614,051 614,051 000000000000000000122e97200a760ebb154519e211d36ff3e6ce7a9bee4590 3,251 1.00/1.00 vMB 21
614,050 614,050 00000000000000000008a95f02aed71bbcad43793db7edb1d91f9b36e164a4b5 1,828 1.00/1.00 vMB 21
614,049 614,049 00000000000000000011e3cf6f122155e1b6da9ab7b4032403d4b428a60ccb5f 2,574 1.00/1.00 vMB 20
614,048 614,048 0000000000000000001029eee137c99223f00e4eb0404b9461fd898126dd2561 2,447 1.00/1.00 vMB 30
614,047 614,047 00000000000000000011bd31e54e44b43f6948e99508ff6cae047feacd0c86da 2,232 1.00/1.00 vMB 32
614,046 614,046 00000000000000000005a20f0cccaeca127f5480e0a71d6b98543d90e94ad89a 1,418 1.00/1.00 vMB 2
614,045 614,045 000000000000000000106a6482119fd5f230d896d8e2d7e02cb9847678fc6690 2,538 1.00/1.00 vMB 10
614,044 614,044 000000000000000000082ae13d55183d3ae8db9d1aefd05551c68c9229f37aa5 2,457 1.00/1.00 vMB 15
614,043 614,043 0000000000000000000d77b1632b60fa185aeacc899d74dd2ea142658b14297b 3,401 1.00/1.00 vMB 10
614,042 614,042 000000000000000000013c9bed00f705caa54c3cb4f7759399b428ddc06490d8 1,760 1.00/1.00 vMB 27
614,041 614,041 0000000000000000001309623ed240b772f5575d30c9472d0e1d2f697342fce2 2,498 1.00/1.00 vMB 13
614,040 614,040 0000000000000000000ec3444feaf56304d3671cc1d751f6de7e6959d9edb4f2 2,205 1.00/1.00 vMB 6
614,039 614,039 00000000000000000005d558a6f35ec379043b57462b378627cdd317bb2cfce8 2,199 1.00/1.00 vMB 11
614,038 614,038 0000000000000000000761614d8449cd9944478f140c93cdf60a31ea6d9a0d62 2,007 1.00/1.00 vMB 16
614,037 614,037 0000000000000000000370beed4e56e5156dab10304d5177447f7c9f1ad44f96 2,375 1.00/1.00 vMB 17
614,036 614,036 000000000000000000081bfcaf3495615a6d657074ff891d0336aad49e8dffdb 2,284 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.76 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: 632.17 GB
    • Received: 12.10 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.