Loading Tool

Explorer IconExplorer

Memory Pool

15,453 transactions
6.84 vMB
0.04687576 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.66/200 MB

Candidate Block

Mining Attempt 85f86aaadcaa9c20763401ea37ece548d2ec5fa9eb4d835f3cceba862b9ec3f9
Version 20000000
Previous Block 0000000000000000000090cb53194bf414beae3a95367503e1f29bc054a37150
Merkle Root 1f0c410817bc4a9bde44545d6a2cbb860131467f015f5cc5de9ad3578bc5b6c1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,577
Size: 1.00 vMB
Total Fees: 0.02997791 BTC
Median Feerate: 1.53 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,458 (818,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,885 94,885 000000000003136451f6731c9f81d399bd957a71921d0abbb952d9cdb5f81ec3 1 0.00 vMB 0
94,884 94,884 000000000007180fd39e94288003360fbbd5d00b2e3db765f8dbb0a3a0fa9093 2 0.00 vMB 0
94,883 94,883 000000000003fbabd614887e7cbe37f77eb774f129c74538b602368602ac7219 2 0.00 vMB 0
94,882 94,882 0000000000045938756c9f6aed88113ba03124290a8cef1a3b383df4e26aa04a 2 0.00 vMB 0
94,881 94,881 000000000002fcac017a8600b23c8010f0a9abd5979194a64aed3cae61d3f792 6 0.00 vMB 0
94,880 94,880 000000000000e7711c4ff4ba5f1968e3b29ec06d6c308056ccacde7bd11cfcf3 2 0.00 vMB 0
94,879 94,879 0000000000045a2090eb8b4693b4726727a1654e54032353b1e85232a0a62fa4 6 0.00 vMB 0
94,878 94,878 000000000001eb1cc73f2f40211323bf5ad679e8d84c3b0d395a415841060c70 3 0.00 vMB 0
94,877 94,877 000000000008029a5852f5b9a4aab72afb158632fa01d56820a2ffb357c8c13a 1 0.00 vMB 0
94,876 94,876 000000000005fc077346864baf7832c7c11126421547a7cbed7b5f286007ced9 5 0.00 vMB 0
94,875 94,875 000000000002cbba172915469cd177fc0718fd137637b7511e6eeab7d817db18 4 0.00 vMB 0
94,874 94,874 00000000000395efefa5a980182258dfa22e225447c077a1e05330605a497f01 2 0.00 vMB 0
94,873 94,873 0000000000011c68478862b83350ccec373b92e065cc8555258467cf7829c382 3 0.00 vMB 0
94,872 94,872 000000000000bb5608f2b38d22cdea091237a0ee05395ddeb167ae8bfa79483c 10 0.00 vMB 0
94,871 94,871 000000000000ccbb16ccdb95d3fabca672fc26d9909a61127bb82340ded7f4ff 1 0.00 vMB 0
94,870 94,870 0000000000051bf76faabf37c4e750ec84b679e9f30d5182a4206592802c3959 4 0.00 vMB 1,048
94,869 94,869 000000000000b284b7653e306ce9646b29dd6a05ca15215e7b0be329b54310c8 6 0.00 vMB 0
94,868 94,868 0000000000018a8a475c91c377e106d7ee3541493a868091021766d43790229e 2 0.00 vMB 0
94,867 94,867 000000000001fd94dfce8e3f111b146710388b8d71f43fda1c89d10d18c09262 2 0.00 vMB 0
94,866 94,866 000000000003970c5a3ded87dd271b9db106b52215f54102aa097067d2db91ac 4 0.00 vMB 0
94,865 94,865 000000000002189e59323acfb258939cedab5451d08556fab839af9f4a18c110 2 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 317.48 GB
    • Received: 1.52 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.