Loading Tool

Explorer IconExplorer

Memory Pool

35,821 transactions
25.96 vMB
0.07060406 BTC
Random Selection Loading Transactions
Max Size: 132.28/200 MB

Candidate Block

Mining Attempt f7431163b4b80306e2c426b05329db3efffafc34a2c2f5380e6f6c23603c21a9
Version 20000000
Previous Block 00000000000000000001870bbdf84bd9c66dfb3a3bf8fa88686553f61f93d86a
Merkle Root 89918a077a79d355be469bc4c61eeffeaa89da700cfa7bb44340a1bc196b610d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,983
Size: 1.00 vMB
Total Fees: 0.02292955 BTC
Feerates: 150.77 > 2.30 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,697 (129,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
785,624 785,624 00000000000000000002ec7acb16800c187dbbb903f383fac1d1d37af313c881 735 1.00/1.00 vMB 6
785,623 785,623 00000000000000000001d22db70abe34c4bb25e5a0b24dcd31d5cd122dff70f9 935 1.00/1.00 vMB 6
785,622 785,622 0000000000000000000197acd6a558fb23eec9e194f8062ce3c7a330a2dc1d26 1,718 1.00/1.00 vMB 10
785,621 785,621 000000000000000000052423a0968c0a26bc1ffbd7efbb35f50ea833f848f40d 802 1.00/1.00 vMB 3
785,620 785,620 000000000000000000043c92859f7bbf4f5f89f2f577a322e6afa847379f608d 1,737 1.00/1.00 vMB 12
785,619 785,619 000000000000000000012c2ad42efa4a0f054be67aa906b68a476d05c43d04fa 1,207 1.00/1.00 vMB 3
785,618 785,618 0000000000000000000206647c00ec2f5ffa7fa91a037f5b27c9a2d3a128b9af 1,371 1.00/1.00 vMB 13
785,617 785,617 0000000000000000000046dcce97adb8fa192cc6000a48fd8e46ada34366ca65 1,826 1.00/1.00 vMB 18
785,616 785,616 000000000000000000010ee5f2ce72fd8e1fba8435e248ce2b6a11ec313aa1c1 772 1.00/1.00 vMB 6
785,615 785,615 000000000000000000054701d675d517be7e0af7b7ca7b5dc6b38fc2f6246a84 2,182 1.00/1.00 vMB 14
785,614 785,614 00000000000000000005900a539e7a009db7f5e13abe362bdbad92e9a8398ed4 2,211 1.00/1.00 vMB 14
785,613 785,613 0000000000000000000475f06e5130f668e7de2c1414a3dd166b09e904b951b7 1,341 1.00/1.00 vMB 9
785,612 785,612 00000000000000000002155f6461c0eaac663fda29dedb282e6b12cf58c4cf33 1,639 1.00/1.00 vMB 11
785,611 785,611 000000000000000000044905c13bb4c8874a48921a61c92cc2fd3f4e907c5767 2,560 1.00/1.00 vMB 17
785,610 785,610 00000000000000000004da37c03fd50d51c12db58e19adc5382f565608b385a1 1,334 1.00/1.00 vMB 16
785,609 785,609 000000000000000000040a1f5eb6eee96a7478949747a29eee44bd3e14027bab 2,020 1.00/1.00 vMB 19
785,608 785,608 00000000000000000004a840fccb2039a8141f787f8f1eb52b04626b8fb90b4d 736 1.00/1.00 vMB 4
785,607 785,607 00000000000000000002ebc1c5691da4964524437a62ad6f865b2250dca06d0c 1,208 1.00/1.00 vMB 6
785,606 785,606 000000000000000000023eb363d93f86f643b45a955650b2cfb276f398efe496 2,218 1.00/1.00 vMB 17
785,605 785,605 000000000000000000026c9285a2a88ea0a3f1203059a9b6861e8c59e05e06f5 907 1.00/1.00 vMB 6
785,604 785,604 00000000000000000000360c72df726720efa33864bf4a83e69b84ef5203fb18 1,471 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.85 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: 638.84 GB
    • Received: 12.50 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.