Loading Tool

Explorer IconExplorer

Memory Pool

72,011 transactions
27.22 vMB
0.06812794 BTC
Random Selection Loading Transactions
Max Size: 164.77/200 MB

Candidate Block

Mining Attempt 8dd2b9c9aef2a03936bd200c20ef675f2d2217d30e21e31d4a15e6afb70d5175
Version 20000000
Previous Block 00000000000000000000d5166db3d3b6559a749cab42b23239d347ebdf56fe1a
Merkle Root d916b36023d84b3f8c52abb27ef4006209e1d0f83d9ac1d89f53f68fd7d81eda
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,640
Size: 1.00 vMB
Total Fees: 0.00964873 BTC
Feerates: 90.91 > 0.97 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,568 (878,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
36,968 36,968 000000006099433dca9c7865d1ac07efbbf9ff0314fdd134986aa16b9c96b23c 1 0.00/1.00 vMB 0
36,967 36,967 000000006bfeceb7f694ce60e7580fdeb6abb7ecf98019d09ef38d59006acf08 1 0.00/1.00 vMB 0
36,966 36,966 00000000769f8cd695033e4289045f3a490b2cea654edd1d2fa485928f87a8f6 1 0.00/1.00 vMB 0
36,965 36,965 0000000061eb3ff042579cac4e0a016ed7ba8ede25560c3c08606ae390157845 1 0.00/1.00 vMB 0
36,964 36,964 0000000001e306d59aa697eff3cec23ec07787415c9b5096bf3de42ffe6ac211 1 0.00/1.00 vMB 0
36,963 36,963 000000001a8417c9b632687656eafc883958af2490a93c998543d00cacde8171 1 0.00/1.00 vMB 0
36,962 36,962 000000000d5a5b49a34e2904554d65abe71b4f4742f97e4aef4946b45e2eee2d 1 0.00/1.00 vMB 0
36,961 36,961 00000000216b5a3f2ee82a1ad31b9827210307f2cccc0a39e57af3059e675d4f 1 0.00/1.00 vMB 0
36,960 36,960 0000000008c864476193c7a52a550cc0138862e61ad97a555708d0a973c8d37e 1 0.00/1.00 vMB 0
36,959 36,959 000000003b573dee5f149241ddd7532f0664ddf0eb7423ff0bc6ed27f98d855e 1 0.00/1.00 vMB 0
36,958 36,958 000000000b3d8d1f210f09061eb4e57e5f7d675705f7e9352046eb7fca77399e 1 0.00/1.00 vMB 0
36,957 36,957 00000000024471eaefce595e9bfc4a3e38f9e12b95e3c251dde627fa91abd147 1 0.00/1.00 vMB 0
36,956 36,956 00000000af5e67492cbcebc008b8253d1a4b995bdda90ac23c56b67fbd773ffa 1 0.00/1.00 vMB 0
36,955 36,955 000000008c715ab561528a361c7756254cac9b992ac161ae97eb1c5176480bea 1 0.00/1.00 vMB 0
36,954 36,954 0000000039cd16e5e20cb90a9772e8273fa716ce455b9a01abf8db2b56fdbdb1 1 0.00/1.00 vMB 0
36,953 36,953 000000004350a6220bcda7a63bd148ae93df6d7c276f9bdacbf09aace9c689bd 1 0.00/1.00 vMB 0
36,952 36,952 000000007d5bbb541c77c5ce3c21b9867d65fa3af666c9024000ed0a9f77a09c 1 0.00/1.00 vMB 0
36,951 36,951 0000000081ec398f1c79c4023e32a6647c015dbda45fd49a0c6d5dc997fa5609 1 0.00/1.00 vMB 0
36,950 36,950 000000001b550ce5aa7464c5ce9621b74a9044459896d2b53ae483869182f4ab 1 0.00/1.00 vMB 0
36,949 36,949 00000000bc24a03f2daebebb35ac965b67ab51d9b0981ba33dadcc5bb6c33e75 1 0.00/1.00 vMB 0
36,948 36,948 0000000063b45d02e66d05fd9e3e8973c14ee238558cd26504e5bb3f3de6931d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.37 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: 768.69 GB
    • Received: 19.64 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.