Loading Tool

Explorer IconExplorer

Memory Pool

82,876 transactions
30.60 vMB
0.14063247 BTC
Random Selection Loading Transactions
Max Size: 184.19/200 MB

Candidate Block

Mining Attempt 09e135ffc05b2d72e1be4648cd0687f7928ea57323910b5ba4ce32efa599e899
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root 1ed923652701e7a3f82713b3257c70ab75fd049eacf87d23868013381ddcde1c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,188
Size: 1.00 vMB
Total Fees: 0.07626955 BTC
Feerates: 150.77 > 7.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (452,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,328 462,328 0000000000000000000e60a90312a4f4dcbbfcb4080eab1110cb6e7eac640755 1,777 1.00/1.00 vMB 145
462,327 462,327 00000000000000000035846aadd3c8dc90de28fbfc92d3359f465a61e6598b14 2,579 1.00/1.00 vMB 159
462,326 462,326 0000000000000000007e05571e09fa531266e87cdc0e6013c588c8984b14fe44 2,852 1.00/1.00 vMB 204
462,325 462,325 000000000000000001d844d29bb92e3a04f82ae085c0be17fef546126e92576c 956 1.00/1.00 vMB 193
462,324 462,324 000000000000000000c70ac15bf58cafe79398ddabf2ae8aa7138d524cbb8595 1,518 1.00/1.00 vMB 196
462,323 462,323 0000000000000000002fa3ba2146c16030695a6f35f49c621c6304b6567d4656 1,882 1.00/1.00 vMB 249
462,322 462,322 000000000000000000e1baf7bc3f29a9103b7cd6f772886686f67d0887d67857 2,401 1.00/1.00 vMB 127
462,321 462,321 0000000000000000020a978cfbabebbe2e8b5e2d35a2a7b9fb855c86f68774d6 2,429 1.00/1.00 vMB 200
462,320 462,320 00000000000000000138360f537867b4e39ca95553f4def58b4f3d698efcd407 2,450 1.00/1.00 vMB 230
462,319 462,319 000000000000000000ad0729d849a2a00e2573d9d4df369a74f677f87ee36fcd 1,907 1.00/1.00 vMB 135
462,318 462,318 0000000000000000003c309211c7e0f0b1bc32482a798970d1bed5c292ad4b46 2,265 1.00/1.00 vMB 162
462,317 462,317 000000000000000001a70ddd07f1c5b166d3e52fd7d9495ee027e1af51634db6 2,715 1.00/1.00 vMB 223
462,316 462,316 000000000000000001733e87174ddafb35d7865b38a8d731240cd541529667cd 2,742 1.00/1.00 vMB 137
462,315 462,315 00000000000000000157129a1fd08381655d530350c8cfd839e8d30cbbf19f15 2,009 1.00/1.00 vMB 140
462,314 462,314 000000000000000000a6af4dd01088c4982b1626c33490514b9e3ff48f4a9a36 1,543 1.00/1.00 vMB 148
462,313 462,313 000000000000000000d5016f7d7ecd0781f1ec202d99fef271743a47f8de3c17 1,685 1.00/1.00 vMB 136
462,312 462,312 000000000000000001246ca1182001607130cf16ff0b35c11ceba4de2c14953a 2,868 1.00/1.00 vMB 145
462,311 462,311 0000000000000000019ef992c15b8303cd2352fcc3f75804858a6579f3315ff4 1,576 1.00/1.00 vMB 136
462,310 462,310 00000000000000000202f70f9a99f8d3ed4613c5234a598b4d20afc49d2642bc 1,599 1.00/1.00 vMB 131
462,309 462,309 000000000000000000e5ad0d1dc9c5ea21ee456750d16e6f45af9cc6e2499e0b 2,101 1.00/1.00 vMB 129
462,308 462,308 000000000000000001cb00d533aee1e476e5179e5fe73ab9be9d6dabda18abd1 1,386 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.33 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: 660.43 GB
    • Received: 14.74 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.