Loading Tool

Explorer IconExplorer

Memory Pool

35,086 transactions
25.11 vMB
0.08035174 BTC
Random Selection Loading Transactions
Max Size: 138.32/200 MB

Candidate Block

Mining Attempt 7385a0eef9d3dd8e3e6a682f19b032a1ada492a6f9139ce59d72d7b5412006ab
Version 20000000
Previous Block 000000000000000000017588478b3612182486d33006ede1164fb146fa41cd06
Merkle Root d4c4cdd4473159ed626d5e5e78340a3105374655137d3e09fe8b302a207f2444
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 2,958
Size: 1.00 vMB
Total Fees: 0.04888331 BTC
Feerates: 1,479.35 > 4.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,260 (377,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,658 561,658 00000000000000000016061cca9e51b44e2c7636ea54d18d0e9b78b034b36a02 3,112 1.00/1.00 vMB 28
561,657 561,657 000000000000000000142ff4eeb6aa7851d20e1b8d0fe97b6e306778540d659c 1,026 1.00/1.00 vMB 8
561,656 561,656 0000000000000000000ffac505570c990b61952c64de13f988ea30ef245443f5 2,657 1.00/1.00 vMB 12
561,655 561,655 0000000000000000000c0cdeeb7e3b28cd4b74d645f9e0102af02779b3177b73 2,717 1.00/1.00 vMB 9
561,654 561,654 00000000000000000025fa6ba269e101166d52d7fad6953ed662732c7e419f8a 1,641 1.00/1.00 vMB 14
561,653 561,653 00000000000000000012aa2acda43b1a58e2530da971a918da80429a79da007b 2,186 1.00/1.00 vMB 23
561,652 561,652 0000000000000000001b24d4ad0d7f3d1c3428f800eeb5293b3c43e81bd49483 2,363 1.00/1.00 vMB 25
561,651 561,651 0000000000000000000a93736d47dbfecc769c598931b56a63f2c7547a700229 1,288 1.00/1.00 vMB 58
561,650 561,650 00000000000000000015639a47c5b0a9c63ab48d1814090a3b8551d17b189cce 1,372 1.00/1.00 vMB 44
561,649 561,649 0000000000000000002a9b2efba3e4ee193c17881ec98f1a16501d1813d9087f 3,184 1.00/1.00 vMB 2
561,648 561,648 0000000000000000002081621d18367a87b3a30d7a5da3db944e022c513bc562 2,489 1.00/1.00 vMB 8
561,647 561,647 00000000000000000007c00ea55e921ae259c9219d37cfab86c4926ad73f3571 3,617 1.00/1.00 vMB 6
561,646 561,646 00000000000000000004b3489a3a115965f7bc15eb82691b78c07339e09652f0 3,085 1.00/1.00 vMB 21
561,645 561,645 00000000000000000014de6bdc4249ca06381a14b8077bd10c6e7a2d6eabc415 2,780 1.00/1.00 vMB 25
561,644 561,644 00000000000000000023e4de2f5a685449e79b9abc9c98ac85b7b77b683115e4 1,356 0.52/1.00 vMB 10
561,643 561,643 0000000000000000001a8ed4c866b3cbc883025ae5fa92fc812031ed6d42581e 2,548 0.91/1.00 vMB 7
561,642 561,642 0000000000000000000590729d716b9f02c3d6f76548491ff52870ac7f1383cc 1,528 1.00/1.00 vMB 8
561,641 561,641 0000000000000000002633e25da3d125e7a2b5d51c3ffc682704fe2a9eb4ef8f 2,726 1.00/1.00 vMB 12
561,640 561,640 0000000000000000002bec17a6a81968063a444334225ba5fc65ff730f409603 3,262 1.00/1.00 vMB 6
561,639 561,639 00000000000000000027b88bbce59c2d69c37190d5147d66fd89f03e1d155580 2,782 1.00/1.00 vMB 30
561,638 561,638 00000000000000000012381ad6bfb545c821ba18cc0aa3ae1e4f94dd0d138957 2,554 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 825.38 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: 4,245.53 GB
    • Received: 233.37 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.