Loading Tool

Explorer IconExplorer

Memory Pool

76,823 transactions
29.87 vMB
0.07615820 BTC
Random Selection Loading Transactions
Max Size: 175.57/200 MB

Candidate Block

Mining Attempt 84d50dfd50ec44e9654a2ecbba9c1a2f2f1227dc49789346cd7ade0e89e3a940
Version 20000000
Previous Block 00000000000000000001fcaaeaf4dd27ec0f7419789a84e680baf499703be4db
Merkle Root 414bbfe38fe131c0c292e4f95481841d7493d7ce73cb841dfcc5fc191a9a1aec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 884
Size: 1.00 vMB
Total Fees: 0.01145529 BTC
Feerates: 40.21 > 1.15 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,059 (343,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,756 571,756 0000000000000000001ad32ab11562ab6434186fff5fff99641029819cf907bd 2,837 1.00/1.00 vMB 95
571,755 571,755 000000000000000000103a5b2bea0f30004479d940230b5c49b242bc32d89d14 3,042 1.00/1.00 vMB 50
571,754 571,754 000000000000000000262dbb87491b0a32340a4cb13c33f4b023f321f5e08020 2,849 1.00/1.00 vMB 53
571,753 571,753 00000000000000000010d217a0d9d103312c58de36f39538e84b29983172aa31 2,781 1.00/1.00 vMB 43
571,752 571,752 00000000000000000001f53720afc5c8caf5d55e21b1c91aa0696c51efd6401d 2,952 1.00/1.00 vMB 54
571,751 571,751 00000000000000000013e223589edea0205504e833c115745c7acc1112447e73 2,924 1.00/1.00 vMB 56
571,750 571,750 000000000000000000076427779e3283be60ddca9a9a7c52eafda362ade3572f 3,277 1.00/1.00 vMB 90
571,749 571,749 0000000000000000001ba078bddb1231c5ec19b2acd228ffa1237194a2bfc293 2,936 1.00/1.00 vMB 56
571,748 571,748 000000000000000000021feb3fb96c6b8001e760d617876a88a6d6f6615bd3c9 2,875 1.00/1.00 vMB 104
571,747 571,747 000000000000000000079aa6bfa46eb8fc20474e8673d6e8a123b211236bf82d 3,042 1.00/1.00 vMB 70
571,746 571,746 0000000000000000001b8c271a4477a28d4ea7d4d4d1add6d96f386e3f151709 2,705 1.00/1.00 vMB 119
571,745 571,745 0000000000000000001a2c75e312a5d3a53fd08ebc7f05eb3b77ada121cc805e 2,632 1.00/1.00 vMB 54
571,744 571,744 000000000000000000095f34a918f405a3007a7d18de3116d5d3e08c57e4938f 3,083 1.00/1.00 vMB 95
571,743 571,743 0000000000000000002039d91ac1976f10eedeee94bbf39bf60d8e4fb10a5495 2,704 1.00/1.00 vMB 92
571,742 571,742 0000000000000000000b3713cef8e0130aee1b634be7a7569fe673a46e45dd83 2,445 1.00/1.00 vMB 83
571,741 571,741 0000000000000000000be037f5dcf5003ae2dad9f7b03c0762798241936142c5 2,896 1.00/1.00 vMB 6
571,740 571,740 0000000000000000001e3b89209248737936d18b502f8a320d1c404b78cafdfe 2,102 1.00/1.00 vMB 27
571,739 571,739 0000000000000000002adc50a4ff9049328fcba089075ed0c80ddf4804c6b336 2,157 1.00/1.00 vMB 35
571,738 571,738 0000000000000000002822efe522407580890372f718d8cc669d0ff6e48bb144 3,041 1.00/1.00 vMB 8
571,737 571,737 00000000000000000012cf9f651669c0c69343caf5fc6f085c27c366a981a02f 2,715 1.00/1.00 vMB 27
571,736 571,736 00000000000000000002855cb9b8408d6ffa8ad6d21bcb0e5faa065dfe07af11 2,459 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.50 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: 668.33 GB
    • Received: 15.48 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.