Loading Tool

Explorer IconExplorer

Memory Pool

73,644 transactions
27.25 vMB
0.06389976 BTC
Random Selection Loading Transactions
Max Size: 166.51/200 MB

Candidate Block

Mining Attempt fac53211c43c1210062ad34caa8d1a701c1ecc0fdce735581c8eb8cbd6f27aad
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root 5cddd004db31ed9b78aff714bc8f2b1e50f20b3a17bf55f67df59991f3a91b73
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,650
Size: 1.00 vMB
Total Fees: 0.00603679 BTC
Feerates: 104.71 > 0.60 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (174,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
740,716 740,716 00000000000000000004b3286132a62351eb424bc1e74d91f1c19a212aabaf28 1,415 1.00/1.00 vMB 7
740,715 740,715 00000000000000000007efee38eaba77996449d53abd3dba40c7e5ad2c02fa4e 1,539 1.00/1.00 vMB 9
740,714 740,714 000000000000000000032117251d6916a907d510f58b56ec04feb2dec3910900 1,423 1.00/1.00 vMB 5
740,713 740,713 0000000000000000000284f225502a18e912b2e96dd30a180d4eec806d9e8e26 1,092 1.00/1.00 vMB 8
740,712 740,712 0000000000000000000283aaf3a2dbdfdbe6306bfa8e96f9dd5f08431fd3bfd4 1,514 1.00/1.00 vMB 11
740,711 740,711 00000000000000000008c68555f56944a40c1d1e4bb7b21fe3dd2922288ca015 260 1.00/1.00 vMB 3
740,710 740,710 00000000000000000002708505ce48e07dbdf42c1910db7131b781ca4a86f6b1 572 1.00/1.00 vMB 3
740,709 740,709 00000000000000000007bdae7db5d3efdf5cd9e5d84c99e35c7f9a8dd5b349ab 737 1.00/1.00 vMB 3
740,708 740,708 00000000000000000004fbc1397e4f67795b31c57a3e43cc7120d493f8417ba2 1,799 1.00/1.00 vMB 12
740,707 740,707 00000000000000000006010d02fd6f9e7f70d89afb2f8fd13e3f6c5e3ab2c95c 1,652 1.00/1.00 vMB 17
740,706 740,706 000000000000000000050c3afbc12c2786f57f005b34079084d07d2d878b1808 2,104 1.00/1.00 vMB 16
740,705 740,705 000000000000000000064d794935d4efb747dfd0f1af9480b3616c54b8b1cdea 2,104 1.00/1.00 vMB 33
740,704 740,704 00000000000000000001ed45acefb45c6d0a9c2c6f603d2ae1642c0269cec603 1,261 1.00/1.00 vMB 19
740,703 740,703 00000000000000000004dc5837be115aff44e8426cdce77ba3a96a299e2e235b 1,203 1.00/1.00 vMB 8
740,702 740,702 00000000000000000002c8cdf0999387abbbca782b776dcbcb641f016e2762ad 2,052 1.00/1.00 vMB 4
740,701 740,701 000000000000000000029a9d45eb750512479b33e8de12442e298ed80dd32c94 1,434 1.00/1.00 vMB 4
740,700 740,700 00000000000000000005e9cee73b7afd494177e2f17eedf1e15046c12a2d9808 876 1.00/1.00 vMB 6
740,699 740,699 0000000000000000000000777b2ce70e001fd788734fea4b7c84b1184dabb97a 1,466 1.00/1.00 vMB 6
740,698 740,698 0000000000000000000897945be81a39f23358bd5cb6e5746785619977c8e706 1,179 1.00/1.00 vMB 8
740,697 740,697 000000000000000000019f1b2a9f80ad742cd5b3e55f31e874068da41bdc77eb 1,915 1.00/1.00 vMB 13
740,696 740,696 00000000000000000003c6bd1d0705e296d49ea5d13adbaefde03ae82effb78a 1,374 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.85 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: 712.54 GB
    • Received: 17.18 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.