Loading Tool

Explorer IconExplorer

Memory Pool

32,746 transactions
18.80 vMB
0.05545157 BTC
Random Selection Loading Transactions
Max Size: 101.14/200 MB

Candidate Block

Mining Attempt 4ff6dcbde932066ed9e6bce33ae5e25519cb6b4e5bb98433f044a0a73ee790f4
Version 20000000
Previous Block 000000000000000000010259d1b7e7f344e1aced384b665c9ceed02becdc2702
Merkle Root 82f58c00a74b9a0b4838532b94a94b82642346542815df13d8800748a7bab3ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,947
Size: 1.00 vMB
Total Fees: 0.01955304 BTC
Feerates: 301.58 > 1.96 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,126 (908,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,877 5,877 00000000791d0d95530ac776f0b1757cc044c575eb8181ea78384b9828bd0f28 1 0.00/1.00 vMB 0
5,876 5,876 000000004e3849b0e27840a1b9e9dfc5bcda2633d05865ace5e2941bf88764d5 1 0.00/1.00 vMB 0
5,875 5,875 00000000618eb41e00414ccb0c3fb55209f0b29148d5ddec0120cd6debdb126e 1 0.00/1.00 vMB 0
5,874 5,874 00000000850d32f1b3cd207632b5a657b2f0b2de9bf34da0d18bc8a5f20e25c3 1 0.00/1.00 vMB 0
5,873 5,873 00000000a1026027f415d4addcf74ed216156ad496bc38ff6e7ee0df93ef7399 1 0.00/1.00 vMB 0
5,872 5,872 00000000a23802670c853f5b77391aa86fbd64f7365ed672486b7f7061700d23 1 0.00/1.00 vMB 0
5,871 5,871 00000000c5a96455c917eab60e8a5d033483148c93a96ee1da638286781d24cf 1 0.00/1.00 vMB 0
5,870 5,870 00000000524a5789deef37e630a93efb34117b75e0907c68745d2634d0c9b4e0 1 0.00/1.00 vMB 0
5,869 5,869 00000000404b5328de24b1830dc776736e2c9ad9b64497929be592d84a856eae 1 0.00/1.00 vMB 0
5,868 5,868 000000009bb83b66dc1addd894f80eb7066b32e3f753f83e970ea074d97ce248 1 0.00/1.00 vMB 0
5,867 5,867 0000000099944783286a0d443b6ae43b177af9c85cd45174a3e4d3b15e1681f8 1 0.00/1.00 vMB 0
5,866 5,866 00000000103d8fdbf787e5863e15311de52d3aa924f1e93e80eb7552164b958b 1 0.00/1.00 vMB 0
5,865 5,865 000000000c632c30f3f4adf7c1cc5f1377fe2d04369aaef23e59720aeefc1233 1 0.00/1.00 vMB 0
5,864 5,864 00000000ef4c811c84ed906383153380179c0c39ecec3bb02b6585661d4d14d8 1 0.00/1.00 vMB 0
5,863 5,863 000000006b26e14a10398ef0ed0401873422bfd65c013a3eb752056c79bbf067 1 0.00/1.00 vMB 0
5,862 5,862 000000006fca06f668fe9f7c5056ffcdffe0a95fe3bd86eb5ef1f8125b0c7cb1 1 0.00/1.00 vMB 0
5,861 5,861 0000000010a3730834656b9c3a6bc67e733eaa8750a97d8270626a24c62b4f78 1 0.00/1.00 vMB 0
5,860 5,860 00000000f38367acbcdf031b784f66ce4dee8274ae8007e68db34475b8cf707d 1 0.00/1.00 vMB 0
5,859 5,859 000000002301e5593a516241fa2a884f334c1f1b5883c7109aad1b7f3e168c34 1 0.00/1.00 vMB 0
5,858 5,858 000000003b00bf0720292e4cbf4a9b90b9b793db6d047532afe3c69784e9c34e 1 0.00/1.00 vMB 0
5,857 5,857 000000003bcb083b87ad79fe333e3aa90e29c3ac417d26ac99324ffdba260a90 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.82 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: 561.26 GB
    • Received: 7.38 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.