Loading Tool

Explorer IconExplorer

Memory Pool

47,392 transactions
28.01 vMB
0.08901560 BTC
Random Selection Loading Transactions
Max Size: 148.89/200 MB

Candidate Block

Mining Attempt a1b2969934b25a985104aa72ece1ec84cef03a7720c36c73de5c7a30b9208315
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root cd6c9c8e163a20cfb0b0d1f118757031f61240694f652ac060e6c3049a7c15b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,504
Size: 1.00 vMB
Total Fees: 0.03422242 BTC
Feerates: 500.00 > 3.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (330,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,578 584,578 000000000000000000225ddda6f87f10ea5c3738e6cefd992b8af3a832708f83 3,010 1.00/1.00 vMB 60
584,577 584,577 00000000000000000003bfa6dd0d24ec6c785ce31c406b9c0f11dd87d49e9283 3,170 1.00/1.00 vMB 56
584,576 584,576 00000000000000000009e19831516aa0fc869f43e37e2aa162bbcd65291a7fd7 2,939 1.00/1.00 vMB 20
584,575 584,575 00000000000000000007898911b7ee2895ab8e7beabb79b54f864e0b6f4d62e6 2,746 1.00/1.00 vMB 53
584,574 584,574 0000000000000000000fb319250dbc9d784b08ab54bc9a72fabf1be4d4053f74 2,840 1.00/1.00 vMB 21
584,573 584,573 0000000000000000001eeb540694769505e222c1fea190ec1825fb2e11f21507 2,956 1.00/1.00 vMB 59
584,572 584,572 000000000000000000003041ed8a0ec7ce189c962a941b76c8a7d26a9738b4ae 1,786 0.92/1.00 vMB 18
584,571 584,571 0000000000000000001ad7b7f95b7968b3107d84590a5ec6d49bc0ab606d02b8 2,853 1.00/1.00 vMB 39
584,570 584,570 0000000000000000000e7d6897e61059a8025a2eb066a8c10f5eff513009081c 1,152 0.93/1.00 vMB 20
584,569 584,569 00000000000000000006b7d1aedc80a0cecb75088a735dbebb6f4b76348d74a7 1,868 0.97/1.00 vMB 22
584,568 584,568 00000000000000000005ad98ca19760e32e7bcd1c23a874369461073d5c00954 98 0.99/1.00 vMB 1
584,567 584,567 0000000000000000002219a5355677eb42d8188dd08dc6a9d2a40dc6778f3ec0 1,109 0.94/1.00 vMB 18
584,566 584,566 00000000000000000020e8e47c7bba2047e1c781ce5ef2ae5dffba051c6c30e3 2,416 0.92/1.00 vMB 38
584,565 584,565 000000000000000000046d8908544c5e994ded853beddf2e6cd3a4d0e3754c71 892 0.98/1.00 vMB 11
584,564 584,564 0000000000000000001ae2add1dd1db844206c3f9d22bf9ae9da0948c009fd8c 1,698 0.97/1.00 vMB 36
584,563 584,563 0000000000000000001c552e608115f09e6d4605240c2aa45575036cfe89fc8c 994 1.00/1.00 vMB 8
584,562 584,562 00000000000000000011eb22f1e66c5b0b891774ae489af8585f1471941de490 2,762 1.00/1.00 vMB 33
584,561 584,561 00000000000000000021aa73330a3d94873d46ca8f61e7b35858216b8f9004f4 2,532 1.00/1.00 vMB 48
584,560 584,560 00000000000000000018f2fba6c389904708786bd3547af8c35b505d9aa86ff6 255 1.00/1.00 vMB 1
584,559 584,559 0000000000000000000e49575fc141290a7ea01dafb8694ac34fca019dfe070d 2,281 1.00/1.00 vMB 44
584,558 584,558 00000000000000000019bb4945a40cb9a977b31b2a5c9d780a8445e76e03e1f7 2,867 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.01 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: 649.42 GB
    • Received: 13.17 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.