Loading Tool

Explorer IconExplorer

Memory Pool

79,124 transactions
29.19 vMB
0.08601796 BTC
Random Selection Loading Transactions
Max Size: 176.88/200 MB

Candidate Block

Mining Attempt 5e516cd07992c8c9f680daa53196c75ca1e22957c44a8d92b7a94828c0223c49
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 38640448573ee68a133beac4c85db147188f5d8e7606c6afe62b8739d7b9ee3c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,278
Size: 1.00 vMB
Total Fees: 0.02493984 BTC
Feerates: 146.36 > 2.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (153,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
761,471 761,471 00000000000000000006bfef46fc4fe8568c398c0f259a40941fa89a62bee1e3 2,248 1.00/1.00 vMB 11
761,470 761,470 00000000000000000001bee7ead668cbab8ea647c82fde325a7242c1b3da7346 1,475 1.00/1.00 vMB 25
761,469 761,469 0000000000000000000273fd63bf14a99aad72c5ce61dcf5e9bb5bd457d13de0 2,805 1.00/1.00 vMB 17
761,468 761,468 000000000000000000019e5ad18e94b1543c9c0eaa35280f200ca14c90eb038a 2,495 1.00/1.00 vMB 14
761,467 761,467 00000000000000000000a21c2f0e30dad0e89278eaf72c944f76ba7bd916f37a 1,841 1.00/1.00 vMB 8
761,466 761,466 000000000000000000039953a180b6b7ca1af7269598d80465147fd36157501d 2,518 1.00/1.00 vMB 20
761,465 761,465 00000000000000000001597836210f76d67465a9ba4b16b25f20ce278e3811e4 1,413 1.00/1.00 vMB 10
761,464 761,464 00000000000000000003eba7addff2faca1675ac00ad8b17e216181837384fb2 2,440 1.00/1.00 vMB 21
761,463 761,463 00000000000000000001b2ac5c18c27e637ab6a17510b609f3f4f4945cda8c37 2,435 1.00/1.00 vMB 12
761,462 761,462 000000000000000000065ec6fdf33186ed627b73ad1eba85a77ded7fd048a6ff 3,455 1.00/1.00 vMB 19
761,461 761,461 00000000000000000000093d0cc0eed6902e1d45385b6497cf046e9086f5a5f1 1,899 1.00/1.00 vMB 13
761,460 761,460 0000000000000000000579dafd04d6bc69794159e35da7766120915f49a54566 1,587 1.00/1.00 vMB 19
761,459 761,459 00000000000000000004a1736c209146cd7d64bbf3d165cd6f81f4b72d513307 1,916 1.00/1.00 vMB 23
761,458 761,458 0000000000000000000048e967e8213d6e3b2499ca001a063c9f221976fad0e8 2,049 1.00/1.00 vMB 29
761,457 761,457 0000000000000000000001857c0b3e3846170a7ffa5633b891f9f188c568c618 2,272 1.00/1.00 vMB 23
761,456 761,456 00000000000000000002da97f4b0194fc589c56422f52b4c44c6c02b02733b1d 1,908 1.00/1.00 vMB 20
761,455 761,455 00000000000000000001940ae12e26921b933b159a4e1ca4570c7c23ad801f8f 2,607 1.00/1.00 vMB 20
761,454 761,454 000000000000000000056c0be045f156320b4ce1e62ce01a703caa894120ad39 2,864 1.00/1.00 vMB 21
761,453 761,453 00000000000000000007699dfbb648c10e501435591bd8fd6cdb0be6c243c3a9 3,288 1.00/1.00 vMB 24
761,452 761,452 000000000000000000051c780d89471abe5c91f01e70a60e1dcc852ccadc3c3d 3,208 1.00/1.00 vMB 29
761,451 761,451 000000000000000000075055ef83290b0fe019936b6321c672954058c4c69d2b 3,599 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.58 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: 671.25 GB
    • Received: 15.89 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.