Loading Tool

Explorer IconExplorer

Memory Pool

80,537 transactions
35.08 vMB
0.20256055 BTC
Random Selection Loading Transactions
Max Size: 195.28/200 MB

Candidate Block

Mining Attempt 374740ab79dbe58d876ae4319c95800ad26c3fc993c84401f589e7c1ab8a5a81
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root 376f70474275086f8eaf627e68a2b18ea90b8a9fde14090348a4e84e15e46336
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,534
Size: 1.00 vMB
Total Fees: 0.06463649 BTC
Feerates: 477.45 > 6.48 > 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (450,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,644 464,644 000000000000000001c79e7b46c3efe0bde30136bc553593a236b7c29a19ef5c 1,488 1.00/1.00 vMB 134
464,643 464,643 0000000000000000008cb24b9c51d328aabacd728638f3bcd502797810c96890 1,804 1.00/1.00 vMB 132
464,642 464,642 00000000000000000066bda56c10e566b0e0ada0a3dc2cc0a28af93e74294e3c 1,870 1.00/1.00 vMB 167
464,641 464,641 000000000000000001949d388457c622264374defa570a99ee403317f74cb4d6 2,331 1.00/1.00 vMB 149
464,640 464,640 000000000000000000d969d9da6eaff545814557334ae0fc2af41375642eff98 2,235 0.99/1.00 vMB 166
464,639 464,639 00000000000000000000e9422af31f5741ab44cab58d70a9e0605ad441dd636d 2,418 1.00/1.00 vMB 193
464,638 464,638 00000000000000000179309b18aee5ddb68832b4a2acf884a4afa8ec07f50c7f 2,278 1.00/1.00 vMB 197
464,637 464,637 0000000000000000016fae29640fba93cdef450807a3f7e93fc0ee056afaec53 2,333 1.00/1.00 vMB 166
464,636 464,636 00000000000000000021933baf82a29fda8142e1394f0052938f7df1e16dc12d 2,782 1.00/1.00 vMB 185
464,635 464,635 000000000000000000370e523f2e41d17ee5156ad6405f8c9196b74130c9dc0c 2,234 1.00/1.00 vMB 226
464,634 464,634 00000000000000000200e2bd3c1f8621475a665cec755312caee77ca7674580a 1,873 1.00/1.00 vMB 278
464,633 464,633 000000000000000001f872b930554b7dec6f9414210423d8cfd7dbe1742a4a9a 2,399 1.00/1.00 vMB 181
464,632 464,632 0000000000000000015215542c7be4137101a396e6eec32fae39a2c91afe0f5b 2,259 1.00/1.00 vMB 224
464,631 464,631 000000000000000001af275c9e295ecc5ee5ed01153df15a1091154dbf3eda37 1,977 1.00/1.00 vMB 194
464,630 464,630 0000000000000000016ada347dd588d11b93ab2f7c37319a60065e6aaa0f6286 2,179 1.00/1.00 vMB 271
464,629 464,629 0000000000000000006cd2d833aff06ead5f4c5d869ef58e97e42b6d08a8adea 1,629 1.00/1.00 vMB 218
464,628 464,628 000000000000000001307d2119cd317d42d5f8ea342499f7bda6898460f56f1e 2,069 1.00/1.00 vMB 208
464,627 464,627 000000000000000000d355d2170c7b14bb18b96c421a05c901a2156c21547640 2,213 1.00/1.00 vMB 204
464,626 464,626 000000000000000001e92956397e832e02ea364f4df92469a22511c4eafce4e4 2,495 1.00/1.00 vMB 156
464,625 464,625 0000000000000000014ca0d1c2d3dc43cfdcda09ab515159fd162c05a6968430 2,797 1.00/1.00 vMB 328
464,624 464,624 00000000000000000218bd169a2c73b1953e53e73d25b0668431edf78bf58ad6 1,437 1.00/1.00 vMB 158
Previous 10 blocks ↓
Total Size: 783.11 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: 736.13 GB
    • Received: 18.58 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.