Loading Tool

Explorer IconExplorer

Memory Pool

81,608 transactions
31.87 vMB
0.07977499 BTC
Random Selection Loading Transactions
Max Size: 192.18/200 MB

Candidate Block

Mining Attempt dac04e134b1318d2c1e7cb860362f3cebd728fb079f546e12c875d62d02e831e
Version 20000000
Previous Block 00000000000000000001a4d38d277fd901b264e84099287ad65378aa5724e107
Merkle Root acb694aa95b02e4bd76a08304f2b3d91b588214410a865c59b0a26a0236ab1b4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,806
Size: 1.00 vMB
Total Fees: 0.00991700 BTC
Feerates: 20.11 > 0.99 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,174 (793,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,712 121,712 00000000000090dfe5401cb8d904f26b13adc6e1c48356a6ce1c046cb599813d 6 0.01/1.00 vMB 0
121,711 121,711 00000000000040b7cc7f0050c5944a3ee8464a4585a5aadc79717b6d35e1822c 17 0.00/1.00 vMB 967
121,710 121,710 0000000000000605868d2231cc10e00a87d2675a9faeb456e945b66b1b8fa259 30 0.01/1.00 vMB 2,017
121,709 121,709 00000000000031a2ef56036f62b68727f565911bf918d73a2e6c2078b94fc04a 9 0.00/1.00 vMB 246
121,708 121,708 000000000000272eef9fd10433076469fc65e45333b6a717ea8892843f9bc487 9 0.00/1.00 vMB 701
121,707 121,707 00000000000059c690ae9f6fc4af08ac379f9e35d332f17fa9659a07e41df55c 18 0.01/1.00 vMB 116
121,706 121,706 000000000000133073b80ec3e9622ad4e034582bde31013ada85a884e2c21237 7 0.00/1.00 vMB 0
121,705 121,705 000000000000254c6d0ecc894eb6a6586507480150f1ed6ab7fb78bd0dd1def2 8 0.01/1.00 vMB 9
121,704 121,704 00000000000022de8884c33f6fbfcc3803cc1dbb14731a751c51a2d2f12ea363 10 0.00/1.00 vMB 464
121,703 121,703 0000000000008159d7c631e8451c87b95b32361149ab4b80d4bb5935362c7875 13 0.00/1.00 vMB 815
121,702 121,702 00000000000072c5ca85bc1a37107e5b9a447728babaef4bd11ffa733c5cbcc0 9 0.00/1.00 vMB 324
121,701 121,701 0000000000002738a3d2c37eba40eb1a63e7a32421fa4361bf6012c59ff6bdc2 9 0.00/1.00 vMB 674
121,700 121,700 00000000000016322421acc1f13a3102232128379bef109d10e8e0f7df8e86ec 12 0.00/1.00 vMB 859
121,699 121,699 0000000000004c01bd06f8c9f763bb36838a86428172decc8806f8df37228c20 44 0.02/1.00 vMB 376
121,698 121,698 00000000000026899187799b7f1c2dfee3f6e548b93b04941108d9eeb41db221 6 0.01/1.00 vMB 288
121,697 121,697 00000000000003dca22d2322cff4a772da57bf200e5bf9a7fb4c3b09af7b7117 9 0.01/1.00 vMB 0
121,696 121,696 00000000000057babe68a5eff9597cbf802da8509afa3a019ed601d3d7f0a5d7 7 0.00/1.00 vMB 290
121,695 121,695 0000000000006f0c2a404beefb7fa9df7177e7b29f6885b7ee9602835908f2a2 31 0.01/1.00 vMB 1,014
121,694 121,694 0000000000008ca7f03ab95bffa4918898ea8318adc38e00b0eb1b80a6d8cfa2 9 0.00/1.00 vMB 0
121,693 121,693 000000000000379d6978aa2fa023ed1efba5d5e88abd049dceb2f244f7fb030f 36 0.02/1.00 vMB 91
121,692 121,692 000000000000272e7976b240089b8a1f9dfa60b8da7bd9c9d1d949c3e63465e9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.70 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: 697.33 GB
    • Received: 16.56 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.