Loading Tool

Explorer IconExplorer

Memory Pool

85,240 transactions
31.79 vMB
0.20209860 BTC
Random Selection Loading Transactions
Max Size: 190.20/200 MB

Candidate Block

Mining Attempt 8e1af34278b9b8d9c13811cc0600f12baace26c6311f56d3296e5324ac77839e
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root bce1d25397aeb71c8a3148374c8a8b88e1f0c8dc3d62e1fbcd8efc01b7f1bdb1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,993
Size: 1.00 vMB
Total Fees: 0.09198027 BTC
Feerates: 529.10 > 9.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (751,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,092 164,092 000000000000087c7437ca956e78c60b36f5ff8d2fd86661055bfacbe0646159 11 0.00/1.00 vMB 51
164,091 164,091 0000000000000b68f79e5a4d07ce08257ce6e9ec3b28acebe37833bf6cac9fe0 3 0.00/1.00 vMB 0
164,090 164,090 0000000000000afcb6d7982bd40f418ee86144b2f299494ad26d99c784f1f67f 92 0.04/1.00 vMB 149
164,089 164,089 0000000000000378bf4a6e0074a1904e2b9d079d3832584c178fa2f24ae1cbbb 12 0.00/1.00 vMB 0
164,088 164,088 0000000000000a58e88550963e3c948310e64923ae1758bd755a7afeaa6eecb5 45 0.03/1.00 vMB 104
164,087 164,087 00000000000002ba205e46259c24f6d9d52d45f18cb6b04d73e698320e211c3a 22 0.01/1.00 vMB 53
164,086 164,086 0000000000000b5d1027910b33d03594338f26bd95c3490d3dc801954c6f8571 15 0.01/1.00 vMB 61
164,085 164,085 0000000000000ad856653beffb4aba758f1856af157b11a71c672d34e32b32d1 81 0.03/1.00 vMB 6
164,084 164,084 000000000000032a648c003821191e12c92fae413283a5442c397c68156a55a5 78 0.09/1.00 vMB 819
164,083 164,083 0000000000000c4a49ee8f132c0c9b1b9c52919062e1bc82fff7c14b11436ff4 42 0.01/1.00 vMB 0
164,082 164,082 000000000000081f05c008aff9d13b0f02d5636d5e5f466ea75d21bc030bf5f3 45 0.02/1.00 vMB 3,625
164,081 164,081 0000000000000827c34e5ac1751b852141498f8347e60433f443d194b01641ec 25 0.01/1.00 vMB 192
164,080 164,080 00000000000009230303d2d54bbf375763f73c11f402f9b81d4c6e15d6e2232c 15 0.01/1.00 vMB 49
164,079 164,079 0000000000000a75d336f4f010d9a970d7792c0a86978e1ecd83d92685fbe36a 6 0.01/1.00 vMB 28
164,078 164,078 00000000000004da7705bc8fa0032f3dd06f5b5bb573bb1e605c6f209496f4ff 25 0.02/1.00 vMB 35
164,077 164,077 00000000000008e16379c1205f3ae25e0eed15d619b2f5c2383efa274054f931 4 0.03/1.00 vMB 1,014
164,076 164,076 000000000000042697a263bd62135111a310ba8aa3410dcc0d171b5958d19e7a 12 0.00/1.00 vMB 0
164,075 164,075 00000000000006523b735c5ff7c4b0cc30c4c678ac5ce339306a74ad0495e4fd 12 0.01/1.00 vMB 57
164,074 164,074 00000000000004eac9bcc0a22759ce994a84f5670c2fe16c05e1604453e63597 41 0.01/1.00 vMB 85
164,073 164,073 00000000000009ae6565e3e97d95e45b0fba260f5948ac89b1fb7b1d5226943b 55 0.03/1.00 vMB 48
164,072 164,072 00000000000001b39b094a0b1f52ecc44a98896a7c5e9e06784e10e6cfff7792 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.65 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.70 GB
    • Received: 16.31 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.