Loading Tool

Explorer IconExplorer

Memory Pool

42,019 transactions
20.78 vMB
0.13584727 BTC
Random Selection Loading Transactions
Max Size: 115.09/200 MB

Candidate Block

Mining Attempt 0791d6fcb97e6f7784d02f9faaacab0ba6128d44bc8e531a40935f59d59b3b61
Version 20000000
Previous Block 00000000000000000001045bcb3b2142ad1559f1e2c63e9eccf4c3e3bc543f14
Merkle Root e70f9cbe1ed8f3ced14cd52433e214f9ed0ae4758b33de96e5dc4e44a3525bdc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,682
Size: 1.00 vMB
Total Fees: 0.06166314 BTC
Feerates: 501.78 > 6.18 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,900 (815,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
98,658 98,658 000000000000575d437fd9936bd06ca64148619483e9974bd105e58c280f6890 1 0.00/1.00 vMB 0
98,657 98,657 0000000000017468f36f7316b578b1e92a01bba3c7c4c90209779bb9b2adc507 2 0.00/1.00 vMB 2,481
98,656 98,656 000000000000fda45bca94825321d7c45a29588f9ef5515c4bd7e8c35915ae98 1 0.00/1.00 vMB 0
98,655 98,655 000000000001fefafdfd95fa99a45e73d8bc378bf8a95fd1d9f50e57ecaf80f8 1 0.00/1.00 vMB 0
98,654 98,654 0000000000025d9383eb1e987a722b10ade1bf2fd848ea1b41148d5d35bce0e1 1 0.00/1.00 vMB 0
98,653 98,653 000000000004952fa0e384f4fefd851f85241ee2d22eb86a7cdb2f7b019aadf7 1 0.00/1.00 vMB 0
98,652 98,652 0000000000007274ccadea5d3d9cf346bb14dce27e654bc954dcb871e125e40b 6 0.00/1.00 vMB 0
98,651 98,651 00000000000551e0528be70c0097cf483e781bc68c60796943bbdf65d58f0e12 1 0.00/1.00 vMB 0
98,650 98,650 000000000001d63c974dbf1f36c3b556fbf908b688271e48e0b0c81d67b0518f 1 0.00/1.00 vMB 0
98,649 98,649 000000000001cf39d96da60c32b0047f3a9d5d19a07a1bf67bc385b1d95b73fd 2 0.00/1.00 vMB 3,875
98,648 98,648 000000000002c7ee657b35adbe46b583c59c2e783f108e41d7b6ea3fda8d6b80 1 0.00/1.00 vMB 0
98,647 98,647 0000000000015e9da5b752700ea15c0654a67a2e9a40b8029490e1622a89e6fb 1 0.00/1.00 vMB 0
98,646 98,646 00000000000377da3cfd480c03160f9de9b8ef69e9649fb104ae6b9bd63c836c 3 0.00/1.00 vMB 0
98,645 98,645 000000000002b61c4c6cedf664c28c5601f6c561042f16b8e55c95343f999301 1 0.00/1.00 vMB 0
98,644 98,644 0000000000030e6c5623f7925b0079017a787091d02a2ebf917a43afe7700e77 1 0.00/1.00 vMB 0
98,643 98,643 000000000001269417ab43aa73b9eeeeb25a312393e269891a0228b0d2988bf3 1 0.00/1.00 vMB 0
98,642 98,642 000000000002ac63930175d6ffc0c370249c83203be9589eb0107db8a3e0606b 2 0.00/1.00 vMB 0
98,641 98,641 0000000000040a414bdc0561c0059c17f5ebf446db4eed6f74c44fa1dd37f2a1 2 0.00/1.00 vMB 0
98,640 98,640 00000000000090bcca0fa569d3795946772f5be723f866fee3cb22af0cf4a12b 2 0.00/1.00 vMB 0
98,639 98,639 000000000002cca96fab551b4401e7b21e796dfc7e72fc8a77a1cacd5fbd78bf 1 0.00/1.00 vMB 0
98,638 98,638 000000000001eb55604786ccf15337c166188007371970beacfdcb56c6eb0261 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.43 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: 526.91 GB
    • Received: 5.39 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.