Loading Tool

Explorer IconExplorer

Memory Pool

42,091 transactions
28.75 vMB
0.07293503 BTC
Random Selection Loading Transactions
Max Size: 146.91/200 MB

Candidate Block

Mining Attempt d2176ddfca299979a057c5a8863bffcc7b90478f09f8682f00b67802af4ea0c2
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root 29f65e231f58c6747c3b13b79e1a931806834df02164a8af7e99ce4e93e68655
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,455
Size: 1.00 vMB
Total Fees: 0.01702230 BTC
Feerates: 104.56 > 1.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (694,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
219,705 219,705 000000000000002f53c7c157af286dcbb58ae8e5d148e76404d64f4f4acec93b 212 0.13/1.00 vMB 134
219,704 219,704 000000000000009a7f3a8b86c0aee23e8c5c63b199297cf9fa3914085ba908e5 59 0.05/1.00 vMB 85
219,703 219,703 0000000000000332c7b549d45d6eb411bc80cb00a48dfcd0aea6fc1319219049 484 0.20/1.00 vMB 177
219,702 219,702 00000000000000d24de119af40e6deaeaf1e7781805a7d8cc6c2ea5c92ff34b3 10 0.00/1.00 vMB 191
219,701 219,701 000000000000009d080ee47a13584ff11b564ef6c215eca67b293a7623a5a7ab 145 0.05/1.00 vMB 143
219,700 219,700 000000000000011dac5c74d854d65ff1341a916af081ef0ebeaa637d82d715ec 159 0.05/1.00 vMB 234
219,699 219,699 00000000000000557c66372fe2b7ff25e863f506c3855e93d5f46b46bfeb7e3c 162 0.09/1.00 vMB 199
219,698 219,698 00000000000002781c4aa7919cf33a137b8bf4bca520f10e7033effd80c7caaa 23 0.01/1.00 vMB 93
219,697 219,697 00000000000003e86acf58865f84277d04a9da1e594d7601b3ffa718542fc714 87 0.03/1.00 vMB 8
219,696 219,696 000000000000032ee3bd2aa931c2f1a0bce613eddc8e137314240363a87d67f0 348 0.15/1.00 vMB 188
219,695 219,695 000000000000001e1d93ce3673cdd1dc8b578b57598deee3a3d831ecc752d243 117 0.05/1.00 vMB 95
219,694 219,694 0000000000000218f09a61e24c8614d5193413a31d1910b5e506e3d4114c71f7 228 0.11/1.00 vMB 158
219,693 219,693 000000000000034bee6a6e0a6a639c4f89d078e42625af3ce2733ee038a7f2c4 474 0.19/1.00 vMB 157
219,692 219,692 0000000000000099cff54ac22c9a46455278333c1a9ea4c30eabbd2a7a6a86d3 633 0.25/1.00 vMB 181
219,691 219,691 000000000000026f20c6ae7fd2ac013d381c89b8e22a1c6f5bc06e2911706dd8 608 0.25/1.00 vMB 192
219,690 219,690 00000000000001b6ad394a9fd50fc91836d0b516358353e5426fb4a9b46e65a3 404 0.23/1.00 vMB 127
219,689 219,689 00000000000000ccdf699763d961d2e99f1bfd65d8e19fbc7933903eddc0f64f 94 0.04/1.00 vMB 101
219,688 219,688 00000000000003d940c00c11c69506822cecab3e6a96c163eaecb208a878606e 318 0.20/1.00 vMB 94
219,687 219,687 000000000000026cf1a50f895d6594746e3706ba844a30598ff86fef56aa8b5d 659 0.25/1.00 vMB 183
219,686 219,686 00000000000000f34b5463fb6b7dcf1c0632020a54b6762abd60ef4cb4fc6ca3 424 0.28/1.00 vMB 234
219,685 219,685 00000000000002e48fe2318ef4730d8dd82514ce65953e96757d8b696b6d1e52 553 0.25/1.00 vMB 164
Previous 10 blocks ↓
Total Size: 781.74 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: 630.35 GB
    • Received: 12.03 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.