Loading Tool

Explorer IconExplorer

Memory Pool

38,852 transactions
26.20 vMB
0.05815536 BTC
Random Selection Loading Transactions
Max Size: 135.80/200 MB

Candidate Block

Mining Attempt 007a9a8e107fbc4f7c0870b935fe0543a253d5c067c9c697a2b7689bcef9017d
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root 98312a24f403b0492740c98cd7561206b638fab3f3c2d8fb21769699cf03beb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,470
Size: 1.00 vMB
Total Fees: 0.01004530 BTC
Feerates: 50.62 > 1.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (331,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,577 583,577 0000000000000000001b14899f1bff9a70750a7360a5715a220f314d519a7723 2,078 1.00/1.00 vMB 49
583,576 583,576 0000000000000000000bfa9882f9f3d9eef2dc9d7275ba50a17775efa04ad754 2,258 1.00/1.00 vMB 42
583,575 583,575 000000000000000000171cd5c7d625dec0e69be8edb5d5fbb33e6c43e40e2e58 2,820 1.00/1.00 vMB 35
583,574 583,574 000000000000000000085170bfeca2deb582c4fd77fd61f2512d56efce7523b5 2,919 1.00/1.00 vMB 44
583,573 583,573 0000000000000000000ed0e78e2e9562b67329d2ecf5e4b0dff6f8f2e7395b13 3,006 1.00/1.00 vMB 112
583,572 583,572 000000000000000000111e867c78671e3d5843ae8e45e49a5fd101388c6da345 2,794 1.00/1.00 vMB 84
583,571 583,571 00000000000000000010fc18907643e202ea20da8ec3ecafcb6766cd362031de 2,784 1.00/1.00 vMB 85
583,570 583,570 0000000000000000001c51dd6c5bd1adc978d322aacfd2b9234c406923554de1 2,211 1.00/1.00 vMB 48
583,569 583,569 0000000000000000000d27ca71e897f0e35348da359117309722b24fd6a84b78 2,787 1.00/1.00 vMB 21
583,568 583,568 00000000000000000001a2df9ca03efdc07e794919bb2d87b02345df54d99049 2,086 1.00/1.00 vMB 42
583,567 583,567 0000000000000000001a4451bc4cc4887c4f32169f6e2d583256d853e75a1f0d 1,058 1.00/1.00 vMB 23
583,566 583,566 0000000000000000000dd4abb63dc489bd7107789f1b4f59ddd1a0d06df51970 1,983 1.00/1.00 vMB 61
583,565 583,565 0000000000000000000a066514b4f8c86d1b8cce70cf210f105777268404eeb7 1,709 1.00/1.00 vMB 42
583,564 583,564 00000000000000000021db32a98fbd26d6e6ea78ea20deb047b3a2b143bb8ebf 3,333 1.00/1.00 vMB 89
583,563 583,563 000000000000000000189af7e0e26820c99e9ad45a760f22e035c5a53e64b386 1,421 1.00/1.00 vMB 61
583,562 583,562 000000000000000000144bd1e9336b470a56bba20304ea795f802e9328ec01bb 2,642 1.00/1.00 vMB 53
583,561 583,561 0000000000000000002251a9f58cf347cdae6e41ab5f511c926a79d3c7e31b7c 2,710 1.00/1.00 vMB 101
583,560 583,560 000000000000000000166bbf29a37024fe034ba9758aee78641a77ec05dcca5d 2,472 1.00/1.00 vMB 71
583,559 583,559 00000000000000000001ee26ec1857c3415c79e4891a61666d55122e96ad8633 2,690 1.00/1.00 vMB 87
583,558 583,558 00000000000000000008c2af69693ad32a0f0c7790752b697387bce859bf16a8 1,538 0.69/1.00 vMB 69
583,557 583,557 00000000000000000007534e65eaa67af60824705635b963a4291230a1163fb3 2,252 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.22 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: 654.69 GB
    • Received: 14.16 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.