Loading Tool

Explorer IconExplorer

Memory Pool

81,648 transactions
30.33 vMB
0.08194814 BTC
Random Selection Loading Transactions
Max Size: 182.82/200 MB

Candidate Block

Mining Attempt 80b5d5320d08a325c5b981992247c1f4da66ced0c0a748b9908162f139e6a2d4
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root 46111a46552ef1e47dff1d403b739dd3b7a5028b170f772f2b2159c6530f682d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,103
Size: 1.00 vMB
Total Fees: 0.01967240 BTC
Feerates: 203.60 > 1.97 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (775,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
139,088 139,088 00000000000005a7a5efa826823553d5ab680611a990f064dbfa12344a4614b4 82 0.03/1.00 vMB 208
139,087 139,087 00000000000008dd72692d4ed19f729b9b8982b4bc7932594ab13fee742bea6b 2 0.00/1.00 vMB 0
139,086 139,086 0000000000000208a9d61c1baf51fe0c20d74ef09a067ca0bef351eaf88f39a1 11 0.01/1.00 vMB 155
139,085 139,085 000000000000074133ee0672a74007e9d9755825f703631c6a194ead60c3ce5a 124 0.04/1.00 vMB 109
139,084 139,084 00000000000000e7b27eff8543ec3debb8aee0e187a334b760898939fc1e5bd0 54 0.03/1.00 vMB 552
139,083 139,083 000000000000024438a642cbbfaad91bff646b06aacc2504f780f061ff198b31 12 0.01/1.00 vMB 43
139,082 139,082 0000000000000040ec2d520cff2a6b3921e4849182a2f12a7c1bce73659aed93 21 0.01/1.00 vMB 309
139,081 139,081 000000000000079182d4f82823e43efaa99cc7e9056ed5dddf4e695f78a7947c 31 0.02/1.00 vMB 100
139,080 139,080 00000000000001fd27fec9f288cbf7d3ff984f9cad01f49054016160d06a7f7c 25 0.02/1.00 vMB 172
139,079 139,079 000000000000043ce1898f033c2748621ea41dfcae337056b467d0d6aefe0c49 8 0.00/1.00 vMB 561
139,078 139,078 0000000000000005dfac09d12a037ed23c41424f0bb42ff2e9e3af3e143b237e 6 0.00/1.00 vMB 63
139,077 139,077 00000000000000bcb7336aeca83701a5e69dd31aa71aae137ff704841abe95b1 148 0.05/1.00 vMB 58
139,076 139,076 00000000000001f39f37d86c21cf1350e16a0a81f13195a85cc9c48efa4e2b69 91 0.04/1.00 vMB 312
139,075 139,075 00000000000005aaf949ccd401b57acf967176c3a925cbb578146ee25e14bf2f 19 0.01/1.00 vMB 573
139,074 139,074 0000000000000266d0b5ddc2048d0cf6e360456ef6e8db1d1ad9dd8b082145af 9 0.00/1.00 vMB 438
139,073 139,073 000000000000042fc5649d50038f0f37a5d62a5e61e8ac960de40c22220c32d8 21 0.01/1.00 vMB 457
139,072 139,072 0000000000000007b7b1bde407a6cd0c1b11f329bb56502cf6200fb48108ceb1 65 0.03/1.00 vMB 421
139,071 139,071 000000000000029a8ea7253166589973e8f88abbc75a5d2055200e6c1d9a5a24 15 0.00/1.00 vMB 319
139,070 139,070 0000000000000958f7f2fb98a827668971ef59a3d4083f55268dd67a54d2c069 11 0.01/1.00 vMB 365
139,069 139,069 0000000000000631d03f0e5bc29698699f729e43e9c669a10e3313933ca95a62 13 0.00/1.00 vMB 91
139,068 139,068 00000000000009ca7f80db81f61c4a4577b8494cc8676baab68b6c727b479b1a 119 0.05/1.00 vMB 118
Previous 10 blocks ↓
Total Size: 782.34 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: 661.27 GB
    • Received: 14.80 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.