Loading Tool

Explorer IconExplorer

Memory Pool

82,092 transactions
30.21 vMB
0.11089343 BTC
Random Selection Loading Transactions
Max Size: 183.02/200 MB

Candidate Block

Mining Attempt 0570d0c0370ea60d9c372e57a6db94c60ea7277c171ad4e592e9a1749149e40a
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 95293b0b764c1d8318799a31eec29f8d909728e8507a4c055676f17df4fea7c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,071
Size: 1.00 vMB
Total Fees: 0.03635911 BTC
Feerates: 90.00 > 3.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (751,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
163,393 163,393 00000000000001ce3474f8cf7787990e6a0cb85d0aeabc0da9017c81636adc66 1 0.00/1.00 vMB 0
163,392 163,392 00000000000007b86725bf7c591db0a4240b84a2c95c2a9c55aec44486ae7114 48 0.02/1.00 vMB 44
163,391 163,391 0000000000000338bcc2af13b52d77fa71a3a2a83cbe4dde186063e482d73771 22 0.01/1.00 vMB 156
163,390 163,390 00000000000009fd619d8ad0630cdb0a4ad5c42495dcd74550d30280651485b7 7 0.00/1.00 vMB 0
163,389 163,389 000000000000051b6eb14a7afd1e583f62a3bb4e66f9301d2103a4d3f5f806b5 24 0.02/1.00 vMB 572
163,388 163,388 00000000000006f48e0b24edb67294d69a27a69773cfe19473d63ea2e9bd6dd0 111 0.04/1.00 vMB 60
163,387 163,387 000000000000026ee5258f957ee314d1646acc7238bbc7218191d04cf7323495 14 0.01/1.00 vMB 9
163,386 163,386 000000000000054b8c2a842c92ce1271cb120ec78af1024370fbfdf9d1a06213 8 0.00/1.00 vMB 16
163,385 163,385 0000000000000c5e16083abc039ea6cb6993e7e2b08186382257dee2927eda68 23 0.01/1.00 vMB 432
163,384 163,384 00000000000000f9588e1b43f3aa9074aa5d4d519262cf076253f1244f6b60e7 40 0.02/1.00 vMB 209
163,383 163,383 000000000000055c423e466c8ed363a3dcb2e6d979648f3dbaf5b004a434f187 11 0.01/1.00 vMB 119
163,382 163,382 0000000000000785af8cde1679c58362f7a6bc7060f2eaa53e89e51215bfc184 71 0.04/1.00 vMB 148
163,381 163,381 000000000000052dd4fe3d0fc65be8482ce9fbb2e62ff082b55f32835be1c43a 37 0.03/1.00 vMB 24
163,380 163,380 00000000000006b44a3a97cb15fd756043af41f0233c8aed0ff3054186ef0b70 22 0.01/1.00 vMB 30
163,379 163,379 0000000000000bbcadc4dd90fa792d773cb9bd8f02492a34a2b271f8f5b66b77 72 0.02/1.00 vMB 70
163,378 163,378 0000000000000c5820f2a82e42467dca3028d9f69b5a19041f97ad74db73de4c 73 0.03/1.00 vMB 99
163,377 163,377 0000000000000cbba970e0e530f46050f8e1e9fe14622533837e408336398c84 74 0.02/1.00 vMB 78
163,376 163,376 000000000000090b6f1d24149caa902e90108b636ede9bd6d9cd796b1c6d29ef 18 0.01/1.00 vMB 13
163,375 163,375 00000000000001e902fa7bdcd6a191a81046920bf2c7120248d5cff0910bb648 105 0.04/1.00 vMB 133
163,374 163,374 0000000000000890818bd4e6b0c10de3abeb6e0ea54ba3599e050ca2c4ca424d 46 0.03/1.00 vMB 72
163,373 163,373 00000000000006250c2e4719cd8a2916bcb46909cf37581feebb9e4711f97ace 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.63 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: 672.36 GB
    • Received: 16.21 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.