Loading Tool

Explorer IconExplorer

Memory Pool

39,454 transactions
27.04 vMB
0.05435450 BTC
Random Selection Loading Transactions
Max Size: 141.24/200 MB

Candidate Block

Mining Attempt fe99fb5de203bbfa595da80c53c02083e265310378f53e34e4365b55bd8bf9a9
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root 5024fe46e4654e56ec3b1226882ad50495fae85bd2d8136d4ccf88dae4a469d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,039
Size: 1.00 vMB
Total Fees: 0.00436757 BTC
Feerates: 30.54 > 0.44 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (344,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,092 570,092 00000000000000000026960d36e9ffe255e4bde8656a843cea2f32612b1f4b12 3,312 1.00/1.00 vMB 145
570,091 570,091 00000000000000000003f57a336ea9698b371fe8946b70307c826fa322d42231 2,156 1.00/1.00 vMB 108
570,090 570,090 00000000000000000013ab94393689ed9d798337685dfbf515c8521f356bd30c 2,825 1.00/1.00 vMB 102
570,089 570,089 00000000000000000014e764f007b8845e5b9c83bcfed9b41f782a8beffcb48f 2,355 1.00/1.00 vMB 60
570,088 570,088 0000000000000000001b070f50871bee3d1fca38ff1cca3262a4cccaa555cabd 2,423 1.00/1.00 vMB 74
570,087 570,087 0000000000000000001b7dc37d8f4696102e2459abde8b7f52c41296018943ef 2,884 1.00/1.00 vMB 76
570,086 570,086 00000000000000000029ef7abae4928a1b74a8175386e4a7940c89c26476c4e2 3,225 1.00/1.00 vMB 80
570,085 570,085 0000000000000000002a1a4342a4a590f6411bfbfe2c38fa430f66371b9aeb66 2,682 1.00/1.00 vMB 115
570,084 570,084 0000000000000000001f7c9fde4158437e2d4f3337ab126cba9bd863991f1353 2,563 1.00/1.00 vMB 125
570,083 570,083 000000000000000000052b1fd95b1dc36b9cff869d86f0c44629b9d75aa983d9 2,974 1.00/1.00 vMB 99
570,082 570,082 00000000000000000015fc4fcdb98115c50bbb905d6d033677e3cdb9b740bd27 2,824 1.00/1.00 vMB 108
570,081 570,081 000000000000000000182469866cd454c7ff194973e87cd14c1712cd4c2c0ac1 2,790 1.00/1.00 vMB 98
570,080 570,080 0000000000000000001c9c0b8f4dc4944e1bd34fbe8598d76d12c16eb547e121 2,756 1.00/1.00 vMB 141
570,079 570,079 0000000000000000001820ebd667df457c8896f3e3f9c2c4abd032ca3decebcc 2,755 1.00/1.00 vMB 125
570,078 570,078 00000000000000000010cfa05211f85db8bf819f7f6f541da334b63454611d77 3,635 1.00/1.00 vMB 107
570,077 570,077 000000000000000000165619eeeb9949357a46cc969bb2888ef7eeb82d86e714 2,756 1.00/1.00 vMB 139
570,076 570,076 00000000000000000008164657784f69bf8da65481d56506b1a59f5ca446072e 2,927 1.00/1.00 vMB 151
570,075 570,075 0000000000000000000af6a48f5f3222c446905f60b4bda78d79ba43b57e6d8a 3,267 1.00/1.00 vMB 112
570,074 570,074 00000000000000000006328d31836e5b81ed7903508cb48e3a77c99be98c5f60 3,080 1.00/1.00 vMB 132
570,073 570,073 00000000000000000008878e3fafba532c4323b4a000ebe24426405ac67739f4 1,743 1.00/1.00 vMB 114
570,072 570,072 000000000000000000272d4de153cfa7f8faefd0a1ee35d56a4dcbb4f14c0c83 2,082 1.00/1.00 vMB 128
Previous 10 blocks ↓
Total Size: 782.15 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: 652.92 GB
    • Received: 13.81 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.