Loading Tool

Explorer IconExplorer

Memory Pool

73,381 transactions
28.31 vMB
0.07736552 BTC
Random Selection Loading Transactions
Max Size: 167.57/200 MB

Candidate Block

Mining Attempt 8997001abf68238404bd98ce55901aab20c1ae0c2398b91eec11af038ba24c37
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 599d3954a3cd789a2ce55792c3009aa88a0734ae6bb42732fa9eb07877748e2c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,618
Size: 1.00 vMB
Total Fees: 0.02065764 BTC
Feerates: 152.31 > 2.07 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (462,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
452,244 452,244 000000000000000000ca5ecf861c6c08c879e1a4bd65505101d31a5d568e31b8 1,331 1.00/1.00 vMB 153
452,243 452,243 000000000000000000e5cd49e2197b0aa738b8db11c8a4e321d1947f2de02272 2,542 1.00/1.00 vMB 147
452,242 452,242 00000000000000000142a3264f45aa4086a639a1b13d729b1258b773bcf7e058 1,487 0.91/1.00 vMB 78
452,241 452,241 0000000000000000027cdd98132489d1e694f03121970996e373d9f83cc6bda2 2,499 1.00/1.00 vMB 36
452,240 452,240 0000000000000000006ced1ec5536a48e4fb93e71629f829316cf06556e64951 2,120 1.00/1.00 vMB 133
452,239 452,239 0000000000000000000445c0f7deabd7e2690e611c7bf4d1bdda9c8c187cb3be 1,365 1.00/1.00 vMB 48
452,238 452,238 0000000000000000011e2d72898c09b4133ce1e07dddc9377d7292265c2b2e29 2,073 1.00/1.00 vMB 31
452,237 452,237 00000000000000000256fdefd7fde5a178c6186b885a82d4fd3a0be46bc4a9f0 2,045 1.00/1.00 vMB 71
452,236 452,236 0000000000000000001b973f1f943ac9a6a30f251b91330fce75fefdd8340971 1,321 1.00/1.00 vMB 31
452,235 452,235 0000000000000000013eb0ff9fa1f08ee458c1ea42f8204eb8af76ded92bb49d 1,592 0.75/1.00 vMB 130
452,234 452,234 0000000000000000028f3571373f8356e5c87a83ac7361b28f4af9f7ff63d14b 1,598 0.67/1.00 vMB 115
452,233 452,233 0000000000000000028c3435572c5a5bac9835d6984c7b129752f10a356ba906 1,695 0.93/1.00 vMB 92
452,232 452,232 0000000000000000013714fa6969b3a86749c052daa19b1ccb521adf76418994 2,462 1.00/1.00 vMB 66
452,231 452,231 00000000000000000096db1f99b5e92f7927484117334726b8955d181b92699a 1,619 1.00/1.00 vMB 89
452,230 452,230 000000000000000000a936fe0532010e38af3a837a89e3f8c70a5653ae27bd63 1,679 1.00/1.00 vMB 144
452,229 452,229 000000000000000000cc4e29e38b4c876b53f160b72e86b5c5e197c441ba027c 2,281 1.00/1.00 vMB 134
452,228 452,228 000000000000000001bbd29a2685d6a1909bf5ed4b7a2420fa954eeba9b4973d 1,755 1.00/1.00 vMB 83
452,227 452,227 0000000000000000027c8bf4b4182ccd92e620d8f94a8d394c55457a6cce9205 1,690 1.00/1.00 vMB 82
452,226 452,226 000000000000000002302cb5730630a4749a5a3c1ed686eba29173b4d6b79ed3 2,141 1.00/1.00 vMB 87
452,225 452,225 00000000000000000010e6b1abddf0d94cfa99a53fb9a1405e4672cb1a4947f1 2,222 1.00/1.00 vMB 85
452,224 452,224 00000000000000000166b7be20b91fbb60ab22791f2db8ea9eb74c0c850f8708 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.45 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.47 GB
    • Received: 15.25 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.