Loading Tool

Explorer IconExplorer

Memory Pool

83,620 transactions
31.82 vMB
0.13163491 BTC
Random Selection Loading Transactions
Max Size: 192.00/200 MB

Candidate Block

Mining Attempt 26cc04d1a67df21efca614ac63a70e80ad659bad9c4e1a95c2cf9b01e4de4f45
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 91f0661f157efb768e896e4338e9d60e163be14b549e4ad7f8bdeee6ea3e40a1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,195
Size: 1.00 vMB
Total Fees: 0.04427782 BTC
Feerates: 803.65 > 4.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (115,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
799,942 799,942 00000000000000000003a00ba0021234a152ac2a137765d347ccae82810258eb 3,359 1.00/1.00 vMB 50
799,941 799,941 0000000000000000000365249d03f5c44d02171fe311fb7d3c9cced58c5955c6 3,554 1.00/1.00 vMB 48
799,940 799,940 000000000000000000048b196964970678e0f652a48d2e618647f063267e3f78 3,201 1.00/1.00 vMB 42
799,939 799,939 0000000000000000000398abf8fcc79dbd44a066c257c1ed5a41ded9e9329acd 3,718 1.00/1.00 vMB 27
799,938 799,938 00000000000000000001057038150e6078f8687169770a1574ebb0f4a5f67331 5,246 1.00/1.00 vMB 5
799,937 799,937 0000000000000000000330eec39371cf38937bbf8bfee81b9225ac8a4d02337c 2,623 1.00/1.00 vMB 11
799,936 799,936 0000000000000000000330dab31c98d327c06629ca35e6a060e3016dd1af9034 3,320 1.00/1.00 vMB 34
799,935 799,935 00000000000000000000a4d3ea6926d12145e05b5b8b0b77b1dea94e41ba4f7d 4,407 1.00/1.00 vMB 5
799,934 799,934 00000000000000000003788fa5237521fd090d09f49ebc3e074920dc64ced727 5,082 1.00/1.00 vMB 10
799,933 799,933 00000000000000000000959d39f43c6fb91c8a492046c49d489d1b2bf8d4523d 4,881 1.00/1.00 vMB 9
799,932 799,932 00000000000000000001f970e7b5bafacfc36a59d5df041a99f0c2803f14a07f 3,633 1.00/1.00 vMB 15
799,931 799,931 00000000000000000002d86f969f42d98e51f08535a613625b3bb8c833a3262d 5,725 1.00/1.00 vMB 6
799,930 799,930 00000000000000000001d05e2732297be82197174aa9451272d0989bd89b8526 4,787 1.00/1.00 vMB 8
799,929 799,929 000000000000000000038c470ab42110749bdf4bd240c9a133dfaf70f22052d5 3,445 1.00/1.00 vMB 13
799,928 799,928 000000000000000000017cda479af702dbdd1798d5632babee8fa7d73b877f4c 4,497 1.00/1.00 vMB 8
799,927 799,927 00000000000000000004fd51d9000173e7e43b3c311b2eeb5d2e2262c16c33bb 5,770 1.00/1.00 vMB 6
799,926 799,926 000000000000000000043516bd83f364cd011d4ae8d09ab683dcb1977cd741ab 4,765 1.00/1.00 vMB 12
799,925 799,925 00000000000000000000756ddc85a89fd70d9c5fe5491058980c404f3760d07b 3,511 1.00/1.00 vMB 13
799,924 799,924 000000000000000000029b10bcb0e0d753b69e21ca3693aa6af88d1a93f98cd8 2,146 1.00/1.00 vMB 27
799,923 799,923 0000000000000000000247d20134186d64747b8c60135d406a80613669058f3f 2,137 1.00/1.00 vMB 8
799,922 799,922 00000000000000000001c34541c90a9ba3f18fca58b12a83fb180f4a950c6c35 3,408 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 783.00 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: 718.70 GB
    • Received: 17.94 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.