Loading Tool

Explorer IconExplorer

Memory Pool

44,421 transactions
28.87 vMB
0.10354560 BTC
Random Selection Loading Transactions
Max Size: 149.26/200 MB

Candidate Block

Mining Attempt e5885106e75a536ea40ff68a0276e4eb0061e53adca156e1c3b286ff154df53d
Version 20000000
Previous Block 0000000000000000000122e994986e001234b69b994883ffdfdd29f98dd03e31
Merkle Root ce2d21946da071b2c9f80f8c53412f6d1201e9074b8f211e9917660dccfede97
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,848
Size: 1.00 vMB
Total Fees: 0.04115284 BTC
Feerates: 151.12 > 4.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,639 (339,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,062 575,062 0000000000000000001ec776685bc0fe7b7c7fba31a0f60e13e5f797198ce3fc 1,771 1.00/1.00 vMB 36
575,061 575,061 0000000000000000001e3811ac35e2b11055ed13be498201afa4f4571e768f85 2,765 1.00/1.00 vMB 80
575,060 575,060 00000000000000000003e3d4e41cf12625293b1f8fb049d48d75f056b1573a0d 2,367 1.00/1.00 vMB 36
575,059 575,059 0000000000000000000ce7f99015ab788fb01d5a90c38eec20b06a95b669d68a 1,845 1.00/1.00 vMB 40
575,058 575,058 00000000000000000028f6e205b1115b04d52f8887f8993a62edbbcb67748682 2,013 1.00/1.00 vMB 40
575,057 575,057 000000000000000000022f11be5ed14ecbd2eea1222e0e8c40ff357d882303cd 2,663 1.00/1.00 vMB 88
575,056 575,056 00000000000000000021962e9888fb2af32834350e3dc95a6dc53e9913502a4d 2,611 1.00/1.00 vMB 50
575,055 575,055 00000000000000000009d34e410dedaeb0ae55dd8faac4d073e8d676ac3a138d 1,344 1.00/1.00 vMB 80
575,054 575,054 000000000000000000066df431b5b0acfcb492d5dcd8d77a71e6e5b3e2764c12 3,009 1.00/1.00 vMB 52
575,053 575,053 0000000000000000000465297eb66fc74ec1b5642fbe3c6f5aaa22a1d0e66cc7 2,749 1.00/1.00 vMB 92
575,052 575,052 00000000000000000003943c606714c1c24b7fa933b4ea03790b5668fde239f1 2,807 1.00/1.00 vMB 62
575,051 575,051 000000000000000000016362a3beda2d15c199d6603f87f1a8fead3e23e0ba22 2,452 1.00/1.00 vMB 64
575,050 575,050 0000000000000000000db3505a8022b37c780d7e1220579304007baaf93258ed 2,581 1.00/1.00 vMB 78
575,049 575,049 000000000000000000123f764116856703fd5087cd67a6f37c8dcf61cd89eff8 2,962 1.00/1.00 vMB 92
575,048 575,048 00000000000000000029812d570f00a0a125f6adc30b930c0f7606b033146bb7 1,727 1.00/1.00 vMB 67
575,047 575,047 000000000000000000005a9cf15836ad36b44713b1e8b1872d8e4f63a87b000e 2,608 1.00/1.00 vMB 55
575,046 575,046 000000000000000000164d94d7c842126ccecdf5fbfae080f8d4f88446d8b5bb 3,026 1.00/1.00 vMB 54
575,045 575,045 0000000000000000000e33e16c20a4f89cae897406f70fd363e7777653ca2841 2,391 1.00/1.00 vMB 86
575,044 575,044 00000000000000000022cfa8ce41b8169836732a42945cb9d33198ac53165e86 3,388 1.00/1.00 vMB 63
575,043 575,043 000000000000000000146d8267dd69abe3a0d0c23d754458c72d474997ba7f54 2,546 1.00/1.00 vMB 88
575,042 575,042 00000000000000000015dcf74e478b9717e587e0cc9d150c5cf60fc356de221b 2,840 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 781.75 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: 631.71 GB
    • Received: 12.08 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.