Loading Tool

Explorer IconExplorer

Memory Pool

45,954 transactions
27.12 vMB
0.07556209 BTC
Random Selection Loading Transactions
Max Size: 143.26/200 MB

Candidate Block

Mining Attempt 326dd35f22c7e190d4f44deadf689751059292f1af0c7156c9c7a7125bf40206
Version 20000000
Previous Block 000000000000000000000193ea46eab29b52c30512336c377fef400613778b56
Merkle Root 28f22905b1249a46715b0e0e65944ece6a60af5b42005e6051df371ba40da41a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,979
Size: 1.00 vMB
Total Fees: 0.02519292 BTC
Feerates: 201.37 > 2.52 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,769 (330,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,582 584,582 000000000000000000034c5b6933755f6f50dd6848079346a995216d53469a5a 1,402 0.57/1.00 vMB 34
584,581 584,581 00000000000000000006bd0a1ca542289c7f19aeffa6e75e718a1e26793773a8 204 0.06/1.00 vMB 44
584,580 584,580 00000000000000000006786cd9ebdfed534a8045a611e2f04a408a62fd37230f 1,466 0.98/1.00 vMB 3
584,579 584,579 0000000000000000000aebcd9a561a86af433e6c1fcb0fc9f5b804fb097e616f 3,111 1.00/1.00 vMB 28
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
Previous 10 blocks ↓
Total Size: 781.97 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.15 GB
    • Received: 13.00 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.