Loading Tool

Explorer IconExplorer

Memory Pool

32,545 transactions
27.99 vMB
0.06141033 BTC
Random Selection Loading Transactions
Max Size: 138.23/200 MB

Candidate Block

Mining Attempt 6c8a55a3e3d3567f2d5ba7bc81cdba074b366cc70e36f0d40f6672123594bc29
Version 20000000
Previous Block 0000000000000000000177abe9ee43b6462d18ea4870025cf2a032283159af76
Merkle Root 9d29a88a2337bef7205c46fd863461df09133093d796392592086735558e8917
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,846
Size: 1.00 vMB
Total Fees: 0.00753210 BTC
Feerates: 47.59 > 0.75 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,514 (333,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,638 580,638 00000000000000000003e7a272eb8d4533740db22a83ae5d36dc731341efd7b3 2,432 1.00/1.00 vMB 42
580,637 580,637 0000000000000000000d4a0950bb407e45479e20110acf57477bde5967399b09 2,543 1.00/1.00 vMB 48
580,636 580,636 00000000000000000019c438dc7a38abfcf16908c82164b3c3d873717257436a 2,290 1.00/1.00 vMB 91
580,635 580,635 000000000000000000178dde9d3089e54d1761e523b0c54d363ec2feeb596e91 2,118 1.00/1.00 vMB 79
580,634 580,634 00000000000000000009e0baeb1b4f2901ce2b0715a98ef3fcc1289357bca0e5 2,359 1.00/1.00 vMB 128
580,633 580,633 0000000000000000000833fb63570d374b0dcd81c0f0375ac4177501f74778fc 2,434 1.00/1.00 vMB 81
580,632 580,632 00000000000000000001a6a4dbc0db339df66978bba770e7904007b6f919f880 1,456 1.00/1.00 vMB 61
580,631 580,631 00000000000000000004b31cbe15fca8f34a0befbe799e1d1995faced4c2b3ec 1,171 1.00/1.00 vMB 74
580,630 580,630 00000000000000000018fbb53113f1092dc224fafb9db0c2c12473effb0634d7 2,483 1.00/1.00 vMB 83
580,629 580,629 00000000000000000018f087adc2d58268eb3554c9ad40bbc6255dbf52c07817 2,799 1.00/1.00 vMB 82
580,628 580,628 0000000000000000000714c79a56c7b7a591f647f3e4e4ac7f40d4d71cbcceff 2,200 1.00/1.00 vMB 85
580,627 580,627 0000000000000000000f2f9f14b6aedfd1d289372f5d700059e7a89957efb84f 2,540 1.00/1.00 vMB 130
580,626 580,626 000000000000000000157e5816bdb0a704cf6133154da781f2c0afbbad2af91c 2,081 1.00/1.00 vMB 90
580,625 580,625 0000000000000000001891adb583597084749a8276e4ff98841d923db5c9eacb 1 0.00/1.00 vMB 0
580,624 580,624 0000000000000000000c7429fdf210f55c80f13f9377face34c6dcfef16773e8 1,609 1.00/1.00 vMB 86
580,623 580,623 000000000000000000120fe30dd4b7768db66eca5e92bdc9eb948e7dfe572c7c 1,502 1.00/1.00 vMB 102
580,622 580,622 00000000000000000005ec4a00fa72b70607d52cebff38d4520febe9a9fc8f74 2,321 1.00/1.00 vMB 95
580,621 580,621 0000000000000000002224cbf21aab88e4bc284f7f9eed1e2ed44e4bcb62112b 1,889 1.00/1.00 vMB 104
580,620 580,620 0000000000000000000b8b5abe3d1f91e90bfa39f151700c4fb9cffe5b10b276 1,350 1.00/1.00 vMB 119
580,619 580,619 000000000000000000139fdd97bcbf4a8cb6aea3685dc36ba52789e9d0f1dfd1 1,721 1.00/1.00 vMB 119
580,618 580,618 00000000000000000021873a6237b6bf299c334925062609b5e91d39d46ca044 2,068 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 781.53 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: 612.94 GB
    • Received: 11.10 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.