Loading Tool

Explorer IconExplorer

Memory Pool

41,581 transactions
26.68 vMB
0.05525536 BTC
Random Selection Loading Transactions
Max Size: 139.94/200 MB

Candidate Block

Mining Attempt 1c89ff3bc158607669633c1c366b5d98469b654da4946308675534755be81d3a
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root c29e9c4b9cb01551fbced9e4f9873daafe17c56422ec7f939f31aa9c5dfe4110
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,719
Size: 1.00 vMB
Total Fees: 0.00584030 BTC
Feerates: 103.41 > 0.59 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (907,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
7,583 7,583 00000000a3d6ab01bcc82ebef71d85bb9e56788f7ccbb6478ebbd76d477e1f6e 1 0.00/1.00 vMB 0
7,582 7,582 00000000f9a7fb76941fc0b58cf4d6ad27e37e6e1dda460eabcec536df7bcaaa 1 0.00/1.00 vMB 0
7,581 7,581 0000000035c2f89067fbf0e092d87b3dcc259898471b07056faaf69d2222e915 1 0.00/1.00 vMB 0
7,580 7,580 00000000f13281e1792ffa0dfa5147fb8a602737a15f2227eb341d0204fef65f 1 0.00/1.00 vMB 0
7,579 7,579 000000004bc858764b741d6f795a2e4c50b313a8e62d574064d2a0890c5e0476 1 0.00/1.00 vMB 0
7,578 7,578 000000006a34e9e653e8512808515679814f86f0674d9a60ba3cb9d8c6edd475 1 0.00/1.00 vMB 0
7,577 7,577 0000000095f150c1c42e80c0fc1c76e15263db5622ba58e44c4816d3ecf2bc28 1 0.00/1.00 vMB 0
7,576 7,576 00000000024cb649bbe6303f9b11d2646b350a34518b0c22070765485765a7e7 1 0.00/1.00 vMB 0
7,575 7,575 000000007e3905634e9e1aea0ceb71782b58ccc33d12c05c35db2b7d9600c8ec 1 0.00/1.00 vMB 0
7,574 7,574 0000000090be299a94be58d514ae5284df39d38359a6b3a9492363cdbfb4c7e5 1 0.00/1.00 vMB 0
7,573 7,573 000000002ca121063a1c4e01f11605a5fa2193972365c26e49439f5081b40acb 1 0.00/1.00 vMB 0
7,572 7,572 000000007682077f8453fc346491e6eba69684b2641012aadcd3f2c49b581d77 1 0.00/1.00 vMB 0
7,571 7,571 00000000c24b5993eb0426eb291351037788c32543276f2a8c22c370d4a87bb9 1 0.00/1.00 vMB 0
7,570 7,570 000000003efb05c7162004191c14b1586054b7628bcc6992fb8415fafb17242c 1 0.00/1.00 vMB 0
7,569 7,569 000000003f6477514d77ea3f1b068f4aa7f310631a9bad490d9c6fdcd1322f4b 1 0.00/1.00 vMB 0
7,568 7,568 00000000fc24d06bcf81dbc9a4e24c612bb7535c340260c152e0d854e97ea82b 1 0.00/1.00 vMB 0
7,567 7,567 00000000eaf6b1e6934d877f9e1a8370208498f604a4ce1695c96c78f987c077 1 0.00/1.00 vMB 0
7,566 7,566 00000000955f59fd9c3b10139325c0a802630ec1c7bbf308b754465a3485e737 1 0.00/1.00 vMB 0
7,565 7,565 000000000193bb03ff72944c76f93beffe06056d4dbd7c86d2e5e1569429cffa 1 0.00/1.00 vMB 0
7,564 7,564 000000009fb6bef410ea5984f830eaf734922a3c7f8793af7d959e9754866d74 1 0.00/1.00 vMB 0
7,563 7,563 00000000fd759a966080ea6a163e702740501a6e0745f639056a689eb3e94263 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.