Loading Tool

Explorer IconExplorer

Memory Pool

42,277 transactions
26.92 vMB
0.06945816 BTC
Random Selection Loading Transactions
Max Size: 140.79/200 MB

Candidate Block

Mining Attempt 1981f69768fa35dce7f45f016ee0408f0ae8c3f8c999f2d382ed2d20718d1608
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root 41fd957f24ef93edeaa151294c01c5cd0f474b165ab77d06acdae79581395911
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,147
Size: 1.00 vMB
Total Fees: 0.01945906 BTC
Feerates: 130.68 > 1.95 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (358,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,135 556,135 0000000000000000002bbd4b99b56bc01e611564051774975a61828fdc4a5439 2,384 1.00/1.00 vMB 6
556,134 556,134 000000000000000000051ec7b948ae948deaec7600bc49f81b5060a75db9bfe8 877 1.00/1.00 vMB 7
556,133 556,133 0000000000000000001d4b2c596bb26bdd9c9b897a304d9c50374b83fc4dcdb4 2,364 1.00/1.00 vMB 6
556,132 556,132 000000000000000000201601869fc18c0a82b229085292ca78c2e663e5619748 1,699 1.00/1.00 vMB 20
556,131 556,131 000000000000000000337afcd3c9c8e5f582e353a09bb03d8a13422b5087935a 3,318 1.00/1.00 vMB 16
556,130 556,130 00000000000000000026f44df036b2ef9c182f3c38bf046b55fdbc05c910377b 3,134 1.00/1.00 vMB 13
556,129 556,129 0000000000000000001d9623b8941e802e8d5a91f760fcdef377108fef0f93a6 3,177 1.00/1.00 vMB 10
556,128 556,128 0000000000000000001f0cda7a3e57b668d996a2716aa9fb30485f1288704e57 3,335 1.00/1.00 vMB 24
556,127 556,127 000000000000000000160fa6d80d8e998def30ea8cede77a5ce6b0c4a2aa3859 3,315 1.00/1.00 vMB 14
556,126 556,126 0000000000000000001f5a0cb63b184372c1330c2b87d56e925c3a9302651061 1,188 0.37/1.00 vMB 9
556,125 556,125 00000000000000000020b199e9f57509ddfeac876fe2ee5548f14b7f05aafc1b 495 0.65/1.00 vMB 1
556,124 556,124 00000000000000000036d518190a23f2ec032beb94ae6c80e139efda8421d86f 1,713 1.00/1.00 vMB 3
556,123 556,123 000000000000000000183adff75e65d04c30f5093c5ad2b9180b7ce05ddff455 663 1.00/1.00 vMB 4
556,122 556,122 0000000000000000002691f14c9d719066ad864bb9423485ef200cfedd852c9d 1,826 1.00/1.00 vMB 7
556,121 556,121 0000000000000000000b4b14d8bd46c9d183535741f3a52fd9ac14e62f44159a 3,225 1.00/1.00 vMB 11
556,120 556,120 0000000000000000002a6af93379aa7293b0c4b62d3339379066c7b70239fd39 2,609 1.00/1.00 vMB 9
556,119 556,119 00000000000000000018648a652cc401d7002c4b09a7895d8dc6c71193c8796c 2,935 1.00/1.00 vMB 7
556,118 556,118 00000000000000000035a801542574ddb9191fa4e3ac40dc6deb96afde51aea4 2,881 1.00/1.00 vMB 24
556,117 556,117 0000000000000000002e665dc524794a9e33f4d2d99435c8057fbf99be9c2d72 614 1.00/1.00 vMB 3
556,116 556,116 0000000000000000002bff970acacc63f5fad0c045f3aa918759f4bdc638705e 3,225 1.00/1.00 vMB 13
556,115 556,115 00000000000000000016a404cd02c4fe0a79ee7dc9873074ad2c40a2517cad7d 2,630 1.00/1.00 vMB 7
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.70 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.