Loading Tool

Explorer IconExplorer

Memory Pool

46,209 transactions
28.17 vMB
0.07462658 BTC
Random Selection Loading Transactions
Max Size: 149.12/200 MB

Candidate Block

Mining Attempt 4097a4e069fcd2142c179cc7ffb257e901151128846eb8e3f12c543c0bc5172e
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root 55cf48c8640289e4b35017304ea4f5ce155c501fb5b1ba9ac647f9c0feeb9fdb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,909
Size: 1.00 vMB
Total Fees: 0.02028466 BTC
Feerates: 101.53 > 2.03 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (313,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,213 601,213 0000000000000000000cef6e03d68e3be66478737e066f6f5ff629ee2923840d 2,421 1.00/1.00 vMB 51
601,212 601,212 0000000000000000000d08dbb8f341622757c68c9c6eee663038f545f62248f3 2,452 1.00/1.00 vMB 55
601,211 601,211 0000000000000000000ab6df037ca9ae27a3781ac78c2d3937719bba19bf5783 2,536 1.00/1.00 vMB 52
601,210 601,210 00000000000000000006456e8e277432f878cdc65d0a5facc830d335e0b7725c 2,665 1.00/1.00 vMB 7
601,209 601,209 00000000000000000006a027e629c4857a98e4f312381800c202455893389cf0 2,651 1.00/1.00 vMB 33
601,208 601,208 0000000000000000001384612314eadafd6440b3d360ba9dffd8395f13b340a3 1,946 1.00/1.00 vMB 28
601,207 601,207 000000000000000000008c00acd0b75ade4c90ece593d92a6510b00f282114f1 2,129 1.00/1.00 vMB 43
601,206 601,206 0000000000000000000c4ce2efd7873908cfc73697497f2c12adf94add9ded1c 2,676 1.00/1.00 vMB 57
601,205 601,205 00000000000000000013dff515a7e8790b31b2b708a86bed46ca1bec8b2d529a 2,843 1.00/1.00 vMB 48
601,204 601,204 000000000000000000030005d617d67a376d4f1914e01136d9ff0e3261d8ca7c 2,631 1.00/1.00 vMB 77
601,203 601,203 0000000000000000000cad531ee3a56ff67917c12fade724bb7af2f1b9d0a721 3,022 1.00/1.00 vMB 68
601,202 601,202 0000000000000000000e64dc8c96399752d204ae439a77031d4ea782128eb1e2 2,026 1.00/1.00 vMB 44
601,201 601,201 0000000000000000000aec2fe61dd7af9348bc82bd0a4fb030119d8cbd7143c4 1,021 0.28/1.00 vMB 33
601,200 601,200 00000000000000000010f56a5558ffb7d956303687b3c27f4baec3eca8ab146c 1,078 0.46/1.00 vMB 2
601,199 601,199 0000000000000000000923589ea5496ae80a96b0fb93a70d3db4ef3750b48643 3,300 1.00/1.00 vMB 40
601,198 601,198 0000000000000000001077e7d192f4abfb141ad335c9049a5cc8d9197da61d2f 3,091 1.00/1.00 vMB 46
601,197 601,197 00000000000000000004c8a9735b5c8d0c3ad80da6e947f3eb88b9be55026ef0 407 0.11/1.00 vMB 33
601,196 601,196 000000000000000000045d19c2ccb2f9d6e27dc356432a50a1e0a1ae3e825f6f 3,265 0.96/1.00 vMB 31
601,195 601,195 00000000000000000000b6770594cb8681b821b98e9101c8f6714d79a4272321 3,217 1.00/1.00 vMB 35
601,194 601,194 0000000000000000000c9a028c425b8c7cf5a2e94dd8036142c714fbf4ac8859 1,790 0.73/1.00 vMB 39
601,193 601,193 0000000000000000000cc557f3dfb7ce56ffaad7e224437a3aa66cba3484c0fb 1,616 0.52/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.28 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: 656.75 GB
    • Received: 14.43 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.