Loading Tool

Explorer IconExplorer

Memory Pool

75,751 transactions
29.01 vMB
0.10019295 BTC
Random Selection Loading Transactions
Max Size: 171.54/200 MB

Candidate Block

Mining Attempt 5cbb59f3fe901caaeee58e30393b1a02b2b4fe644e798ff9078e0a12381c3531
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root aa988e839a5a7ad7f7049dbea141cfb00e01a2af5245885373b198e49839e664
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,280
Size: 1.00 vMB
Total Fees: 0.03897807 BTC
Feerates: 201.37 > 3.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (243,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,156 671,156 00000000000000000002675aea6028b3710cbdddf47fb7385080a1ec179ab2c1 2,740 1.00/1.00 vMB 128
671,155 671,155 0000000000000000000c1638ea9edb3e07b2d2b222541b8d8b4a0621c9e33c4c 2,497 1.00/1.00 vMB 117
671,154 671,154 00000000000000000000b801e0c3463383653ab30dcdd6489b8069b961d4ce7d 1,908 1.00/1.00 vMB 128
671,153 671,153 000000000000000000067ac3ceebdcaabbd9a8f9c880fc3df687378026080ce6 1,609 1.00/1.00 vMB 127
671,152 671,152 00000000000000000006319f9a36462ab2e8e405897e51b3f9d5f917a87404f3 2,669 1.00/1.00 vMB 141
671,151 671,151 00000000000000000000aabe171112e22c0415d60918fec0f208af7eb777fa52 1,637 1.00/1.00 vMB 112
671,150 671,150 000000000000000000062c0b9a975f05007d2b60a3b49d7725c9aa0fbd32aa3e 2,515 1.00/1.00 vMB 116
671,149 671,149 000000000000000000048fde9ad506ea324a41311a206ad3bbca6733638a0901 2,401 1.00/1.00 vMB 122
671,148 671,148 0000000000000000000b548adcd364ca65ca68c879c47f7c9d9f9f50e971d1ee 2,868 1.00/1.00 vMB 153
671,147 671,147 0000000000000000000825d655e0f3767b8f5dc5aa0677fb03af4d83b748209f 2,799 1.00/1.00 vMB 105
671,146 671,146 0000000000000000000825879bb3f5fd3034f682a1a92583b4d4a74681faa8a5 3,287 1.00/1.00 vMB 122
671,145 671,145 00000000000000000001dd58019a4b9d8956e5c84d997e87e89318967f1e1c6e 3,002 1.00/1.00 vMB 139
671,144 671,144 000000000000000000059ed59b566ddd66eed4d65d009bc88cb80c3da3ef088f 2,766 1.00/1.00 vMB 130
671,143 671,143 0000000000000000000af466901363276dc144d44500035b9d9a1e0c8353f166 2,414 1.00/1.00 vMB 135
671,142 671,142 00000000000000000003dc20b868d17121303308f6bba329302e75913f0790db 2,025 1.00/1.00 vMB 135
671,141 671,141 00000000000000000001245ac74971793689be7924cd0b031302661e806deb0d 1,980 1.00/1.00 vMB 144
671,140 671,140 000000000000000000030df6f055111a709f9971cf261edb3cde7f81fa723ad7 2,679 1.00/1.00 vMB 119
671,139 671,139 000000000000000000081741991f07c07c384fd7bc5622e5497e14658d909c36 2,438 1.00/1.00 vMB 127
671,138 671,138 0000000000000000000a5ae659ddeb2311690df8e4993d31a83cacf02252ba1c 2,702 1.00/1.00 vMB 131
671,137 671,137 0000000000000000000a0b72d741a52d8bdb468c898af8110ed53eff04010296 3,050 1.00/1.00 vMB 134
671,136 671,136 000000000000000000022fc2aea9c3b0a2b114b2cc4c4d40783ea16fb8f3b115 3,196 1.00/1.00 vMB 128
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.