Loading Tool

Explorer IconExplorer

Memory Pool

43,337 transactions
26.92 vMB
0.06756276 BTC
Random Selection Loading Transactions
Max Size: 141.61/200 MB

Candidate Block

Mining Attempt 1440b8bf20a62f16b7313b1cb4a2ee1016a32038ed9e46108e9d7ffaee8612b4
Version 20000000
Previous Block 000000000000000000001e5037ab3245321dd405b5bca943b168a3f43d4c4e96
Merkle Root 23703579ec60ab18a190abf80d9c05049f9c1ae6ef3f78f4b712ddad394ed1f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,046
Size: 1.00 vMB
Total Fees: 0.01763846 BTC
Feerates: 201.36 > 1.77 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,911 (321,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,680 593,680 00000000000000000019db0c45ecd5046aef52d70ccd1e53844dc4ec06fedb0e 3,001 1.00/1.00 vMB 29
593,679 593,679 00000000000000000017c75eed4cf795256749e919e0562eb731b8e6625ce106 2,918 1.00/1.00 vMB 53
593,678 593,678 00000000000000000018d2f74d2bae82579bbf05d6b0bbcb7f72435be20b4d60 1,610 1.00/1.00 vMB 18
593,677 593,677 0000000000000000000e44da7c6cc726dcea258f84db00a085c048943bddc4a7 2,251 1.00/1.00 vMB 29
593,676 593,676 0000000000000000000683909d95de4c850f4611c08019d5a701972a929a942d 2,135 1.00/1.00 vMB 20
593,675 593,675 0000000000000000000a2a7e9c75afd6293a7ee974fa28ef7ed7f55ee0c047ed 1,581 1.00/1.00 vMB 40
593,674 593,674 00000000000000000010caff4c18aac85daca17c23222a54e6d4f0296db9fe4e 991 1.00/1.00 vMB 80
593,673 593,673 0000000000000000001521a0c9b8f19c2209c4ff057f7d1061ca48ea993c6680 885 0.31/1.00 vMB 26
593,672 593,672 0000000000000000000dfa1d711d4dfe8fd402e49d739dd68524ea09747dadb7 2,236 0.88/1.00 vMB 6
593,671 593,671 00000000000000000013d358e144014acbf79bd3bc7457dc73aef4d0e4639385 2,765 1.00/1.00 vMB 33
593,670 593,670 0000000000000000000140372698cfed845b4d94160ad31286a5f40b4801f67d 2,465 1.00/1.00 vMB 1
593,669 593,669 000000000000000000104969e38f02102ee1eccdd2f2a6901f24d58e81df48d2 2,784 1.00/1.00 vMB 20
593,668 593,668 000000000000000000111fba5d0133dfbbd4ad986c10ce642dc87d2a1b21b6a8 2,693 1.00/1.00 vMB 24
593,667 593,667 00000000000000000005b1de2444d499839dcde492fcb00f2b3390da50fc752b 2,620 1.00/1.00 vMB 40
593,666 593,666 0000000000000000000991739a50c479755f65ce33fb73e7a76ec86b555a9431 3,230 1.00/1.00 vMB 8
593,665 593,665 00000000000000000005ef0bbb3d2f70ae6150cddf41679c63a6d2f5d6d2ea48 2,447 1.00/1.00 vMB 32
593,664 593,664 000000000000000000001ee89ab024cf3ef7769c1458de99df1f49d032a40fc1 2,937 1.00/1.00 vMB 28
593,663 593,663 000000000000000000174bc9afea2933b313134c3153a2a34d6a4ba79d2056e6 2,989 1.00/1.00 vMB 23
593,662 593,662 0000000000000000000def588a75c29c8c95cb6b0e0b1b694b18c522a9411674 1,414 0.43/1.00 vMB 20
593,661 593,661 000000000000000000107cec181e8d7ba53001413c6fb1a503c1967a8a778696 563 0.20/1.00 vMB 32
593,660 593,660 00000000000000000012dd6372d22bdb2680e3435238592181ec5e08c66d6e55 1,864 0.64/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.23 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: 654.95 GB
    • Received: 14.22 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.