Loading Tool

Explorer IconExplorer

Memory Pool

74,798 transactions
27.62 vMB
0.07607601 BTC
Random Selection Loading Transactions
Max Size: 168.42/200 MB

Candidate Block

Mining Attempt 53d4da8bbd4f0ec357118dbfcf59279e55d47637f4367a6dc1f4bdd2262a2597
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root d254b39fee74292f1b50f6dd9b1c109391aaa0d91e9871d2efe24a63c79bda34
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,229
Size: 1.00 vMB
Total Fees: 0.01712316 BTC
Feerates: 121.74 > 1.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (89,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,057 826,057 000000000000000000035e80b5928dd4de1ebdd56a07d59d1a8ee71c31dd6988 3,804 1.00/1.00 vMB 171
826,056 826,056 0000000000000000000391682674f5a74fac36998c3e7624a2dc06fcb04ddeff 4,003 1.00/1.00 vMB 194
826,055 826,055 0000000000000000000229e1e592b452eb41f9ca4cdc387d228262afc1371a25 3,031 1.00/1.00 vMB 213
826,054 826,054 000000000000000000028537674a54a2a8483c706bc6c7bca41c968fe897506c 2,214 1.00/1.00 vMB 221
826,053 826,053 000000000000000000015bccde181374b5f32e5e97e45acd955a437e06e0d562 3,573 1.00/1.00 vMB 235
826,052 826,052 00000000000000000002156069fcdca4ef9418f1654105b450a9a6d28f807080 480 1.00/1.00 vMB 369
826,051 826,051 00000000000000000003ca82a22a4ef22ea049483d22bbfb2c5623cdf5058372 2,931 1.00/1.00 vMB 195
826,050 826,050 00000000000000000000730a510a022c03462096bab568008dc445ec8c5a8211 2,858 1.00/1.00 vMB 72
826,049 826,049 00000000000000000001606535f956b194a3b1330d6350cabea84f2008eb2d92 2,611 1.00/1.00 vMB 116
826,048 826,048 0000000000000000000242ce800176c2a7b1d61e99279e7e825bd6dbf0519fc1 3,035 1.00/1.00 vMB 219
826,047 826,047 000000000000000000006ad55d4109652c979a24ef2f19af49377f340dc21d24 3,567 1.00/1.00 vMB 91
826,046 826,046 00000000000000000002e4a94ba0e9844d38c5c47b3bad5a1fad8f2adfdbcbca 3,568 1.00/1.00 vMB 99
826,045 826,045 00000000000000000000ee4d1e984175604f9c07e21fc4a430dcf6d3e0caad18 3,692 1.00/1.00 vMB 50
826,044 826,044 0000000000000000000363803f9c49eb1b1f48d45b9ae8bd70af2cbae03aaff9 4,193 1.00/1.00 vMB 81
826,043 826,043 00000000000000000003d79aca4fab9ff01147fa326fb2e67fd2a4868aa4f85b 3,900 1.00/1.00 vMB 89
826,042 826,042 00000000000000000000adce81062fc338250ae698cea798e19f42e2fb07ab5d 3,746 1.00/1.00 vMB 50
826,041 826,041 00000000000000000000d7ecdf6cee9191c7f51806920c9d5d06b559460ff253 3,661 1.00/1.00 vMB 71
826,040 826,040 0000000000000000000209018a1a52e2d76cb4642045cd7ecf8510b8edf9f5b0 4,280 1.00/1.00 vMB 84
826,039 826,039 0000000000000000000276f1c76922669839e9ff450f28c19dc6b17fb903961d 4,079 1.00/1.00 vMB 63
826,038 826,038 0000000000000000000141f2792b4df5ebf9e384781e6532141f6b5befd07516 2,836 1.00/1.00 vMB 82
826,037 826,037 00000000000000000002dd4384450fe7b21cfbd778a934f2e8f8cfffcd11ff2c 1,307 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.89 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: 713.34 GB
    • Received: 17.35 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.