Loading Tool

Explorer IconExplorer

Memory Pool

36,114 transactions
25.76 vMB
0.08337879 BTC
Random Selection Loading Transactions
Max Size: 131.81/200 MB

Candidate Block

Mining Attempt 987e97fd853fe7d041cd4492c8a6b9dade86ec8aac99d8d4ab936868ee3f581a
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root 9eea864cc9127054c8019e57995b24c6b079160268b42cb868ab25e2998c6894
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,296
Size: 1.00 vMB
Total Fees: 0.03629923 BTC
Feerates: 171.09 > 3.64 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (280,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,854 633,854 000000000000000000010389b7f826dcbf907a2f56f36f65a81d425eb0601e71 1,394 0.60/1.00 vMB 7
633,853 633,853 00000000000000000007ed24d6bac9255953e34693239dd62552dedf1bb837d0 2,578 1.00/1.00 vMB 11
633,852 633,852 000000000000000000061f5a398a9dba349ea33f7f5e618939cf8bbd6eccecd1 2,362 1.00/1.00 vMB 16
633,851 633,851 00000000000000000013cebf74f9d29605a3bc3bce1ab5d4dcf13bd368d2c0f5 2,089 1.00/1.00 vMB 25
633,850 633,850 0000000000000000000f0eb380f110153b2342be5a50c2926043ed49b6670599 2,755 1.00/1.00 vMB 52
633,849 633,849 00000000000000000006be0b9e0d3af29d9122ec8707161ed1e3ef2372ac14e9 184 0.05/1.00 vMB 16
633,848 633,848 0000000000000000000e6a20cddc322dd151802de6f3a81b9206a05391384dbb 2,006 0.83/1.00 vMB 10
633,847 633,847 0000000000000000000efff1028a4df82a4e76c0847725f03049fef727064c9a 1,883 1.00/1.00 vMB 12
633,846 633,846 0000000000000000000e49f145b99be15c6ecc78ff64d7f6a4606c06b262ca45 2,528 1.00/1.00 vMB 37
633,845 633,845 0000000000000000000c8842a0371557b857e9d8b9ddb17e913dc3d32a0acdbe 2,448 1.00/1.00 vMB 4
633,844 633,844 000000000000000000071d3a1f63cf47159e185ac566918a05e0c58cdff0dc40 1,861 1.00/1.00 vMB 21
633,843 633,843 0000000000000000000e1ac030306ac612a0e10325e6980b8189bade269d69fb 2,281 1.00/1.00 vMB 27
633,842 633,842 000000000000000000049ad5e6d9aa3f72bb2e1c81bc8b34d73709b3f31e60a7 1,793 1.00/1.00 vMB 25
633,841 633,841 0000000000000000000571e324e93551d28ecf2b8b1c3b3082a5bed30fdbb6ef 209 0.18/1.00 vMB 11
633,840 633,840 0000000000000000001296c455eafcfc29055f17c4b189b7cecad5b5ee6e41ec 1,292 0.68/1.00 vMB 21
633,839 633,839 000000000000000000006c0537e48824cd5552ef2ac316ee54a6c263dcc62f75 1,239 0.68/1.00 vMB 17
633,838 633,838 0000000000000000000cc9f3e2929cf53e94313422b7b512e595f48f4a784055 688 0.33/1.00 vMB 17
633,837 633,837 00000000000000000005b12c7a2c5616f771be27068d56c486f9a08d9da57e8d 1,053 0.66/1.00 vMB 17
633,836 633,836 0000000000000000000035b2501cac7249fbbbe75f02f389b0e8e72f32372ce2 759 0.41/1.00 vMB 14
633,835 633,835 000000000000000000125a96724a27e68a010ca9b8b170c1012da9e332e9369f 1,758 1.00/1.00 vMB 13
633,834 633,834 0000000000000000000be6d45aeaa62bd6315db0bc8f4cf3ae541be9c53512e2 2,146 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.82 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: 635.74 GB
    • Received: 12.33 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.