Loading Tool

Explorer IconExplorer

Memory Pool

79,117 transactions
29.67 vMB
0.07455967 BTC
Random Selection Loading Transactions
Max Size: 177.93/200 MB

Candidate Block

Mining Attempt 9c1a45e7cc1980090fc9c4ed03b252c1414d684326085c33ff3d451559f710d6
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root 1c74f1ca769ba5d36d332ef3213d5309904ecdce4c4d668040e2df685f17eb25
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,975
Size: 1.00 vMB
Total Fees: 0.01396186 BTC
Feerates: 150.77 > 1.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (196,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
718,063 718,063 00000000000000000008c015b24387fc44344cb24b1912902068c9e0aaf4fbca 1,554 1.00/1.00 vMB 4
718,062 718,062 00000000000000000003f92cfa18a477afc9da2da6c8250bcdf9d7b3e42002c9 2,589 1.00/1.00 vMB 8
718,061 718,061 00000000000000000002cd2dee13594b60054c5e741b02ca421cf150a0712da8 3,012 1.00/1.00 vMB 15
718,060 718,060 00000000000000000002a72faf4e6793b4c6fc0b8d1fda44339e5ba7d5b7c753 1,684 1.00/1.00 vMB 8
718,059 718,059 000000000000000000028bb267d44fd9e249d68001f3c921da5866fb1cf20e90 2,308 1.00/1.00 vMB 7
718,058 718,058 000000000000000000017af1a3b236e8819cf9bf1bfae2443eed38861aeaec2a 2,867 1.00/1.00 vMB 16
718,057 718,057 00000000000000000007e0712b423f31046db62039e166d6fef0a11a2cda3bbd 2,448 1.00/1.00 vMB 11
718,056 718,056 000000000000000000075901e6e712ce9f2a8b0330802b6c0d85ad99d008fd83 3,348 1.00/1.00 vMB 14
718,055 718,055 0000000000000000000968adbec7e5a0436bca0e871eb6eb3cebf86d0e609dc6 2,164 1.00/1.00 vMB 7
718,054 718,054 00000000000000000006f24b9bf12a14fda1e3796041c81e0159278432b38c9d 1,559 1.00/1.00 vMB 6
718,053 718,053 00000000000000000007eb2371ae36bde413df815dc6a2ff903324bb4b2f1a31 386 1.00/1.00 vMB 2
718,052 718,052 000000000000000000041f64a5fba14c1ffb29010ac6a5c0c61e07bff6e6276a 2,780 1.00/1.00 vMB 5
718,051 718,051 00000000000000000009c383f537e54a726418426b670005657110006cd5f6e8 2,563 1.00/1.00 vMB 12
718,050 718,050 0000000000000000000a09b5f367330c679379855a01580239be3284fc1e64b6 2,874 1.00/1.00 vMB 8
718,049 718,049 0000000000000000000326b3a689ef0b24ce685dcf7017f9f85fbb5595684f75 3,550 1.00/1.00 vMB 21
718,048 718,048 0000000000000000000af87f9d27015b07b8b2c125258b87323cc2858b71304b 2,959 1.00/1.00 vMB 11
718,047 718,047 00000000000000000007a3947caabf0de29008adcfd7a5145252535ff038c135 1,638 1.00/1.00 vMB 6
718,046 718,046 000000000000000000063cb82335eb16f0574e71b65f128edb9a87f1401d2f87 2,163 1.00/1.00 vMB 9
718,045 718,045 000000000000000000054a6be4510b30f98fb237258ff40d244aeeb519ec4498 2,413 1.00/1.00 vMB 4
718,044 718,044 000000000000000000035bacef59586bf7ef766982371eec5df4eadc1add1f55 2,229 1.00/1.00 vMB 7
718,043 718,043 0000000000000000000a911de0fa3bb1cfcd7a80fd32e9400312dc9cac2dae0d 1,826 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.