Loading Tool

Explorer IconExplorer

Memory Pool

86,454 transactions
31.48 vMB
0.20796028 BTC
Random Selection Loading Transactions
Max Size: 191.04/200 MB

Candidate Block

Mining Attempt f16a1246ae30968dbc113d82b2f6b98e966ce4c6d0daf14c862c0709a12fc1b1
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 9080362bb601c9ae378b86d0abdb70d213c5d84dca330568b0aaedbb91ba9abb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,593
Size: 1.00 vMB
Total Fees: 0.10515049 BTC
Feerates: 502.67 > 10.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (349,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,975 565,975 0000000000000000000d97b94150829064e796f4d28fba9bd3854032141fad29 344 0.32/1.00 vMB 15
565,974 565,974 000000000000000000246487a9a5f779da1be49e18f2ee64c078be0cee40a3a7 1,728 1.00/1.00 vMB 12
565,973 565,973 0000000000000000001e6fb1b7fcddf161958b6d30f815548e5c1a329ebf7550 3,233 1.00/1.00 vMB 51
565,972 565,972 0000000000000000002a7da6f927b375970a24ce3bb274ecfa955ccc0be5ee47 344 0.27/1.00 vMB 36
565,971 565,971 00000000000000000011797b94f97a2b9838627606c6bc02ea383a25cde71d81 231 0.09/1.00 vMB 33
565,970 565,970 0000000000000000002cd7b65c6c3ad615a4c5238572559ebf1629849b83c8ed 864 0.30/1.00 vMB 34
565,969 565,969 00000000000000000021b975fced9a11b262949f5a2eff06a12aea78a37f109d 1,206 0.48/1.00 vMB 38
565,968 565,968 0000000000000000000c317f9a4d1765e71fcd17728bf96029edc1d78153f0bd 102 0.71/1.00 vMB 2
565,967 565,967 00000000000000000014239b1ebd161b1f35d117be503488ecced1cb8d3b6fd9 2,744 1.00/1.00 vMB 38
565,966 565,966 000000000000000000055bb72797c878377db5203fba13e30326a46e187a7587 1,400 1.00/1.00 vMB 18
565,965 565,965 0000000000000000002863eb51a69460a34ee2b2cd99cf0a2bc02f373c9957f7 1,231 1.00/1.00 vMB 16
565,964 565,964 0000000000000000002aa3e88b2598a87ea5f039cc99faf96501df7e79495691 1,557 1.00/1.00 vMB 20
565,963 565,963 0000000000000000000e3160748546a051fecb37e5dfea6184940495461da2f5 2,226 1.00/1.00 vMB 41
565,962 565,962 00000000000000000010a5ace4f04de554b1b3d66e9357774b8b78e143de4883 1,573 1.00/1.00 vMB 17
565,961 565,961 0000000000000000002ce4cf9d5b7c80e7826f9c9534e1868fb697544d834f22 2,362 1.00/1.00 vMB 17
565,960 565,960 0000000000000000001288deab91ce05c94a77c81d87e7c8ca74fee54ab45199 2,675 1.00/1.00 vMB 29
565,959 565,959 00000000000000000025551791b83e45f2b725457dc15dba1a08eb075cbc2a28 2,453 1.00/1.00 vMB 7
565,958 565,958 0000000000000000002c8f366aa64076e80a3952f5eb1322ca8f38442063599e 2,655 1.00/1.00 vMB 25
565,957 565,957 0000000000000000001f830f0cb93da02e29193cb27b0cf5f85a741ba2dc4848 1,324 0.43/1.00 vMB 30
565,956 565,956 0000000000000000002aa7e710b82a5fba2c2664dad3f224c6c1b271699d4134 2,850 1.00/1.00 vMB 48
565,955 565,955 0000000000000000000311a3da527cad31b48ac12356f590ba8d97eb9e7b3b5c 2,635 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.61 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: 671.93 GB
    • Received: 16.07 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.