Loading Tool

Explorer IconExplorer

Memory Pool

80,612 transactions
29.98 vMB
0.07852959 BTC
Random Selection Loading Transactions
Max Size: 180.48/200 MB

Candidate Block

Mining Attempt dbe891be4cdca56098cdd1f13a78bf3a703fed0010d58c136b3c2571c8c20e77
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 9b004e7cca9de568c7ed163e2d4721162422aa6ce88ed5c3aa4b6df40b73d412
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,565
Size: 1.00 vMB
Total Fees: 0.01714295 BTC
Feerates: 197.70 > 1.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (363,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,686 551,686 0000000000000000001672f5cbac9fc489d74a5332a35160c0988470947cb6e5 2,311 1.00/1.00 vMB 13
551,685 551,685 000000000000000000215a848b3ea68f2708e6d5b226c2bcac75942411f25785 2,293 1.00/1.00 vMB 32
551,684 551,684 0000000000000000001270bedd1e68b97ac3a6d5ed8490a344d45a4c17b3c351 2,994 1.00/1.00 vMB 54
551,683 551,683 0000000000000000001123605c83c20ba19a17e72a494fe1028b5c311a05f293 2,806 1.00/1.00 vMB 48
551,682 551,682 00000000000000000013b1aa37a723a8be92170634f7f265ba13b978efa5c70b 1,772 1.00/1.00 vMB 2
551,681 551,681 0000000000000000000f6620524e5aa53819a22d7509a520c3b9c23123eadf30 2,604 1.00/1.00 vMB 37
551,680 551,680 00000000000000000004257f3c152b45b52bcb58c3fd25adda2534726bbb5e31 2,061 1.00/1.00 vMB 20
551,679 551,679 000000000000000000119bfa0465cb78a599d34982c3a0ba1d62c72d3a1ad25d 1,318 1.00/1.00 vMB 14
551,678 551,678 000000000000000000103739888743d72ac4cfe2c55c2a9b4146953c77e25d37 1,648 1.00/1.00 vMB 14
551,677 551,677 00000000000000000018602515cb7e226249b9fbea3c49cf232c3dd9372b7327 3,265 1.00/1.00 vMB 5
551,676 551,676 0000000000000000000b567b793c92cd0f0f73e01c6c93072d576b3c8dd7918f 2,422 1.00/1.00 vMB 41
551,675 551,675 0000000000000000000b3b8d0f33259b5cc00ae9ad05c650c10ec400d0b3d309 2,341 1.00/1.00 vMB 42
551,674 551,674 000000000000000000080f18263448e7d679c4ef5f2781a1272146556b824a54 1,224 1.00/1.00 vMB 13
551,673 551,673 000000000000000000007b5b5e471f4a382458c9c1f21b6212f5f58cd8ed43d6 1,990 1.00/1.00 vMB 19
551,672 551,672 000000000000000000149f5e3d22efe049ce8c3c70e548d0d7f8e50ffdbdfaea 1,761 1.00/1.00 vMB 19
551,671 551,671 00000000000000000011c2c675eea5ccb9be2f9fbeaa6c739f879d5b9de313eb 101 0.08/1.00 vMB 12
551,670 551,670 00000000000000000014bbf57a65bffeaa312d61f363cb39c8a93065591b876f 569 0.53/1.00 vMB 7
551,669 551,669 0000000000000000002283620c1a7b46896482f3d4e5d607fce7f71cdd602b5b 442 1.00/1.00 vMB 3
551,668 551,668 0000000000000000001e8d3a5a643b9708c50ed3d107804fb4fda41525d12cfc 498 1.00/1.00 vMB 4
551,667 551,667 00000000000000000024176939413243564cf3653642b232bc269dc2da254572 2,124 1.00/1.00 vMB 19
551,666 551,666 00000000000000000008292367443fee889e979a9b56fd630c8e1fa82cdb212a 2,413 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.37 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: 663.76 GB
    • Received: 14.93 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.