Loading Tool

Explorer IconExplorer

Memory Pool

76,131 transactions
27.99 vMB
0.07947859 BTC
Random Selection Loading Transactions
Max Size: 170.79/200 MB

Candidate Block

Mining Attempt 11d44482a0a7d4f985aea4af2f8e449c99dfd0f985ddc6ff995277f45a92dc76
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 567cf1404a9d67a394be0dd9fc4cefd11108d4635bb25619dc5742065425cc36
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,389
Size: 1.00 vMB
Total Fees: 0.01942385 BTC
Feerates: 150.93 > 1.95 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (424,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,434 490,434 000000000000000000431982456c4001d2ae6e2a4347248afcf5ed5158aaba2f 2,231 1.00/1.00 vMB 185
490,433 490,433 000000000000000000d3d9fb692280fadbae43ff9b6cc399d133f05b95fa6b68 2,415 1.00/1.00 vMB 37
490,432 490,432 000000000000000000afdb07ef7f0e7b0de7df726016047533c0463193d81e2f 2,287 1.00/1.00 vMB 168
490,431 490,431 000000000000000000d0547b370b641d00904392c88f766e07817d0aa7f0eda1 567 1.00/1.00 vMB 42
490,430 490,430 0000000000000000007ffa93308180e052b99d537eb3746f4a7f4942aafd510c 2,453 1.00/1.00 vMB 142
490,429 490,429 00000000000000000011b07d90b24e74270a4d6d3d3c8f69358d078c5268ee76 1,699 1.00/1.00 vMB 94
490,428 490,428 000000000000000000e5d88136b224748dd309fed29e2f0b8f78869cb023d0bd 2,173 1.00/1.00 vMB 170
490,427 490,427 0000000000000000000dbf5b0edb276f020dea9b163eb1a21cef715873c7e303 2,317 1.00/1.00 vMB 158
490,426 490,426 000000000000000000ba66fe28d9545330e3c9c793ef5c500c9ee1c9586431ea 2,511 0.96/1.00 vMB 192
490,425 490,425 00000000000000000038eb7157e78df867bf828c980c869063c2a12dc5f06fdb 1,986 0.94/1.00 vMB 84
490,424 490,424 000000000000000000ca2257361123a2f97217a0d51198448c1c3ba045846f5e 1,524 0.96/1.00 vMB 96
490,423 490,423 000000000000000000ad51eb3baff75d63e00de42b86b07ac8e985c8d9a7cca5 2,209 0.86/1.00 vMB 81
490,422 490,422 00000000000000000075518cbe8c5797b3283b8884c46b9c48ce90f4cac9b7ea 2,329 1.00/1.00 vMB 134
490,421 490,421 00000000000000000023f3430e535e934cd6cf67d2af22d0f00337a88ad0f707 2,201 0.96/1.00 vMB 200
490,420 490,420 00000000000000000019dc6884f8a719df3c4daf55ab80a09b2c5ff5d762de17 1,471 0.51/1.00 vMB 112
490,419 490,419 000000000000000000e9d8da8e8f8f82b69c81a37bc06ef3627e1aed604f3987 2,028 0.95/1.00 vMB 97
490,418 490,418 00000000000000000026e1cce4d9c89241835aebe089847d498b4783a50d4d06 1,653 0.69/1.00 vMB 105
490,417 490,417 0000000000000000009b4be13cbf395534916e3893d30fa55062edd0e0691ca7 1,069 0.41/1.00 vMB 106
490,416 490,416 00000000000000000026e443b00f563164c6c16b8cde8f3ccf557a890e52882f 209 0.09/1.00 vMB 106
490,415 490,415 000000000000000000c4ed33559afdc8e12945674e9bfa2b3f1df5e3bf30d117 1,478 0.68/1.00 vMB 65
490,414 490,414 000000000000000000714b6f0b5f5274860a59abb97b9fa011499444ccfebe0c 2,053 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.44 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.