Loading Tool

Explorer IconExplorer

Memory Pool

39,861 transactions
27.00 vMB
0.07426041 BTC
Random Selection Loading Transactions
Max Size: 139.76/200 MB

Candidate Block

Mining Attempt 742fd1a12eb8b7c5896c79a511ad343041af6cf2b56053ad10f3272ef96de922
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root 3840a659775436c7f9196b5f14d095a0998e2424bbba4e5b6e245c0c54d72a16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,072
Size: 1.00 vMB
Total Fees: 0.02072655 BTC
Feerates: 201.37 > 2.08 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (599,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
315,580 315,580 00000000000000001ec61d5a508ea50464ef691ee21143ee08c2ae291b2c0c22 631 0.25/1.00 vMB 35
315,579 315,579 000000000000000033eedd6e72b20375fb4311345f18db17c8070ebc2183fc42 124 0.07/1.00 vMB 23
315,578 315,578 00000000000000002ad40d0ede50857ca93a80ee28e581916a064ea751885a7d 503 0.29/1.00 vMB 27
315,577 315,577 0000000000000000106df57cce936275e16632232c7a1d16098e25be1a85de21 239 0.12/1.00 vMB 31
315,576 315,576 0000000000000000140265c3443df090735c003c70fad157c143bc756b1763b8 404 0.21/1.00 vMB 34
315,575 315,575 00000000000000001e9389701d8a4fd042294c579eafb32e37a7fd8748027365 411 0.21/1.00 vMB 32
315,574 315,574 0000000000000000169dc31694daaa7eb6b6c4af073f02938d31e2691070e3d5 84 0.04/1.00 vMB 26
315,573 315,573 000000000000000003cbc87475687bf1138fa248814248db3eb8ac7063d2a9c5 216 0.18/1.00 vMB 19
315,572 315,572 00000000000000002ad8c006abec78f41ee23e9cd09f74806d3151d0648d977a 613 0.25/1.00 vMB 38
315,571 315,571 0000000000000000024d21339a28cd8452d894a337ae6fa4f25215545216c23f 197 0.10/1.00 vMB 34
315,570 315,570 00000000000000002d426ba0840524e961c9ad69db881eb02edba2dc387244b9 239 0.13/1.00 vMB 24
315,569 315,569 00000000000000002abdf9374f4f9f6e65816c28d8b0b3b86c317b439ea33b89 534 0.32/1.00 vMB 23
315,568 315,568 000000000000000026d9be84356e3bf7d7a8b47049b5af556a9a8bfd465c9fab 796 0.35/1.00 vMB 30
315,567 315,567 000000000000000014a7a2e0841590a72914a9152ee3a03b4cef62d17c2d7760 43 0.06/1.00 vMB 4
315,566 315,566 0000000000000000102dcbe3629def1a82b835c881d88d3975a0d78d484d3687 309 0.17/1.00 vMB 30
315,565 315,565 000000000000000016434847a078a95cd0d136751751732db45963ad35d65255 234 0.15/1.00 vMB 22
315,564 315,564 000000000000000011107ea44ce9677d697a46f91d4929d21762e7b5d31204f2 226 0.17/1.00 vMB 24
315,563 315,563 00000000000000002a945bff0615b00b9cdf5905513e69afcab42c74e16a5a0c 128 0.08/1.00 vMB 16
315,562 315,562 00000000000000001e63649c192028af5896a1416725120fadfec27a54af4b77 694 0.52/1.00 vMB 20
315,561 315,561 00000000000000001919e4d218c923ec7660e95c88436489440b8e9b7e573a38 512 0.16/1.00 vMB 51
315,560 315,560 0000000000000000341e4ef579375411ac1bb63790c85aaac42bad69223f153e 291 0.47/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.83 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 636.65 GB
    • Received: 12.38 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.