Loading Tool

Explorer IconExplorer

Memory Pool

73,503 transactions
27.18 vMB
0.06263016 BTC
Random Selection Loading Transactions
Max Size: 166.08/200 MB

Candidate Block

Mining Attempt 8bd7b68c46de2559fcc2e981d7da8376efd1f195e973deb5e39ce9540baf2557
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root 9e2d36fcd9e75d5b3832fcd9bb9bc41aa616472814adda85677733afff251bfd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,884
Size: 1.00 vMB
Total Fees: 0.00468148 BTC
Feerates: 20.14 > 0.47 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (259,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,102 656,102 0000000000000000000e183ea1594460fc2d94238d6d365c20b1e884a53113e4 2,288 1.00/1.00 vMB 14
656,101 656,101 000000000000000000055f43a8b8fa4e2d386c8c549eca8d960dd460bd88dffb 2,094 1.00/1.00 vMB 15
656,100 656,100 00000000000000000008fcb6343c769b19c56d4f5021735a952a08f0bafaa052 2,005 1.00/1.00 vMB 87
656,099 656,099 00000000000000000002a9b56ffbf0db97efadc7425d46735493250620fd2db6 2,222 1.00/1.00 vMB 66
656,098 656,098 00000000000000000002795078de45d1a56142bdf8b44b0d576a7b02aa578064 2,992 1.00/1.00 vMB 194
656,097 656,097 00000000000000000007e4876bf56bbd0e004533126da757aaa7a84b6a1ad2e7 2,587 1.00/1.00 vMB 149
656,096 656,096 0000000000000000000db8aa3bd8afb3693baf38ba0d3e1ef7dd267cfada72fd 1,692 1.00/1.00 vMB 18
656,095 656,095 000000000000000000103c600fa1548309137aec514ab808964715ee3eba4837 2,702 1.00/1.00 vMB 171
656,094 656,094 0000000000000000000d4bb62156377a6187d7cede8c223de790fd72323d65e7 2,004 1.00/1.00 vMB 10
656,093 656,093 00000000000000000008c2fc43096d5c064b34957adb3707d25ea454ea0c103b 2,010 1.00/1.00 vMB 86
656,092 656,092 00000000000000000004373447110c4155a9e3d4d5f3ff9007d27ffc5652f262 1,776 1.00/1.00 vMB 30
656,091 656,091 0000000000000000000337280085b4f01626f9ab96e741814802c15107e6012f 2,622 1.00/1.00 vMB 224
656,090 656,090 0000000000000000000de5491aaa4b17c01a33337e9a66a89027d7a267d4ca4e 2,065 1.00/1.00 vMB 106
656,089 656,089 000000000000000000075c353f7af3af67d6da2c72648e6621fecb10bade2e7f 2,050 1.00/1.00 vMB 87
656,088 656,088 00000000000000000006f01091ea89bb57d8b87d844222d9af12d22521231f3c 254 1.00/1.00 vMB 8
656,087 656,087 0000000000000000000fce5c15de4d2bc097847b85475bc92b63f71fe591016a 1,922 1.00/1.00 vMB 79
656,086 656,086 0000000000000000000cd626e79fe80b1b070f4ab486ab6b05f737b7bd134c38 2,746 1.00/1.00 vMB 77
656,085 656,085 0000000000000000000a9b8e48f44b7f00a9e98579580e10d6701bfb14ef91b5 1,513 1.00/1.00 vMB 22
656,084 656,084 0000000000000000000d3a1e470e79c06ae0ebe1a4d69bec523c83042c8bd132 1,819 1.00/1.00 vMB 100
656,083 656,083 00000000000000000002e357f224c7422e954896e12665f9e2b1f9c1a02aa116 1 0.00/1.00 vMB 0
656,082 656,082 00000000000000000000f25406c29a1e3f7fd303b4b4db7a7e4ff28f429de347 2,461 1.00/1.00 vMB 98
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.54 GB
    • Received: 17.39 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.