Loading Tool

Explorer IconExplorer

Memory Pool

83,983 transactions
31.35 vMB
0.09515510 BTC
Random Selection Loading Transactions
Max Size: 191.43/200 MB

Candidate Block

Mining Attempt 41eed8ea616b890c5286c97a84ef7e8238b1d66938ba9015da6de911cf7eebd5
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root 39721e1d518f8ca0e179a3c28e36679902b8ad4b8dd5ad21b03c0efd05becce7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,760
Size: 1.00 vMB
Total Fees: 0.02358127 BTC
Feerates: 150.77 > 2.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (214,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,084 701,084 000000000000000000023fff9065296478d73dbdc1c9852c46be58b0b8bfa00a 177 0.05/1.00 vMB 12
701,083 701,083 0000000000000000000e475445595171a984bca08c55ae44ad76b61484a5bd0b 1,811 0.55/1.00 vMB 4
701,082 701,082 00000000000000000009ad3d11500953e4e5cccef6eaf81858b87dcc917f0cb0 3,345 1.00/1.00 vMB 15
701,081 701,081 00000000000000000005eba330136d316ca0d1a23569cfd2c806c7e3cb218c82 323 0.09/1.00 vMB 14
701,080 701,080 00000000000000000007130a6092259b06c4713571a09592f2a54d3c78182e19 159 0.04/1.00 vMB 13
701,079 701,079 00000000000000000000d734bc7a30086c4fd44a3b05125ef36c15a11f9837dd 1,393 0.46/1.00 vMB 12
701,078 701,078 000000000000000000044ebf606d5dad9dec195c1d055227c1da1f85aa1c1d03 378 0.19/1.00 vMB 11
701,077 701,077 0000000000000000000777479be31697523baa33b8c4b39ee999cc2e0e11573c 1,191 0.32/1.00 vMB 13
701,076 701,076 000000000000000000008212e5d9a44e5719af374216b91cbbe8c2b4a6a559df 535 0.24/1.00 vMB 7
701,075 701,075 0000000000000000000873b0685ba58ee68b4bf7b9e98002166bd08e53b0692d 2,373 1.00/1.00 vMB 11
701,074 701,074 0000000000000000000a51f4db93551228ada8428a5c2506ee3a853fb2f5a0e0 982 1.00/1.00 vMB 4
701,073 701,073 0000000000000000000a51049d28687bfd6b22e81b9e214729caacefdc877c0c 960 1.00/1.00 vMB 12
701,072 701,072 0000000000000000000db38847f71ab5d71dd26040d2c7d51a068ba2a2b2e91e 1,414 0.59/1.00 vMB 4
701,071 701,071 0000000000000000000ec2dae2a2c381eaef30c92bc524f87c63ad8c4e02a829 3,654 1.00/1.00 vMB 5
701,070 701,070 00000000000000000001de96587ed27e67d42e4774bf74669b93f2fb49dc6d11 3,132 1.00/1.00 vMB 4
701,069 701,069 0000000000000000000d1a29c6e6fb5d6972cf97a1c9dce432f1286cebcc19a2 3,128 1.00/1.00 vMB 9
701,068 701,068 00000000000000000008c4a6a541bdcffecf8c72a466dc7be2efc16d20ff8b89 3,082 1.00/1.00 vMB 29
701,067 701,067 00000000000000000007131782dbed5f59c15b1d5d36a792a6117b91eadb10c7 2,781 1.00/1.00 vMB 16
701,066 701,066 0000000000000000000767d9050cb7c6274a3a883139821381d6ff0c7ce116e8 2,169 1.00/1.00 vMB 5
701,065 701,065 000000000000000000003bda704d84ae0461846f7368f282b85cee34e20ebf48 2,277 1.00/1.00 vMB 15
701,064 701,064 00000000000000000005301e3d7409a952f8c5146946fd7efec1238f3344e91d 1,989 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.97 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: 716.10 GB
    • Received: 17.78 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.