Loading Tool

Explorer IconExplorer

Memory Pool

77,123 transactions
28.82 vMB
0.09720679 BTC
Random Selection Loading Transactions
Max Size: 174.87/200 MB

Candidate Block

Mining Attempt ab135c2fca37302dd62533d477b5ef620d22d6c9455a09a27855f372ce5ade2a
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root fd0c46883c59f2c94b9eddfb8f80c9d71926426ecf802b48af06698e6e548002
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,216
Size: 1.00 vMB
Total Fees: 0.02939234 BTC
Feerates: 180.82 > 2.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (49,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
865,933 865,933 000000000000000000018cf87b0d770a1fe19db7085f7748bf8dbba5c77678ee 5,913 1.00/1.00 vMB 42
865,932 865,932 0000000000000000000240ff5c60bd85e19f259957c0547ea2beb213c25a3063 5,518 1.00/1.00 vMB 50
865,931 865,931 0000000000000000000013748398beb95b362e9e4624a235a5b0c67dc5af8880 6,133 1.00/1.00 vMB 43
865,930 865,930 000000000000000000026dfba45ce67be4f3b45ba651a0d82e24fcce3a50a18b 5,010 1.00/1.00 vMB 46
865,929 865,929 00000000000000000000c1753daf0bf24ba68f979f119ae1f7720801571479d0 6,582 1.00/1.00 vMB 36
865,928 865,928 00000000000000000002f0427f342c49dcbe5f46f0a040a370a6b041e149ad45 6,719 1.00/1.00 vMB 25
865,927 865,927 0000000000000000000174fcb19ecd798c5917dff34c727ec41b067e8ea404c4 6,765 1.00/1.00 vMB 22
865,926 865,926 00000000000000000000a0123b325808f9d9b6f56676d739a2ce77e738ee4eed 5,207 1.00/1.00 vMB 31
865,925 865,925 00000000000000000001badc2d11885da516abb4a73e08b4360fdf38d00adc18 4,964 1.00/1.00 vMB 38
865,924 865,924 00000000000000000000c1b98b464c5bbfa95bdcb5474a3737048cd28496ccb8 6,312 1.00/1.00 vMB 45
865,923 865,923 000000000000000000020372e76245735fa00abf38e43b0243886d22b80f577c 7,039 1.00/1.00 vMB 38
865,922 865,922 00000000000000000001fd0b977d111df0c0299a6ee513207eff022138b3f138 6,306 1.00/1.00 vMB 24
865,921 865,921 00000000000000000002da773d08260ecd0dc08c8c1aba336e2bd3a325d55498 6,323 1.00/1.00 vMB 20
865,920 865,920 0000000000000000000038c0ef9ae29bb04f7a84795f501a4ed177b92447ece1 5,511 1.00/1.00 vMB 19
865,919 865,919 0000000000000000000069859c06c0b3cf9cca1da35299ca59d9f9e960ec1287 3,821 1.00/1.00 vMB 14
865,918 865,918 000000000000000000005be4a7a841bd6f2556139252ccdf4bddd7a9a540ede4 5,331 1.00/1.00 vMB 14
865,917 865,917 000000000000000000028fc5784c8f31eb277620cf2cffe2c91e4f803b600555 4,399 1.00/1.00 vMB 25
865,916 865,916 000000000000000000024b8f555e0f1ef686d15f81436a8fa81f7ec3f3d7676a 4,558 1.00/1.00 vMB 22
865,915 865,915 00000000000000000002090a53119559e9ab0742bd3d6014d5a8be849c09c9fd 3,897 1.00/1.00 vMB 17
865,914 865,914 00000000000000000002e1cd035b23ef1dc7ac8b1f99e4229b376489cdae7004 3,614 1.00/1.00 vMB 25
865,913 865,913 000000000000000000023888434ba7777844cb9d8f0b0cee3f5b363ad7545ed3 5,223 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 712.90 GB
    • Received: 17.24 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.