Loading Tool

Explorer IconExplorer

Memory Pool

38,665 transactions
31.39 vMB
0.07265288 BTC
Random Selection Loading Transactions
Max Size: 156.18/200 MB

Candidate Block

Mining Attempt 31b70f6b3b716c92c8d7c51b1b7d857b260c7e7ebd9abc4461abd44543e140d1
Version 20000000
Previous Block 00000000000000000001595202201a033a315ea0d02063180f6cd28b26bced43
Merkle Root 29d43ec810399794ffdb1b5950afc6229c285da07e6777113b04e14ec78d837a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,174
Size: 1.00 vMB
Total Fees: 0.00852444 BTC
Feerates: 150.93 > 0.85 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,342 (847,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
66,807 66,807 00000000007bb84d6e46454fcab6448d1c9e9aaf5ae35162b696c9150a70d68b 2 0.00/1.00 vMB 0
66,806 66,806 0000000000e03c11e1384f3bfc78c2ddf7924d56fef48ac832e28b59d928bb17 1 0.00/1.00 vMB 0
66,805 66,805 0000000003e7de95e166e6da27995ec14611f155460474b706b44c3d657d5926 3 0.00/1.00 vMB 0
66,804 66,804 0000000001a8a4783792a7e4f76cc4794eb4b6f4e43362560e2640eb94d04677 2 0.00/1.00 vMB 0
66,803 66,803 0000000002d9a19fdd243ba03715baac94224dbb233b992749526eee221b6c7a 3 0.00/1.00 vMB 0
66,802 66,802 000000000359e0ce8fbe545869d77cc4344a87a299f7e3e1133e5c321f261866 1 0.00/1.00 vMB 0
66,801 66,801 0000000005658ca3c559ecb015dea32c146ee8673c3ba2ba4fc6ebeb175d3836 1 0.00/1.00 vMB 0
66,800 66,800 000000000443620dd9d869917af548bfbe10b3fc0a0f4ff2dd8a49061e143c98 1 0.00/1.00 vMB 0
66,799 66,799 000000000467de12c42aa0094265f53846f598bbf4875743fce2df857fbfc600 2 0.00/1.00 vMB 0
66,798 66,798 000000000555f8ccf2dd61adda5976a83fd1bfe5696f6155e30e29514c0903ae 2 0.00/1.00 vMB 0
66,797 66,797 0000000000a79ff25a5d87bb27e457ff9e3fb72ea3e284569184cb2a3a078aa7 1 0.00/1.00 vMB 0
66,796 66,796 00000000048ce15cdc425d755a3cd13b21d1c05b21b615ad63975bf9b6c21a73 1 0.00/1.00 vMB 0
66,795 66,795 0000000002c621cd74fe021aaba09026ea7a3f0e1cab31e1fcd706b605184c31 5 0.00/1.00 vMB 0
66,794 66,794 000000000035278fd56752e4d80537eea24a60cf4af66c568e689671f66968be 4 0.00/1.00 vMB 0
66,793 66,793 0000000003345f15a24dab373eaed62b0ce663e0a9a036a63de746be5bf5e3ec 1 0.00/1.00 vMB 0
66,792 66,792 0000000001bfd451dbc97b2a42226c66719326df0e9c6f8a96cc5879a87107bc 1 0.00/1.00 vMB 0
66,791 66,791 000000000391ceab79b3893c9c04ad4d40ce16d6b182b25e47a39c1581e3f471 1 0.00/1.00 vMB 0
66,790 66,790 00000000036d33d455cc7adea61487c7443327a8f149e809919a54dc91356358 1 0.00/1.00 vMB 0
66,789 66,789 0000000002a595acaf6c009cdf2567ef4d4d9ff0f72d88f06f0d41bb9ba18ee1 1 0.00/1.00 vMB 0
66,788 66,788 00000000031b978d5d34a55cb4d44aa63f2de6457c94083cd54f394a6d9cc121 1 0.00/1.00 vMB 0
66,787 66,787 00000000053143527208dd99fee60e1b789dacf464ec44cd8078cc9112c4066c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.21 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 586.24 GB
    • Received: 9.45 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.