Loading Tool

Explorer IconExplorer

Memory Pool

79,740 transactions
30.28 vMB
0.08478387 BTC
Random Selection Loading Transactions
Max Size: 184.31/200 MB

Candidate Block

Mining Attempt a2fb54dc3ff10a818e36cca0dd4a8cc08b25c29af1b363df25b137b43ac9bfd9
Version 20000000
Previous Block 00000000000000000001b18527090b50466f4d831af0ce90acc09da8967d8af7
Merkle Root 63a34c94561d8e01dbc162e854e09cf48482e8993152335682946bde41e893cd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,655
Size: 1.00 vMB
Total Fees: 0.01691624 BTC
Feerates: 203.60 > 1.70 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,395 (789,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,925 125,925 0000000000001f857e07bc9203b15a8d472c18fe977763f8e9760cbe7d861616 1 0.00/1.00 vMB 0
125,924 125,924 000000000000096f85922ab2555044f45dc01b4e0d177b1b83003341dffc0c21 28 0.01/1.00 vMB 658
125,923 125,923 00000000000040fb9caf1a9bc8b8de4b3f55bb0f31faaae7c2e69cdc4edb4804 38 0.02/1.00 vMB 580
125,922 125,922 0000000000001168d8c91b130b6e44ffc5f936d6d5c344d01756e26d3313b112 1 0.00/1.00 vMB 0
125,921 125,921 00000000000001ae61b7d58f4359c88888f7db0b423fd73da843a5d9dd1633ea 20 0.01/1.00 vMB 1,366
125,920 125,920 0000000000001e84edb57fe140ba3c23b76c1dbb2ad5ff8ce98b416e5b0583b9 12 0.00/1.00 vMB 762
125,919 125,919 0000000000000a150890dc9ab1a9a2ac2aed7d2e4266ee39a87995db22597269 50 0.02/1.00 vMB 85
125,918 125,918 00000000000007a3ba15e70cb26e79cca5023676ca2eefca6d850e39dcec9c27 16 0.01/1.00 vMB 506
125,917 125,917 00000000000043d330287cf0c76993eb087405c2c709190ef86e101f2c25c79b 4 0.00/1.00 vMB 290
125,916 125,916 0000000000003a9708e28abc8f00c87c33db79c93a981f9fa64fce2d2f1e4769 4 0.00/1.00 vMB 66
125,915 125,915 0000000000002b5df265af90ecba5a1dc139aaee8caa6e573c6259b97126d8c5 32 0.01/1.00 vMB 465
125,914 125,914 0000000000000912224414f281bd7bc622f327bfd2f3c4047bbf18c31332f74b 57 0.01/1.00 vMB 3,440
125,913 125,913 00000000000043ad369b3dcf7761c14a2607bfb9565e044dbd9d655ba033f334 52 0.02/1.00 vMB 260
125,912 125,912 00000000000043c6649caf892e3554b2fe23f79469df688e72ef4eb3a10e81dc 4 0.00/1.00 vMB 1,151
125,911 125,911 000000000000208d40bbd3747062f1d5d20ad9ed159255751ca33b6732cf4c0e 19 0.01/1.00 vMB 937
125,910 125,910 000000000000044992d67e5f543a59c52f118cae635003f0b270f28c14b576f0 22 0.01/1.00 vMB 348
125,909 125,909 00000000000001479075f8268c51bf43cd3bc78330d1d6f9cf417f6d956e1641 16 0.01/1.00 vMB 997
125,908 125,908 0000000000002a49f597f4cd195425987450520a9c7e32a2c6e5766d90ae2970 63 0.02/1.00 vMB 436
125,907 125,907 00000000000025d8decc6fe1631f1f18b8638cc4dbbdc947d20bd74d11e5e7cc 21 0.01/1.00 vMB 514
125,906 125,906 0000000000003ea2b234c6aca99f59078abce086fa4b743ea628ad9a65228895 7 0.00/1.00 vMB 478
125,905 125,905 0000000000003fd307d47a090ee63b1c13c6319f985abf76944a9ed6c053b151 87 0.03/1.00 vMB 2,052
Previous 10 blocks ↓
Total Size: 783.07 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: 720.94 GB
    • Received: 18.32 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.