Loading Tool

Explorer IconExplorer

Memory Pool

77,281 transactions
29.47 vMB
0.07037315 BTC
Random Selection Loading Transactions
Max Size: 179.93/200 MB

Candidate Block

Mining Attempt 5eb0427a67c2afcedfc2e157217d2667579788acf0beb9774a7e9831d95f8acc
Version 20000000
Previous Block 00000000000000000000dfa530c4ab31d931e5d06823520654db1c3208c709d2
Merkle Root e02b5470e71de913e9b5350939f1d0f9d871663f12aa038ba03c62ecafbcf77e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,038
Size: 1.00 vMB
Total Fees: 0.00547967 BTC
Feerates: 50.27 > 0.55 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,398 (38,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
877,308 877,308 00000000000000000000d286824403558d16f328b5b0acfa5dbb35226c80d76e 1,861 1.00/1.00 vMB 2
877,307 877,307 00000000000000000001b4eab2a7a9c0a16050c1f064ff03877b8d0dd5f46545 1,896 1.00/1.00 vMB 2
877,306 877,306 00000000000000000000ce81c615e276d9b84cb064c3b9994cfc4636bd22eb2f 2,428 1.00/1.00 vMB 2
877,305 877,305 000000000000000000002154422f680429dd98a6b241bd7287224e55710fadc4 545 1.00/1.00 vMB 1
877,304 877,304 000000000000000000027fb6e9d7bdfb9806ca99377085d5b571efd549bf22e5 3,017 1.00/1.00 vMB 2
877,303 877,303 000000000000000000022b50b4cdb1b4a0d1a91238ecd52741df28ee18426da5 1,786 1.00/1.00 vMB 2
877,302 877,302 000000000000000000023e5559ca3373290ad618d2775ffa4340180fc11244a5 3,215 1.00/1.00 vMB 5
877,301 877,301 00000000000000000000636ee3d933ea36ce053878a5f172b875b0e99f7aa3e2 1,117 1.00/1.00 vMB 2
877,300 877,300 00000000000000000000f1cdca709c230974c3556cae47363cb4a06ff65df482 1,203 1.00/1.00 vMB 2
877,299 877,299 000000000000000000017e813d6f3928e6be04cce77a4e7aa9c2e9da2ca87dba 2,506 1.00/1.00 vMB 4
877,298 877,298 0000000000000000000274589f0c4cd34c61f0fa7c3e051a4a77c6a4a6d673be 324 1.00/1.00 vMB 1
877,297 877,297 0000000000000000000289ef7ad91a5af106f51115b349e25d2b4948169f11e1 2,001 1.00/1.00 vMB 3
877,296 877,296 0000000000000000000139c10b47e6a12fc26e79ee3d3fb7b1df28b7af731045 1,007 1.00/1.00 vMB 1
877,295 877,295 0000000000000000000061aa90b7384eb2b5f10d0c1dcb19df94bda54af322db 228 1.00/1.00 vMB 1
877,294 877,294 0000000000000000000055bbf45aa0bd24f33ee42ddcfee3d463730a69a3b84e 1,431 1.00/1.00 vMB 2
877,293 877,293 00000000000000000002772dbac0b6d4320583ce0f3a4aa7c4b1ac8c9885da99 275 1.00/1.00 vMB 1
877,292 877,292 0000000000000000000197420220185972d16f4fec8ee800ecd1e3e876134fc4 1,475 1.00/1.00 vMB 3
877,291 877,291 0000000000000000000210248939949c959d7e4c5cc86b77777a5c475a399539 1,835 1.00/1.00 vMB 3
877,290 877,290 00000000000000000000df65478e909c9b7e5cfd858324657bc6531006c28dba 737 1.00/1.00 vMB 2
877,289 877,289 00000000000000000000d70821ad2e74809d02b39d453b0f16c3bbe0982a8337 1,129 1.00/1.00 vMB 2
877,288 877,288 0000000000000000000241fe892b8b0bf62314456c9fef23b338c1f3353be49f 2,600 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.08 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: 721.13 GB
    • Received: 18.35 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.