Loading Tool

Explorer IconExplorer

Memory Pool

82,942 transactions
30.64 vMB
0.07541759 BTC
Random Selection Loading Transactions
Max Size: 188.55/200 MB

Candidate Block

Mining Attempt 30ae91aab32267bac10cebe91dec9185a9407b938ce570199a7203d26d69b31f
Version 20000000
Previous Block 00000000000000000001844886a1ec6e3550f79103e71b8cea4b5db3af32000f
Merkle Root e99be76a3dd354aab6c914f54843de5002c4573bb88cf53e0fe9c2443f9e4e64
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,917
Size: 1.00 vMB
Total Fees: 0.00668845 BTC
Feerates: 150.92 > 0.67 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,348 (310,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,880 604,880 00000000000000000005d707b7774e3f1e8ec8d95726ef4b23dce820f77d9398 2,443 1.00/1.00 vMB 29
604,879 604,879 0000000000000000000fb81c30843c32868be0a10bd62dbb2ed621125c361f35 2,465 1.00/1.00 vMB 52
604,878 604,878 0000000000000000001587fc72c919e36582b39136299fbd6faed19b46d01dff 2,755 1.00/1.00 vMB 20
604,877 604,877 00000000000000000006e380c3dc63e0ee18a1f3dc0f93993451ee031112a485 1,870 1.00/1.00 vMB 29
604,876 604,876 000000000000000000119f1b0c7487dacd4e304ac63f866b92949619ac49d6c3 2,678 1.00/1.00 vMB 32
604,875 604,875 000000000000000000155282c2f1ba9020fe911c5cf4bd1e01c1e4cde9ed3726 2,853 1.00/1.00 vMB 56
604,874 604,874 000000000000000000113f52e0d64783ee30acfca7d20519983aec06da3589eb 2,795 1.00/1.00 vMB 32
604,873 604,873 0000000000000000000167a574cf5073c4cc436de22f426d35d39788f1e780b8 2,758 1.00/1.00 vMB 41
604,872 604,872 00000000000000000002e53310314689f76c1d81d234643c8c76a4a7a121a503 2,360 1.00/1.00 vMB 43
604,871 604,871 000000000000000000068a131ab4f101b65bcc5f1acf325cbadbacd35b665e87 2,825 1.00/1.00 vMB 37
604,870 604,870 000000000000000000105cf6afa1eb2003713024cb91d213e6d69739fb500284 2,588 1.00/1.00 vMB 49
604,869 604,869 0000000000000000000c5dab6e226a64d2b3b7168c253d084fa65b5cd90a1ab0 2,583 1.00/1.00 vMB 32
604,868 604,868 0000000000000000000ebe8880c83bb7401d2095b61e8efa2ad4f2c733ad98bb 2,467 1.00/1.00 vMB 34
604,867 604,867 0000000000000000000c69430bb711f88e596aa2871f5febbaae1aacd6cbc37f 2,366 1.00/1.00 vMB 31
604,866 604,866 000000000000000000003fcf8c4e8a8a53fe4b15c41bb6ff1756df0ab0b91e50 1,692 1.00/1.00 vMB 29
604,865 604,865 0000000000000000000f3703669b450398977dff637e5ff19e5fd0a678db668f 2,812 1.00/1.00 vMB 43
604,864 604,864 00000000000000000010700a45936eb044ce13d90d02a5e89b8ebe7744badb8a 1,610 1.00/1.00 vMB 23
604,863 604,863 000000000000000000125415c305e19feacf517b772eaec070ae84d6463e0fa4 2,758 1.00/1.00 vMB 27
604,862 604,862 0000000000000000001343b2e028a44c51e9e7b8d45a7eb5f72b1d4ea1e7aaef 2,274 1.00/1.00 vMB 40
604,861 604,861 000000000000000000139e6175a4303cc40bddaac29d51bce86a2134b03e2f64 1,790 1.00/1.00 vMB 54
604,860 604,860 000000000000000000029da6bacbc3d25a49a5dae9ed87d50edf22b306f3630f 2,545 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.99 GB

Node Details:

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