Loading Tool

Explorer IconExplorer

Memory Pool

76,612 transactions
28.56 vMB
0.07330086 BTC
Random Selection Loading Transactions
Max Size: 172.93/200 MB

Candidate Block

Mining Attempt bd236ef388f1c1923c8edf55b58ead30d98899ec374f084bed8fee1b2c39bc39
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 8d9edc6b0ba49cd2379f2b6dfd13c1b1df84ef6cdc2cfaea1e24a2821e1ef5fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,588
Size: 1.00 vMB
Total Fees: 0.01370395 BTC
Feerates: 214.59 > 1.37 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (355,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,093 560,093 000000000000000000252882b767cf5f3e4f093d2598a85924c9fa3a7a7d0a9f 2,569 1.00/1.00 vMB 15
560,092 560,092 0000000000000000000278cea7633e6c9b51a6edf8c405e77184d6ea87907e8f 3,376 1.00/1.00 vMB 42
560,091 560,091 0000000000000000001defd9506427ef76b322931c46b3b9a85eea12c7657427 1,985 1.00/1.00 vMB 6
560,090 560,090 000000000000000000045103035d141850cb64b814d218fd972ab961a5a568c4 2,298 1.00/1.00 vMB 10
560,089 560,089 000000000000000000064deab01fc92bbe597239ccf3315b62da29721ca475d8 2,782 1.00/1.00 vMB 13
560,088 560,088 0000000000000000000468f9b463a12d2dfdcfbd3344764115129770fbe3f852 2,391 1.00/1.00 vMB 19
560,087 560,087 0000000000000000001a5d010d954d3b2c6eb65382ca83160fcfabb131e39f7b 3,238 1.00/1.00 vMB 50
560,086 560,086 000000000000000000267b9d1b9d0bfcb95809f4dc9cfb30a732cf23f171990d 2,811 1.00/1.00 vMB 29
560,085 560,085 0000000000000000000f0b478b9a5f9fd6f0e1d32cf9f4a3da576f4070d46dd4 2,889 1.00/1.00 vMB 15
560,084 560,084 00000000000000000000714d19eb67870dfb9e043e9ce105d94101c8d20515df 2,676 1.00/1.00 vMB 16
560,083 560,083 00000000000000000021a5e22e9e917dfb830d0527058fb40a4f32c402acdc57 2,774 1.00/1.00 vMB 20
560,082 560,082 000000000000000000145cda79abca6ef334ac25c2d029c002947ae0840ea662 2,392 1.00/1.00 vMB 56
560,081 560,081 0000000000000000001f6e8f5e0c605a55a2bb4025d468f78280014381949a99 1,756 1.00/1.00 vMB 9
560,080 560,080 00000000000000000003a06dc3fd4bde02c8c534b3bd50cb4b3e4bf705db6e2a 2,648 1.00/1.00 vMB 13
560,079 560,079 0000000000000000001f4d1ce68db173763234f54de20320163a73d91796ed51 1,699 1.00/1.00 vMB 14
560,078 560,078 0000000000000000002d75993528706c52162065cb68b25d06c9307fb9c958f6 3,149 1.00/1.00 vMB 40
560,077 560,077 00000000000000000007cad3480f9eb14383d2f461b03f8d1714831af26e7ef7 3,148 1.00/1.00 vMB 18
560,076 560,076 00000000000000000002faffe3f2b28df35e14fa414f3a2b4faea8e193b35322 2,437 1.00/1.00 vMB 11
560,075 560,075 00000000000000000002a8f8ed2884578a14f5b1eabfecb35c833f5c8bd0759f 2,570 1.00/1.00 vMB 12
560,074 560,074 0000000000000000001baca386642d59143759a366035afd2fda42b965aec8e6 3,265 1.00/1.00 vMB 23
560,073 560,073 0000000000000000002aedbaaa0661fd1dec0be0e3f5edffb051c07d9d22b74f 3,197 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.63 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: 672.16 GB
    • Received: 16.16 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.