Loading Tool

Explorer IconExplorer

Memory Pool

99,792 transactions
20.12 vMB
0.07925911 BTC
Random Selection Loading Transactions
Max Size: 154.80/200 MB

Candidate Block

Mining Attempt bb1054345bd30b9ffec0d9d9ff38c591bc94e758fc89394ac88b5b22397683e6
Version 20000000
Previous Block 00000000000000000000754db6b86f51a78eccfb6ad734d8a5cb5d4f760f1ae2
Merkle Root cbc6868a4a6f18fc83d27bd6c0fa5495939723a5e09fd480ca3dd6f2b5b51e8c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,381
Size: 1.00 vMB
Total Fees: 0.03030635 BTC
Feerates: 1,005.31 > 3.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,973 (1,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,954 915,954 000000000000000000000d30d602809bb5584799e1e0a398e5ba9292c57f0832 1,296 1.00/1.00 vMB 0
915,953 915,953 00000000000000000001074f8c650da0dc00971f3e6ad33a98b6a43d1566f0c4 2,212 1.00/1.00 vMB 0
915,952 915,952 00000000000000000001a90f501f9a72257720320ad1526e6b0f4a0918858b1d 2,066 1.00/1.00 vMB 2
915,951 915,951 000000000000000000018fab786bfab2b239003d0042e6c00ad6e63c89572539 2,012 1.00/1.00 vMB 2
915,950 915,950 000000000000000000003ead66e90651b9debbc4caa85aa2c1dc8c45e2bc992f 5,305 1.00/1.00 vMB 0
915,949 915,949 000000000000000000019c2f255badabfcc79f37aaccfe7324f46f970f7a12aa 943 0.41/1.00 vMB 1
915,948 915,948 00000000000000000001498ad3c4fd402978651bac40cc9c7c9cce0b9fd10791 2,522 1.00/1.00 vMB 2
915,947 915,947 00000000000000000000d59abfc71068578900077b86a047e79fe2fc5dd5bee7 5,942 1.00/1.00 vMB 0
915,946 915,946 000000000000000000019b8bd27af5d29058a0bedd879c4ded77bfd2c84d63e2 3,093 1.00/1.00 vMB 2
915,945 915,945 0000000000000000000084d6adcfe5d735bf1899de95bbe3893ed0bbad903652 2,852 1.00/1.00 vMB 3
915,944 915,944 0000000000000000000086f730cf326da93f23f9113445333b2c0f51a0a3e7a7 3,526 1.00/1.00 vMB 2
915,943 915,943 00000000000000000000ad2048a30a24c8b83e088b9ffaaa00e3c1e6620b2293 5,740 1.00/1.00 vMB 0
915,942 915,942 000000000000000000016dd2519daf81f26057c9ea50780e6195357cb479fecb 2,996 1.00/1.00 vMB 0
915,941 915,941 000000000000000000008b9285100f3ea9d719f9776e930c9e7cecdca64af531 2,116 1.00/1.00 vMB 0
915,940 915,940 0000000000000000000110551ad9c55bb1b3a3d526990d0a5cea62ad120cb79d 4,794 1.00/1.00 vMB 1
915,939 915,939 00000000000000000001091d51bc0ca417a1f75cfc600435bb2095a019637d7a 2,991 1.00/1.00 vMB 3
915,938 915,938 0000000000000000000028cd08501180eb0c74f9361bf7d7c79fc844d0e1a216 2,778 1.00/1.00 vMB 2
915,937 915,937 00000000000000000001111339e4707274b3f17e2b9120b299ce38ec334c3616 4,905 1.00/1.00 vMB 1
915,936 915,936 0000000000000000000197b96757ad5837080c94193826017b88f62d2fcd1fc4 3,080 1.00/1.00 vMB 0
915,935 915,935 000000000000000000019b15dd3df5873793f1ef71f6efb2e2231f27480e29e6 2,182 1.00/1.00 vMB 1
915,934 915,934 0000000000000000000179c6376f99208d77c213b6d8390368d43c7371efa328 296 0.06/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 785.76 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: 975.26 GB
    • Received: 30.40 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.