Loading Tool

Explorer IconExplorer

Memory Pool

87,579 transactions
32.08 vMB
0.14188826 BTC
Random Selection Loading Transactions
Max Size: 193.65/200 MB

Candidate Block

Mining Attempt 05f7921f7045e8a36db932855b840e9591e3c1a0be6b2c8d0a3ad20e2c9856b9
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root ac67bd3e643095c163b3e18e750bc2fba81c93de247b2cd00fd3f978900d4629
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,709
Size: 1.00 vMB
Total Fees: 0.05177226 BTC
Feerates: 911.92 > 5.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (369,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
544,999 544,999 0000000000000000001167a556df1b6e3abd19b483d4ac7e70b973ce670002a1 2,465 1.00/1.00 vMB 20
544,998 544,998 0000000000000000000abbcaf57b3ecb85375e7721053fa4e7baff6e72fbb22a 2,865 1.00/1.00 vMB 16
544,997 544,997 0000000000000000001ad3e7e730c4f304993d49ee271afdd4e533f1d6c673ee 2,482 1.00/1.00 vMB 8
544,996 544,996 0000000000000000001677e2bbe64fb9f0f0758036f98404340c57af3bf371f5 2,698 1.00/1.00 vMB 19
544,995 544,995 0000000000000000001b4ee57c127cbec79deb43bfd3b52e6f4aaaaa16c87aaf 2,655 1.00/1.00 vMB 13
544,994 544,994 00000000000000000023677994185c5c2b7b14f84a06d2673e593fada758726a 2,802 1.00/1.00 vMB 35
544,993 544,993 0000000000000000001bb9d3a4b93a78429076d6026248990b276b5e7aae4297 2,693 1.00/1.00 vMB 37
544,992 544,992 000000000000000000077020aa2e35ca141e4d42f42a332647541e5aa4bff41f 2,066 1.00/1.00 vMB 19
544,991 544,991 00000000000000000016e03d3cd4cd708d2fc02e344e044b2a51ce53e7c99817 487 0.25/1.00 vMB 10
544,990 544,990 00000000000000000012a7a9c2250166c333e800d73f54a261d2a6e1820d223b 1,238 0.54/1.00 vMB 13
544,989 544,989 00000000000000000001bb65c65afb97dacd5603ad13ef3fe0e0428be3d4a0db 1,105 0.53/1.00 vMB 15
544,988 544,988 0000000000000000001eef2be96fecc7f7cb8e40642b2ba264b43e5b785da551 1,548 0.63/1.00 vMB 14
544,987 544,987 0000000000000000000e2d8d964b4da69f2f30b79aaa58597848719bf0b86a1b 513 0.25/1.00 vMB 21
544,986 544,986 0000000000000000001320111a3e8e2c33ccdba673d951ba802b1dd8732a98a5 638 0.29/1.00 vMB 10
544,985 544,985 00000000000000000006b55a3b9ea6f2ff92b21b3789bb829322b79b5c6ee4ae 2,378 0.99/1.00 vMB 13
544,984 544,984 00000000000000000006614590dff40107790b3e31cdab586642436e68086ae5 1,571 0.75/1.00 vMB 12
544,983 544,983 00000000000000000018de421743fe743c2322dc30b8a3bf802b047295794a11 2,197 0.94/1.00 vMB 14
544,982 544,982 0000000000000000001c8d2f05585ffeb3c0c207fefe18ade2ff24436367b801 1,496 0.72/1.00 vMB 3
544,981 544,981 000000000000000000113addca4cb91673f2c37e2cea7e23f05a707c6482ef3f 2,787 1.00/1.00 vMB 21
544,980 544,980 0000000000000000000e23921270758f9fd8d0fa0d5b3e65e9d6ac1316380261 600 0.31/1.00 vMB 11
544,979 544,979 00000000000000000021060847c784b168cdcbad129e70b466841b7a541ef5de 217 0.08/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.34 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: 661.02 GB
    • Received: 14.79 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.