Loading Tool

Explorer IconExplorer

Memory Pool

79,372 transactions
29.82 vMB
0.11313274 BTC
Random Selection Loading Transactions
Max Size: 178.70/200 MB

Candidate Block

Mining Attempt ac1417dfeadb0a9f9bd9499200240974b6c6cefb358c179d1930c9334eb9a890
Version 20000000
Previous Block 00000000000000000001115f152a1dc031c831cba708e9cde5f1c67ecfca11d2
Merkle Root ee6fbb4890bd561eb4dbd11ce1fa3f2c713cee1352f905fb1c9dcf1b5a8572e2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,064
Size: 1.00 vMB
Total Fees: 0.02741885 BTC
Feerates: 150.74 > 2.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,301 (88,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,717 826,717 000000000000000000025ef1d34b68a530d10d9813a7c8cbfcc202c7d4fa8320 4,880 1.00/1.00 vMB 44
826,716 826,716 0000000000000000000226f6421a067388f5f0c455a5e9bb4279fea82e213c57 5,418 1.00/1.00 vMB 41
826,715 826,715 00000000000000000003f1bca4f1e92bf44be2ec0c7933424bcebf213dae12c0 5,072 1.00/1.00 vMB 48
826,714 826,714 00000000000000000001a5eaacf7f12a31ecb451ed920b6cd5e62b9f8ee075af 4,966 1.00/1.00 vMB 54
826,713 826,713 000000000000000000031cc5f14c8ae2b3ca93e7f7ec0ad86a2803b0cd83febb 3,854 1.00/1.00 vMB 46
826,712 826,712 000000000000000000003b399ebab11ef654b548a45666151e1b2dcecb0e1ef6 4,233 1.00/1.00 vMB 61
826,711 826,711 0000000000000000000222af684218bef5467ebe862795f40661f5b589bf874e 4,044 1.00/1.00 vMB 45
826,710 826,710 000000000000000000014f026d09e71011ab751acb09ad664347888fd66c37cc 3,649 1.00/1.00 vMB 55
826,709 826,709 000000000000000000007ca9bad89663e9b7a4d59f927b85fc29edfcfd336b5b 4,319 1.00/1.00 vMB 61
826,708 826,708 0000000000000000000125e1ec141786f8b5691e34ffd7f7657026696a01381a 3,299 1.00/1.00 vMB 83
826,707 826,707 000000000000000000036a76070bdfc971182b2a7430b1cbd99297fc9a6b513f 4,014 1.00/1.00 vMB 58
826,706 826,706 000000000000000000015e761003d3fc91a8123f84ee61ac1e4a4f4692057739 4,475 1.00/1.00 vMB 52
826,705 826,705 000000000000000000008c99e4db1caf2cf538e166e3e0bda30e3b1b0d72cd31 3,895 1.00/1.00 vMB 52
826,704 826,704 000000000000000000003409518c75776b33de8aacf2732c48de3774ff4a77ea 2,701 1.00/1.00 vMB 43
826,703 826,703 000000000000000000019bcf7c0de96621bb523bdaf205581f8ee23bd2a09f72 4,981 1.00/1.00 vMB 46
826,702 826,702 00000000000000000002a2767395f117054c1388f623178bcb18facb51871463 6,497 1.00/1.00 vMB 39
826,701 826,701 00000000000000000000775aeb6b182410041ab77984ffc9d0ae8c21bc82810b 4,337 1.00/1.00 vMB 41
826,700 826,700 00000000000000000002d4631b87cdbe4f684312c6094f5b7aa2ce4b39d89727 5,170 1.00/1.00 vMB 42
826,699 826,699 000000000000000000016590e8a66984a1ba2e73f4cb003bca1c472f9b7a780d 1,605 1.00/1.00 vMB 37
826,698 826,698 00000000000000000000ece21b95249539d7b0ae3e58c2413a7ac36c91be88dc 3,844 1.00/1.00 vMB 36
826,697 826,697 000000000000000000015eb5bea7f185fff26abb6795939513dbcfc382bd3035 4,717 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.91 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: 714.02 GB
    • Received: 17.50 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.