Loading Tool

Explorer IconExplorer

Memory Pool

72,502 transactions
27.98 vMB
0.06763696 BTC
Random Selection Loading Transactions
Max Size: 165.84/200 MB

Candidate Block

Mining Attempt e08e1a7e3dcf4ecfab980336249710dc0c84bd7374e3caa3203f8de2fa5e70b9
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root e845e9dc5df6ec3a3b4084a5ef5848edf5a7db5d17b888dfd3c0a68775c4f9e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,122
Size: 1.00 vMB
Total Fees: 0.01172419 BTC
Feerates: 101.52 > 1.17 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (124,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,300 790,300 000000000000000000004e3bbeb35437ad3d928b69f9bf68fd7930cbc20f5be6 3,860 1.00/1.00 vMB 45
790,299 790,299 00000000000000000004331b4ad891632b4724c057283ec5bdeabae773b0d84d 3,875 1.00/1.00 vMB 33
790,298 790,298 0000000000000000000282d33ed1879b1c77878147d21efdef452f34950d2792 3,139 1.00/1.00 vMB 50
790,297 790,297 000000000000000000039399e4b71b25c5800a6a1666f25a2bafd95571442360 3,539 1.00/1.00 vMB 63
790,296 790,296 00000000000000000001844e202b75dcb3fd557a2acfbf8691f0f5ed4f8ad134 2,669 1.00/1.00 vMB 84
790,295 790,295 00000000000000000001da88b6fc55870d5d07741db299aaac31cc0a7af71e2a 3,166 1.00/1.00 vMB 30
790,294 790,294 00000000000000000002f07758f3e748898687ef9187954fb00025b9d35b9ec1 4,924 1.00/1.00 vMB 30
790,293 790,293 000000000000000000026b803933b562f349d954dc490df95a0273e6726e1a82 3,916 1.00/1.00 vMB 26
790,292 790,292 00000000000000000003f1e6d401e3725b31676628e8e9d181e56e1ba56b687d 3,814 1.00/1.00 vMB 56
790,291 790,291 000000000000000000013cf63909bf47e16610f2a077bf9ef669d5d1108220b2 637 1.00/1.00 vMB 17
790,290 790,290 00000000000000000000552cc6c09c0216f7d81b1f5c60134ac44e78a06777f2 3,670 1.00/1.00 vMB 34
790,289 790,289 00000000000000000003b00aee6a89774fbda5718ae83f48b06d64a62cf23b45 4,145 1.00/1.00 vMB 26
790,288 790,288 000000000000000000000c2d8e591bb6878bc111505ab4b9b9438c5b3202a415 3,703 1.00/1.00 vMB 36
790,287 790,287 00000000000000000000b63aef164909f878e663641abb798729669b47163a90 3,151 1.00/1.00 vMB 50
790,286 790,286 00000000000000000000e69cbf9921c1d11a7f73bd81395209186f7b2f2d595b 3,738 1.00/1.00 vMB 65
790,285 790,285 00000000000000000000ade30712d7382793483aa5c596b19a2368f9c4de91d4 3,532 1.00/1.00 vMB 84
790,284 790,284 0000000000000000000390757451d3d20d843a82333c4a54c4c5279c26e8ab26 3,565 1.00/1.00 vMB 41
790,283 790,283 000000000000000000059f548a0b1761b38981ac83729f9620076f3036126f4f 3,161 1.00/1.00 vMB 22
790,282 790,282 000000000000000000007008e2ffcc0806723e52b8db52d882a6ba2391c70d4d 3,768 1.00/1.00 vMB 42
790,281 790,281 000000000000000000038eff60335b4090d3050c07015075952bdaac174a5f67 4,526 1.00/1.00 vMB 24
790,280 790,280 00000000000000000002aca4bb38765b63f1aba975db5563c4cf3002156fac02 3,809 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.