Loading Tool

Explorer IconExplorer

Memory Pool

78,358 transactions
28.73 vMB
0.10596028 BTC
Random Selection Loading Transactions
Max Size: 174.76/200 MB

Candidate Block

Mining Attempt 603086e0fd044fcd4e9f74f0d4e6eedaa9aeba09f55de466f8051b74a9554a07
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root fc89dfdc338edf8769784f5f6270ccc5b94374369dc1f973cbfd25d5d0e1ccfc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,934
Size: 1.00 vMB
Total Fees: 0.03784067 BTC
Feerates: 602.26 > 3.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (411,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,625 503,625 00000000000000000031e4ffde944a8de1b30e943bad13fd87c88e6798f38a2a 2,352 1.00/1.00 vMB 525
503,624 503,624 00000000000000000002cc76a55b57656aec9a83e3e37164190ae1b12fcfe683 2,676 1.00/1.00 vMB 568
503,623 503,623 0000000000000000006fd41bcd5ae391728e668e4fcdd4b2805003c706b9f489 1,269 1.00/1.00 vMB 197
503,622 503,622 00000000000000000048c9fff89f9deda504d68cb9c50f6d698d364703a6242b 1,120 1.00/1.00 vMB 197
503,621 503,621 0000000000000000001f9c2efa072de09f312e6b9c566bd5bd54e06b4385a6f2 2,854 0.95/1.00 vMB 457
503,620 503,620 0000000000000000003bf3e4355d4c53040fbd7f980d4cd47454555cbf749b5e 927 1.00/1.00 vMB 258
503,619 503,619 000000000000000000666c36cae23672d17082d992924dac2761efe0ede79420 1,916 1.00/1.00 vMB 350
503,618 503,618 000000000000000000610a8a3e5416e1424f8ad61ce99f1e24ef281df8f0c1c0 1,791 1.00/1.00 vMB 467
503,617 503,617 0000000000000000001643b7217aab98dfd73e16b20feaa7cee57b3fae837a18 2,444 1.00/1.00 vMB 509
503,616 503,616 0000000000000000005f44741f0b08d17acbcd96c4fbb203996993632a887d4f 2,863 1.00/1.00 vMB 582
503,615 503,615 0000000000000000003e035bd08f111a9dc97db810cf763d935f8138adeac2fd 2,215 1.00/1.00 vMB 439
503,614 503,614 0000000000000000000c6d2135a0352765713df7a68dffbebf79bf5192788586 1,653 1.00/1.00 vMB 368
503,613 503,613 0000000000000000005cd841d55b5f1dee035145bf96e5e9c0c6d5a729159ac3 2,068 1.00/1.00 vMB 374
503,612 503,612 0000000000000000005048da3ecea6695cb217ebf85f1a03fcf11c006de078c7 1,113 1.00/1.00 vMB 209
503,611 503,611 0000000000000000007686c9f9dc3ab1cc72edd073ed8f210291818e7dce4a7c 1,709 1.00/1.00 vMB 515
503,610 503,610 000000000000000000396204a5501a8e5d80a45871f19a74b43b373530a97ac6 1,397 1.00/1.00 vMB 204
503,609 503,609 0000000000000000008e91d692da47f65cec3f4555e82412f31f978b00b9bf46 933 1.00/1.00 vMB 214
503,608 503,608 0000000000000000008c290a88adbc1fbe1793073704281bda4ee704db673f9f 2,035 1.00/1.00 vMB 338
503,607 503,607 00000000000000000030f15271ab87809b8fd6d8acff2700b0ae41e32490896b 2,205 1.00/1.00 vMB 517
503,606 503,606 00000000000000000047837d7775c2278bb443550c713379a39e2c2399b2a3bd 1 0.00/1.00 vMB 0
503,605 503,605 0000000000000000005bbb3d90dfd3562542bac26cdbfc93939b3e7c04153ea3 2,183 1.00/1.00 vMB 291
Previous 10 blocks ↓
Total Size: 782.92 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: 714.39 GB
    • Received: 17.53 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.