Loading Tool

Explorer IconExplorer

Memory Pool

74,903 transactions
27.63 vMB
0.07439185 BTC
Random Selection Loading Transactions
Max Size: 168.53/200 MB

Candidate Block

Mining Attempt e37eb707303b0bdc02d20df39f17c3e03cd8e9599367bf2c57555a1d4cf95bc5
Version 20000000
Previous Block 0000000000000000000190474c0158c4506247065620e0a299349b7552b86a26
Merkle Root 389ef65516bf90bff6b1a22dc92ae4b6bc95948dbe851cdafd9e9a7e2b10fd5d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,303
Size: 1.00 vMB
Total Fees: 0.01530190 BTC
Feerates: 100.35 > 1.53 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,290 (506,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,887 408,887 000000000000000001295b3a92a6f24f14da49c5171c4f76f1d113b07ceed57a 1,381 0.99/1.00 vMB 40
408,886 408,886 000000000000000005acb82ca6ecd5d5d904299851e5496d8d7ff4c42312befc 2,891 1.00/1.00 vMB 71
408,885 408,885 000000000000000003a0b277de48b1619d89b8b1db2a4c70c1022300e9532677 734 0.41/1.00 vMB 33
408,884 408,884 0000000000000000048c7e7b03e0865515d1e0d389696390303c7fa00c45aa23 823 0.47/1.00 vMB 39
408,883 408,883 000000000000000000c517b8eb33983448a1ea70cfc040b2de2c684194ad5b17 612 0.98/1.00 vMB 9
408,882 408,882 000000000000000001ea422b6350639c1707f0ee2dc128387212c81df0c43097 1,047 1.00/1.00 vMB 17
408,881 408,881 000000000000000003a97147e30bcb1119e6d4230551255eef761cf8d6373300 2,466 1.00/1.00 vMB 42
408,880 408,880 0000000000000000032c22e8cce96a20c064210dc6a19cacb4796d9c1586f330 1,422 1.00/1.00 vMB 29
408,879 408,879 000000000000000004fe8d20707a7d3401876935f552f07a0a939263fe76aef2 2,659 1.00/1.00 vMB 46
408,878 408,878 000000000000000001e5d5f3cfdd8fe94680adcd1bef7685bedfc124c5062eee 1,965 1.00/1.00 vMB 26
408,877 408,877 000000000000000000278a48213f79d0b9aa25665dab2a87948d5d7a22e761d6 2,782 0.99/1.00 vMB 51
408,876 408,876 000000000000000002a14c005111dbc84af0ab99b4453eed81166af28b5d5cca 1,816 1.00/1.00 vMB 40
408,875 408,875 00000000000000000373272c32930ff2ce998fc5a0dfea0fceaacaf1fb40d975 3,263 1.00/1.00 vMB 79
408,874 408,874 000000000000000001c6fbdbc60526aca968d01a931bedad2a850431a8ecc60c 2,127 0.99/1.00 vMB 44
408,873 408,873 00000000000000000592c757a2b1e6435dd25d10c3597cef99135cf5d96837e6 1,738 1.00/1.00 vMB 33
408,872 408,872 000000000000000002710b3d16b1e74709d2a5ae05812b4024603cda8cd57f44 1,491 1.00/1.00 vMB 25
408,871 408,871 0000000000000000036ad2698cc7848bc9dd5f4a6329373aae8f0109f42505cc 2,392 1.00/1.00 vMB 36
408,870 408,870 000000000000000002ee253c05f6748f5b391e1c9d9b3e1f211a316b534c80d3 3,374 1.00/1.00 vMB 68
408,869 408,869 000000000000000005f39a1dedf134848482f7fbf1eebd98d31ed44399be6ea0 2,957 1.00/1.00 vMB 56
408,868 408,868 0000000000000000060ea75f6f53f3bf2ac50bf08c6cb2ad1c80ccb136907aac 886 0.87/1.00 vMB 14
408,867 408,867 000000000000000004d6e8015e3850f971c524620e28b5317575f3792f9d49be 2,437 1.00/1.00 vMB 45
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.51 GB
    • Received: 17.38 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.