Loading Tool

Explorer IconExplorer

Memory Pool

87,567 transactions
32.87 vMB
0.13787707 BTC
Random Selection Loading Transactions
Max Size: 199.84/200 MB

Candidate Block

Mining Attempt 2b45d98faab341a5bcbc2df23ed0a1506c9b5dc19338467c6853267c96d1d4a6
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 8dfc2f90550b76a827c114873d74774584c89f48c8731511be6a6617d41c3356
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,987
Size: 1.00 vMB
Total Fees: 0.05026060 BTC
Feerates: 300.16 > 5.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (437,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,906 477,906 000000000000000000abeee7c64d1162e92f0b01a2959ea67dd279933aaa3380 712 0.49/1.00 vMB 24
477,905 477,905 00000000000000000044a76d76826e0598742a5c09523d157897d272358c6a74 1,373 1.00/1.00 vMB 114
477,904 477,904 000000000000000000251187d26192d79b20c42dc6d80a0f6fd694188d7018b0 1,936 1.00/1.00 vMB 137
477,903 477,903 000000000000000000486726b3598265e7a6f9e210b55e56da1fbe8aaab69a1c 1,886 1.00/1.00 vMB 209
477,902 477,902 000000000000000000870d79bf8bf7f7a1690edb32dfb7efc1818fbd3606440e 596 0.56/1.00 vMB 71
477,901 477,901 00000000000000000124017d93ada398c0c52a826d4a9adb94bc06eff8f2ef72 1,828 1.00/1.00 vMB 51
477,900 477,900 0000000000000000009e71f63f737edf0e299cb34e9c6eaeedd1a8b1dc88b302 1,870 1.00/1.00 vMB 96
477,899 477,899 0000000000000000012cb9c67d82ce3ddffeb3a8fbd8f5c5c8b6ad62d4b147eb 1,651 1.00/1.00 vMB 119
477,898 477,898 000000000000000000a55ff4224910f4d0a8ad1a4eb8e483ce0d39659e232c0d 2,123 1.00/1.00 vMB 149
477,897 477,897 000000000000000000f1668c7304a51381ae268316de73c2576c1864847a4a2e 1,844 1.00/1.00 vMB 211
477,896 477,896 00000000000000000117b73954c9c7d8deca93335eccc02e9cbe1715473ec2a3 2,085 1.00/1.00 vMB 110
477,895 477,895 0000000000000000008368a20ae64df71fe5ecccdd6d5434211348f101af6f21 2,302 1.00/1.00 vMB 193
477,894 477,894 000000000000000000cba89109e4baf645122d0211d93e808456e0c9cfb53a35 2,117 1.00/1.00 vMB 166
477,893 477,893 00000000000000000131d93cad98313b8c64ad61220b704c62dd9ef454972403 1,826 1.00/1.00 vMB 81
477,892 477,892 000000000000000000a87c7f93a33b243350a891c275a7f64febb7377ae4bb65 2,403 1.00/1.00 vMB 196
477,891 477,891 000000000000000000a27a7ae25106d14f125d129486d870e9b35b2adee00e46 691 0.35/1.00 vMB 108
477,890 477,890 0000000000000000003b9ce759c2a087d52abc4266f8f4ebd6d768b89defa50a 627 1.00/1.00 vMB 24
477,889 477,889 000000000000000000eacdd2147c52d887bb08c7abba952ee04956e9922599a6 681 1.00/1.00 vMB 28
477,888 477,888 000000000000000000114f60515104db68ca6ff5603e51f3e06439ad80727f84 1,046 1.00/1.00 vMB 63
477,887 477,887 0000000000000000000aa64e86d395fe9f99dd8299edc326365e735f77aa93e7 1,427 1.00/1.00 vMB 109
477,886 477,886 00000000000000000127101b1f0960b25ada9ff6ebbdeb6c0b9aa135f52aefe5 1,457 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.76 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: 709.03 GB
    • Received: 16.84 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.