Loading Tool

Explorer IconExplorer

Memory Pool

80,069 transactions
30.03 vMB
0.08706161 BTC
Random Selection Loading Transactions
Max Size: 180.09/200 MB

Candidate Block

Mining Attempt c9c58377afcc6aabbdacf1feb617ebabbac818eabd2ad90077f61c55c9ee189a
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 802bb2af82ef291866d98e32f793fbaf1827f1cab76948dbbca6121c5e04b0f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,701
Size: 1.00 vMB
Total Fees: 0.02572552 BTC
Feerates: 301.07 > 2.58 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (424,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,044 490,044 0000000000000000007ad1f4162fe2b1a986e54d488aa621e292950a27c34f48 1,991 1.00/1.00 vMB 145
490,043 490,043 0000000000000000007d730410fcf7eea3868393a805d78fd42af2c5f484ad97 1,388 0.87/1.00 vMB 95
490,042 490,042 0000000000000000006c614f43d9282f725821fb420be4da00d0f67afc78ce45 2,079 1.00/1.00 vMB 233
490,041 490,041 000000000000000000d818e093a22f44ac55d6f6728e3bb6a1db675c8e12ffe4 1,734 1.00/1.00 vMB 112
490,040 490,040 0000000000000000001efd3bea78bf4f5a05e38857433fda6a8106f7d681e12c 1,190 0.57/1.00 vMB 85
490,039 490,039 000000000000000000a4e772f7195a9f2617a2e74cb05b85b4c7f967d87b26ca 1,967 0.95/1.00 vMB 122
490,038 490,038 0000000000000000006f47f9bacb00d7b41db297a10def2596a10e03b6473192 1,563 0.96/1.00 vMB 115
490,037 490,037 00000000000000000024407d580e4fcc34458a6a3ade8905a3cfa41dff4a61ef 2,124 0.98/1.00 vMB 195
490,036 490,036 00000000000000000037901da7b8fb76ee050b1ae084f2d3984eb0ebf730e159 1,737 1.00/1.00 vMB 144
490,035 490,035 000000000000000000c07451897e9cc9e561e7e2788eeb8c9e893b302ab813d5 1,084 1.00/1.00 vMB 337
490,034 490,034 00000000000000000010dcf2eada6521cafc4aa9f0b3c87ccc39d0e4a4545d53 2,944 1.00/1.00 vMB 214
490,033 490,033 0000000000000000002864427cd469926b3fbf0b8bf113da4113ffeb238c781a 1,307 0.95/1.00 vMB 93
490,032 490,032 000000000000000000d20bb704867ccd020e0750c0bea02e85e9e01ce7b006c7 225 0.16/1.00 vMB 94
490,031 490,031 00000000000000000029edfd608df70180b62ba03c6c7b88ff2712ee7063e93a 1,278 0.83/1.00 vMB 75
490,030 490,030 000000000000000000528b78315a3c9815496f8dfcc26b38b4546b739dd9f0ec 250 0.18/1.00 vMB 116
490,029 490,029 000000000000000000e330c2d82a3c241af05906f113265f8a79cf4d93115495 1,276 0.77/1.00 vMB 85
490,028 490,028 000000000000000000b88832f65d807a341cd715b13f0574510d4a47b26d964d 803 0.46/1.00 vMB 92
490,027 490,027 0000000000000000002eaff90d71fcc5212793302e04c657e092ef32f683a1ab 765 0.49/1.00 vMB 75
490,026 490,026 0000000000000000008c8a698a0e196ba1383192afd21ddc2a13390ea0dcc6c9 1,600 0.94/1.00 vMB 81
490,025 490,025 000000000000000000203ff51c1517186f23e4e1dcf8d8f27cbfc1a8befbc110 977 0.49/1.00 vMB 122
490,024 490,024 000000000000000000419edca4099f654a352bc7ecd39f23a885b15865f0dc0d 1,736 0.93/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 782.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 664.97 GB
    • Received: 15.07 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.