Loading Tool

Explorer IconExplorer

Memory Pool

10,305 transactions
9.63 vMB
0.04556740 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.45/200 MB

Candidate Block

Mining Attempt a3149edd38b13e131adc41d6bc14862b1705e722d5962c11c1d57eef34b4b026
Version 20000000
Previous Block 00000000000000000001cc0353fd23b9be5276469e89009017f3cc907719938a
Merkle Root 6b6cdda5cb9bd576eabe19f92b6a77a85d1e021c72ed865ee0eb321e1edced5e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,552
Size: 0.9978625 1.00 vMB
Total Fees: 0.03131108 BTC
Feerates: 101.64 > 3.14 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,793 (759,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
153,933 153,933 000000000000093b87262d192cca8b9b53d2341c5dc9673e17fea599274365c6 5 0.00/1.00 vMB 0
153,932 153,932 0000000000000416f03c7a493d65dcc9df65dcb3715a1059e654f12845b12478 7 0.00/1.00 vMB 89
153,931 153,931 00000000000005c4a4e7ccfd7a82c554cf6be16c2d83e5631120649990fda1c8 64 0.02/1.00 vMB 53
153,930 153,930 000000000000073e28024248ae0d433374f43e661fb92e8ed725d79d565dee82 11 0.00/1.00 vMB 11
153,929 153,929 00000000000005e1030da227a35fae1d3697cc6df7bd17b91348cc2420302e79 30 0.01/1.00 vMB 162
153,928 153,928 0000000000000bfcae94451221bef6adf2906e60ab56845595218ca1dd500f88 16 0.00/1.00 vMB 76
153,927 153,927 00000000000003299dbccecd105f96fca05f35020e82246bffb3c7ad0eae4c8e 30 0.01/1.00 vMB 132
153,926 153,926 0000000000000d29bb8e5dd2dbd2a326420022c218b85c0f71409c695ca185bd 38 0.02/1.00 vMB 139
153,925 153,925 000000000000097dedeb217eb50f892546c6ecbf2b3228ebb93ff064ab8dca5d 20 0.01/1.00 vMB 210
153,924 153,924 00000000000002dbbe47dd6f93e138ece613d650180a266ce6395b586e766347 15 0.03/1.00 vMB 47
153,923 153,923 00000000000008dccaec2e809b7fad96a64255f14f311e880f5ce22cd6506289 37 0.01/1.00 vMB 83
153,922 153,922 00000000000009c2dc2dd03fd807247a4ee5fa1497cd899cb9ccf775d9868141 10 0.00/1.00 vMB 55
153,921 153,921 00000000000001529ca394e3259478f696942ab8cc428e9899f55ce909ca5457 91 0.02/1.00 vMB 0
153,920 153,920 0000000000000870426d162b7aa6dac66c04ca8a9817916d33193efcc48c8ab7 36 0.02/1.00 vMB 425
153,919 153,919 00000000000008837c00fb07dc8e671d341118cb66a70dd4d9e470967bb3d7a5 41 0.02/1.00 vMB 1,756
153,918 153,918 00000000000009ca09ce17bd5bb4e9501f14a445a291b1804362b88bd47bd951 8 0.00/1.00 vMB 12
153,917 153,917 0000000000000dabff3072191ad14521cd791f0dbd494c56b3c92c7b62a2422d 10 0.00/1.00 vMB 12
153,916 153,916 00000000000009b44baee340bd3c7d5ade413d7a2a868e7bbb75a4a732d02903 8 0.01/1.00 vMB 28
153,915 153,915 0000000000000a59b12d028bc1143eb146e6a7c98c89e747d8339dda7066c7e5 10 0.00/1.00 vMB 16
153,914 153,914 00000000000007ac1eb90d58aae74f3487eaf406c3370e2a5972988e17186309 3 0.00/1.00 vMB 0
153,913 153,913 000000000000057776eb6a622c5a5ca6a2fd117cc4cf309f1a63ff88257b22e4 86 0.03/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 780.26 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: 514.31 GB
    • Received: 4.29 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.