Loading Tool

Explorer IconExplorer

Memory Pool

41,349 transactions
26.01 vMB
0.05071612 BTC
Random Selection Loading Transactions
Max Size: 136.18/200 MB

Candidate Block

Mining Attempt 5e2f0315327de64029ee36b24f51e0c9eabd01bbf1c8bde54e22d6a0b3ddbfda
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 5822824de30db5dcb984ac77371583a611f14e8417c857ba4634d0315c1f5478
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,772
Size: 1.00 vMB
Total Fees: 0.00340794 BTC
Feerates: 18.26 > 0.34 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (313,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,825 600,825 000000000000000000143ba3d0fa7bb63a545721986070d7c6a0aab50798a125 2,611 1.00/1.00 vMB 11
600,824 600,824 0000000000000000000dcae4ab0592cfd0017fa8273fab86959edd71334943eb 2,753 1.00/1.00 vMB 29
600,823 600,823 00000000000000000004a8c9fb43c7d126d0f8e2faeb60eb13979af7c01defa6 2,701 1.00/1.00 vMB 32
600,822 600,822 0000000000000000000d21b87735ca3d699a1f6ba84621548f6b096b3ca8b10f 674 0.20/1.00 vMB 23
600,821 600,821 000000000000000000121ac8bbcfc528c752e6f759455c719037af9be9244dc1 560 0.16/1.00 vMB 28
600,820 600,820 0000000000000000000f21276e8e1d4ab31e3fe0ea725186a7ca3d433a28ae77 1,475 0.34/1.00 vMB 4
600,819 600,819 00000000000000000013ca001004a8332d2c634e315b53b527a93b90f081762e 2,508 1.00/1.00 vMB 24
600,818 600,818 00000000000000000002de9a31887ab53e15dc46ff0a50caef48d5ec8f0d03d7 1,182 0.31/1.00 vMB 15
600,817 600,817 0000000000000000000cc0eed985179b6605bb2d96dcea502522014c323f76cb 328 0.11/1.00 vMB 24
600,816 600,816 000000000000000000082cf2e714fe978bd0ebf4f5b49c114e2f5f6967526411 1,313 0.44/1.00 vMB 17
600,815 600,815 0000000000000000000f65c2732796df574dc3e685a1122c8ea3fe28d3db1fea 1,156 0.37/1.00 vMB 21
600,814 600,814 0000000000000000000dc0c3ee0473cc4472fdaab63bcf9aef10aa2537ac9b76 2,611 0.80/1.00 vMB 14
600,813 600,813 00000000000000000009bdf1ecd34d23c47e6213b52adae7662666b20aba95aa 2,403 1.00/1.00 vMB 10
600,812 600,812 000000000000000000092ea35e2c134eec3632e64eea7f8ef3546a980ec1009d 3,015 1.00/1.00 vMB 31
600,811 600,811 0000000000000000000d652854e2e6e8a96fc97c258593281b5d58e25de36b00 149 0.04/1.00 vMB 11
600,810 600,810 000000000000000000116bacb405722d42bac52164a4bbe8b505633b8c5f387e 2,182 0.91/1.00 vMB 19
600,809 600,809 0000000000000000000d63bfb24fffbe48f307600498b9e712b6f6b583fcc153 2,114 0.70/1.00 vMB 3
600,808 600,808 00000000000000000004a01480651f80fe1c8cc169e1939ce77ce0c82b946c27 2,055 1.00/1.00 vMB 10
600,807 600,807 00000000000000000001f4c4e6b4760dac412a1caa2c8ee3118a771858f65439 2,431 1.00/1.00 vMB 26
600,806 600,806 00000000000000000009e01cc9aff224d1a8414cb0628448c007bb9b7d21aacf 3,058 1.00/1.00 vMB 16
600,805 600,805 00000000000000000013dfed2660f4bbd026824fb541d3debc4e6d3286ce1824 3,160 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.