Loading Tool

Explorer IconExplorer

Memory Pool

73,792 transactions
27.29 vMB
0.06535875 BTC
Random Selection Loading Transactions
Max Size: 166.62/200 MB

Candidate Block

Mining Attempt ca65eac86e6ebacb1b43d96d9cceff7ca6234c70188370aa9b5896b41bdeda71
Version 20000000
Previous Block 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3
Merkle Root 6e1eae4223d78e17a1caceff8a86ac4c6fb8b0e790de76bf238f0a7acdb1f42e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,590
Size: 1.00 vMB
Total Fees: 0.00702801 BTC
Feerates: 70.42 > 0.70 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,281 (721,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
194,074 194,074 0000000000000423e3350088fb2883e5e9038dd2a2a42a21cce012e32189185b 631 0.25/1.00 vMB 212
194,073 194,073 000000000000034540de1dcc28c15219a6cc1372f41a8aa080c8784ea2062d05 474 0.42/1.00 vMB 247
194,072 194,072 0000000000000363909ccff8d57a8b758f37ec0bdaac92896c70a99f97448ee5 830 0.25/1.00 vMB 360
194,071 194,071 00000000000001373821e8146a5230b4dec9ac8c3675c52e124673c34c9f4793 461 0.19/1.00 vMB 169
194,070 194,070 00000000000003200a0df41ef5d08b2f4cd99474f9f9628ad8a3d0b5df0c675d 113 0.05/1.00 vMB 98
194,069 194,069 00000000000004bdd73c8c8cee8daa02ac5de0fb3164cd347db85203791a1898 664 0.25/1.00 vMB 142
194,068 194,068 00000000000001f6e8a6a171bf080579f26fa92d8ef4152264661b43f31405c9 617 0.26/1.00 vMB 134
194,067 194,067 00000000000006650ef2afe99d98890396cd389e8c3437993b8e4b0487b81e30 126 0.05/1.00 vMB 83
194,066 194,066 0000000000000111414fb4ee341fb0218708573b5671704a2b041cd94ef4a4c3 155 0.05/1.00 vMB 103
194,065 194,065 00000000000003368de4e3a43ac5f416d341755652f510561c76c4ebd4dc8080 186 0.07/1.00 vMB 21
194,064 194,064 00000000000005b17a3da6f4e2f23a09857449f957e24165de51d64935cb8c8c 460 0.25/1.00 vMB 127
194,063 194,063 00000000000002f47d6c9f3d058cebd459e4948a22156c2ae3bcf32741837814 127 0.05/1.00 vMB 38
194,062 194,062 00000000000006b9105d10bf5c6f9596fd402cb73f79319cbee4adbccc49cd5a 260 0.09/1.00 vMB 157
194,061 194,061 0000000000000115387ac43e74247dd01c1a694d0799688d3b57b348fa48a2f7 17 0.02/1.00 vMB 57
194,060 194,060 000000000000028cc5b5ca85ec09e8362dd9c5b0baf0f44aa336a2a971daf709 646 0.19/1.00 vMB 191
194,059 194,059 00000000000007a611115132415a80ce1f2b67a2f8d81f6a3f5bf9cbbb662109 54 0.02/1.00 vMB 133
194,058 194,058 0000000000000770e296792fbd61e063f36ecf6518fe47e48a22aa1aaececf6a 133 0.05/1.00 vMB 109
194,057 194,057 00000000000002f2ddcc987466f655eedd70b29886ca4d0c6075f889dc1e8358 32 0.01/1.00 vMB 0
194,056 194,056 0000000000000072a0984fe06e34c5e33e59f1c6f71da30a93590419b2a4a9fd 118 0.05/1.00 vMB 102
194,055 194,055 000000000000055e17ff6150e642e6fa3399e3b058c2a297a8539e205e35a204 500 0.25/1.00 vMB 119
194,054 194,054 00000000000003bb47485a016ef3b7214b3453b9849b9d9e7c0ec8d82c41bafc 164 0.06/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.88 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: 713.23 GB
    • Received: 17.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.