Loading Tool

Explorer IconExplorer

Memory Pool

86,313 transactions
31.44 vMB
0.20603183 BTC
Random Selection Loading Transactions
Max Size: 190.82/200 MB

Candidate Block

Mining Attempt 78b845aa6e76f2d159aebe7d22c6bea459d93c22e902139578ca08902a4a6744
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 1ec19b262dfa375bec6a87bae399b6f601274e49130a94e3e11d85c5df4a5721
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,645
Size: 1.00 vMB
Total Fees: 0.10438812 BTC
Feerates: 502.67 > 10.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (556,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
358,889 358,889 00000000000000000ac5c73676adad524ac44e22f37382efe443e4a7dc1d35c1 1,195 0.62/1.00 vMB 31
358,888 358,888 00000000000000000ff72dae8f3eedc0a8b9ea4e9e013b389a1bba9636b52a49 839 0.46/1.00 vMB 28
358,887 358,887 0000000000000000163689d4e4b2a64c29ab53c30c95ec7ab06fb67e5d3b3701 154 0.10/1.00 vMB 35
358,886 358,886 00000000000000000081d5b401f6db411844fe617aa7583a7937e49601b96f50 164 0.12/1.00 vMB 27
358,885 358,885 00000000000000000aefceed04abea844d70f21777cba7ab4f745402ddfb3907 152 0.19/1.00 vMB 8
358,884 358,884 000000000000000003e394bfb850c80a72c6bd3ea488375e4d9244dcf19729b3 1,586 0.75/1.00 vMB 58
358,883 358,883 00000000000000000c872c16dfb0f299b2cd1dd8d83a04f5344a1c2bdf6279a9 1 0.00/1.00 vMB 0
358,882 358,882 00000000000000000cc756c9654b108486ba3bfad3d40f9ab1062c834c18e5e5 1,056 0.63/1.00 vMB 23
358,881 358,881 00000000000000000645dcc5daea8bb05947ba97f4c2a4a4e4a33ff213fb5110 281 0.26/1.00 vMB 18
358,880 358,880 00000000000000000c03f0bc2aeda521a913ffe3abfeb1c6192614e3e3825bbe 926 0.46/1.00 vMB 29
358,879 358,879 000000000000000003ff972c02ba151a21edebd58f3f369a5366b8e6a78f82d7 895 0.51/1.00 vMB 24
358,878 358,878 00000000000000000901b83fdba42373734f71f052e9fcc53b6868bf104bcb9a 1,120 0.54/1.00 vMB 29
358,877 358,877 000000000000000013986fc2635bca3a3e382ba378b4cafb1502aa488cddcacb 448 0.21/1.00 vMB 30
358,876 358,876 00000000000000001375a69698de8df06ab2faa36c4c141b497c680f95461b08 121 0.06/1.00 vMB 20
358,875 358,875 00000000000000000c753d7a1bb956d481c90d7c3d94b676a88d8d9339e6eae7 438 0.19/1.00 vMB 31
358,874 358,874 00000000000000001703349800de8ebe5a598c9c5575016437e18dc5f447d3c7 301 0.17/1.00 vMB 26
358,873 358,873 00000000000000000201070bbd55bba02ea0bd2a8f0f3ad08561b66f90266391 193 0.08/1.00 vMB 25
358,872 358,872 00000000000000000b22497f65f371bbec908ce10fe2ec303117f5ef5b83eaf3 390 0.21/1.00 vMB 28
358,871 358,871 0000000000000000092ddffc4c8484b07a78cfabaecef2d5844e036d2360b603 1,107 0.59/1.00 vMB 26
358,870 358,870 0000000000000000145bbf71bc48ce564e71ac3fcdedcf8249723a55a22ec97b 395 0.21/1.00 vMB 25
358,869 358,869 000000000000000011e386a87832eae40d801690bdb00f4188e7b961b54928d7 205 0.14/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.61 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: 671.93 GB
    • Received: 16.07 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.