Loading Tool

Explorer IconExplorer

Memory Pool

37,762 transactions
18.38 vMB
0.14422142 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 96.52/200 MB

Candidate Block

Mining Attempt 58abf716fb5a49ee59083c9ae0392f38969baf5b33ebb006411ea79ce8c6fbdc
Version 20000000
Previous Block 00000000000000000001f086ac1d38071ef808576f4e78d46d6da47881545f66
Merkle Root ca8044518fa6d68169a41e1623edb2500bc15f442f58d9504417f4fe607e39f3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,300
Size: 1.00 vMB
Total Fees: 0.02551066 BTC
Median Feerate: 2.95 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,328 (766,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
146,948 146,948 00000000000003293d1386e8b6a1053ccedd4bce332588bd63d795b35c4b561d 9 0.00 vMB 30
146,947 146,947 000000000000000a6663314e2e5c55ddb73294cfd05acd000959e74939794382 2 0.00 vMB 0
146,946 146,946 00000000000008c91f52a9e4cb0b9c81a8c81d887b6983b7343222d5d61cefad 44 0.02 vMB 28
146,945 146,945 00000000000001437e4f883515302d38254bb581ef7fa3f9cc93bd2e5c4fc5a5 5 0.00 vMB 27
146,944 146,944 00000000000003256a25236c0b55c880582b1be991391874bffe668747957592 6 0.00 vMB 121
146,943 146,943 00000000000000841e38ee6703f848b7f8ebf76c99ffe8b586923f38595f6fd6 7 0.00 vMB 44
146,942 146,942 00000000000001cbf561ced0f921e626480327ee4e39cd605817084ab2473361 3 0.00 vMB 96
146,941 146,941 0000000000000584db389e9dfd672790a8cc5572898960cc7871f87427414c67 8 0.00 vMB 55
146,940 146,940 0000000000000859e9ee7db47dc16331cce1da3e09cb049839562d059e052f6c 5 0.00 vMB 0
146,939 146,939 0000000000000433333a42638cef4248be9774fd18b2e16077c04ee768be6237 16 0.01 vMB 55
146,938 146,938 000000000000042a3c69c4d9908ac92899b2d7ea8818dafce67a5b1dded8aec9 24 0.01 vMB 156
146,937 146,937 000000000000010db7b6e9ff4cff9f0498a682c4566b1f9db947dd7175225987 12 0.00 vMB 43
146,936 146,936 000000000000032ca63b4afe684767ea50f7cd4c029a91391a72583b2d5c4f1a 27 0.01 vMB 61
146,935 146,935 000000000000024c9eee1a8f8d10e82c1646e4e77255d42c225b88f8386b56dd 8 0.00 vMB 27
146,934 146,934 00000000000000f6d4732a80a272092386d50b0abe75bb0019cb46dd435c1193 32 0.02 vMB 162
146,933 146,933 00000000000003823360800e4f70ee3b8c2ff00a6be4796f6d940f181ce1a341 66 0.02 vMB 11
146,932 146,932 00000000000000e57587109eee7f97ca1ff8293c6272e6cabf24fbdbdeca7bb9 21 0.01 vMB 139
146,931 146,931 0000000000000175bf2875a1b2c15867c10bbc051619232dcb0e5d7dfc3d226a 40 0.02 vMB 136
146,930 146,930 00000000000003cbb6bea90c9d80b7c08a489846eebe25ffc425515b9cc01368 21 0.01 vMB 211
146,929 146,929 000000000000095431756f3112045aa16125e678394d0a8f5b165a0f7b6059bb 10 0.00 vMB 74
146,928 146,928 000000000000050b990939330de9c50c191ffcde0876362247ca20bde831accf 21 0.01 vMB 138
Previous 10 blocks ↓
Total Size: 779.43 GB

Node Details:

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