Loading Tool

Explorer IconExplorer

Memory Pool

82,230 transactions
31.09 vMB
0.12068726 BTC
Random Selection Loading Transactions
Max Size: 186.11/200 MB

Candidate Block

Mining Attempt fbcbb3e43da583edece59f4e3219ff843914223725f98055fc46312cd59b6a22
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 8396418341c9bdbcb7efefc9fc6df77288a6967a5a7aa342882f0bbaef7c9cc4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,606
Size: 1.00 vMB
Total Fees: 0.03557274 BTC
Feerates: 101.42 > 3.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (346,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
568,978 568,978 0000000000000000001e7dfb309254b58f6c569e42ea91853068afcfdf04ca50 2,189 1.00/1.00 vMB 11
568,977 568,977 00000000000000000029cb2a7599ed512fa3eb0a1c0697cc29678f42f0f72f7e 2,479 1.00/1.00 vMB 22
568,976 568,976 0000000000000000000235963ba32c08091234b53810b9e4a35eeb69eba359c7 2,390 1.00/1.00 vMB 8
568,975 568,975 00000000000000000018a23ab23a8d1096748574393d8329d5eccd69abc5a5d0 2,166 1.00/1.00 vMB 6
568,974 568,974 0000000000000000001523e6e2d873954182ca41d2745046a7b126e67585f47c 3,202 1.00/1.00 vMB 14
568,973 568,973 0000000000000000002340b955ffd01e56893a6dfc69d3a4271e52bbe6cf36ac 2,869 1.00/1.00 vMB 22
568,972 568,972 000000000000000000152bd4f0fddd144a7065a86f03db97d3bb55b19580e355 2,453 1.00/1.00 vMB 34
568,971 568,971 0000000000000000001546a88023965145a73158e1ae0c09c812c999ddc24faa 2,459 1.00/1.00 vMB 15
568,970 568,970 000000000000000000192a03e7284a2cf94dac47c19ac157e2789ce1fa4715a2 2,895 1.00/1.00 vMB 20
568,969 568,969 0000000000000000002649d52d6fe3cad2b3fbde24900a6a9364411601445b0d 2,979 1.00/1.00 vMB 35
568,968 568,968 000000000000000000189b48e6f7bb62d30696d40cd83dcb310165353d7b468d 3,039 1.00/1.00 vMB 57
568,967 568,967 00000000000000000005248c4f3f01bef721280b7468715f1d55f7b313a7e662 2,230 1.00/1.00 vMB 38
568,966 568,966 000000000000000000206c8639b768ddba07944bb78d705e216d24412a67dad7 3,217 1.00/1.00 vMB 48
568,965 568,965 0000000000000000000d332bceee29b7748c3d55ccb7bae4a8c95a70614cfa0b 3,144 1.00/1.00 vMB 52
568,964 568,964 0000000000000000002840ba9cebd13089e6020b39ab033c32022244542aad75 2,465 1.00/1.00 vMB 41
568,963 568,963 00000000000000000000036cd11f6d74b4d1f395d60a92e03805d321ade04efb 2,730 1.00/1.00 vMB 11
568,962 568,962 0000000000000000001d3b8d4422bdc27a70167c8481c16015342bef810bd264 2,957 1.00/1.00 vMB 19
568,961 568,961 00000000000000000024f1f070eb8142edd7e52686098e5ec905b7d29d91a649 2,496 1.00/1.00 vMB 21
568,960 568,960 00000000000000000010c9120d25795abbf1cc0ac4844647f36a63eaf73d3b13 1,566 1.00/1.00 vMB 13
568,959 568,959 0000000000000000000d45c881b6e87b0d2ece180c4db8f1d1fb5d449619e11c 2,715 1.00/1.00 vMB 25
568,958 568,958 0000000000000000001f0d66dd4efdcbf0f484c28ae2b954c7be5af0ba47e26b 2,500 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.