Loading Tool

Explorer IconExplorer

Memory Pool

81,824 transactions
30.96 vMB
0.09561787 BTC
Random Selection Loading Transactions
Max Size: 188.58/200 MB

Candidate Block

Mining Attempt 0f3d34721e7871e375d7e509db74a394a88167dc314e2e96e168e5823eb485c9
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 85aa1defe2e52a2d2990f7af8a2d6301dfe82b863eafefddc5a21235c9de9b93
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,713
Size: 1.00 vMB
Total Fees: 0.02276878 BTC
Feerates: 151.12 > 2.28 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (514,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
401,046 401,046 00000000000000000570fd043023c3aebf5b3df555b78868c72da07f7c29953f 677 1.00/1.00 vMB 12
401,045 401,045 0000000000000000001328aa50adee30495a972250164358292e19ee6e070178 1,067 0.93/1.00 vMB 32
401,044 401,044 000000000000000004e78edf50c8bbd0b228f43d1b8ad68dad159990ecdf2ac0 770 0.56/1.00 vMB 35
401,043 401,043 0000000000000000039addceb99cf03dba57d686702ea5d278dd6e15c71d3d60 1 0.00/1.00 vMB 0
401,042 401,042 000000000000000004d9aeb98c268e4334e63c2c00e2e26040f92c797ba395db 1,298 0.95/1.00 vMB 33
401,041 401,041 0000000000000000006ead91c2b72a288d2e74cff3a57a3267b032807e197efa 1,915 0.99/1.00 vMB 41
401,040 401,040 0000000000000000045728783d13ed54c04023d8b207c2f40c068c2cd65f95dc 2,145 1.00/1.00 vMB 40
401,039 401,039 0000000000000000044043899d43a7c2fe978190273bf71a9c6459518c025e14 800 0.69/1.00 vMB 33
401,038 401,038 000000000000000000f865860a0cfce239c777c5806ad90ad65894979d27e2a8 2,032 0.99/1.00 vMB 35
401,037 401,037 0000000000000000054bd8d84f8fd4a2f9b36e38915b417ea4b68c095a9de937 2,600 1.00/1.00 vMB 55
401,036 401,036 00000000000000000245f4d7cc7f8ce326589fe6923716aae45fe727cf2e7332 2,753 1.00/1.00 vMB 69
401,035 401,035 0000000000000000038fd7522fa59779c5b97fe6f7d19d403a4a44b2ad92a486 2,237 1.00/1.00 vMB 72
401,034 401,034 0000000000000000005d9e3963407b55a35f3f74cdb304a694ce1662c64d799f 2,268 0.99/1.00 vMB 67
401,033 401,033 00000000000000000279e4d49e554d4d983c98836c57244af548cee047ef8463 839 0.93/1.00 vMB 16
401,032 401,032 0000000000000000002f57989af1faf85e133c29632abda048f57c8d087b186f 1,309 1.00/1.00 vMB 29
401,031 401,031 000000000000000004473af7b8e20234e7e1c2a57343b18ac46f99c2476ab683 1,083 1.00/1.00 vMB 20
401,030 401,030 000000000000000002f34c2fd8aec65eb824ba6cc46071c4a92130d0bc827533 1,281 1.00/1.00 vMB 24
401,029 401,029 0000000000000000024e1abe0c7781c44c39d209fc4ad2bd725a3a75b296f3f9 1,525 1.00/1.00 vMB 42
401,028 401,028 000000000000000001cbd3e68b3e1c2355d168524a2b19b21cfe9e2a56674cdd 1,996 1.00/1.00 vMB 55
401,027 401,027 000000000000000000c0f1881de1659e05aac0613bf0ae981fc3801cc17b313b 1,112 1.00/1.00 vMB 23
401,026 401,026 0000000000000000037136ff27371ccf2b2b256bc435e1961f1dece0ee8eed5b 1,138 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 783.06 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: 720.64 GB
    • Received: 18.23 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.