Loading Tool

Explorer IconExplorer

Memory Pool

75,428 transactions
28.26 vMB
0.06234365 BTC
Random Selection Loading Transactions
Max Size: 171.14/200 MB

Candidate Block

Mining Attempt 431819c6220db1d28d5f3a7d4dd905ce9db8f92dc33ec2fbc15557203f99a54e
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 65e6532f9415d33d6c53ca06f437918ab628d7b494f45823ef8616cf119cc550
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,514
Size: 1.00 vMB
Total Fees: 0.00342262 BTC
Feerates: 40.21 > 0.34 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (176,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
739,151 739,151 0000000000000000000372d7a77c85ba402ac3b67395c2ee784f5e699b23efb6 2,070 1.00/1.00 vMB 23
739,150 739,150 00000000000000000007a785394dff59e48250c393c9fd20f22c7ee85615fb4f 1 0.00/1.00 vMB 0
739,149 739,149 000000000000000000014aed0582b98f4a0a1ee08799b6c132806168c3ff583c 3,175 1.00/1.00 vMB 31
739,148 739,148 00000000000000000002a3b71150ffd5c387a739d126a32671fb33e0992f7d71 1,866 0.61/1.00 vMB 7
739,147 739,147 000000000000000000077a5f61d2f6235eab2375ae03e7a78d5fa5c8d3e3163b 2,918 1.00/1.00 vMB 19
739,146 739,146 00000000000000000006ce89024e26dae0317407fac42acb1c585f995b3a3ba1 30 0.01/1.00 vMB 14
739,145 739,145 000000000000000000056e23aaf8dcfe08f754b2dc25536993f76ba214040658 176 0.13/1.00 vMB 6
739,144 739,144 0000000000000000000204cbe6899f747a4b1f6c964740f56ea244e1536902dd 2,618 0.98/1.00 vMB 14
739,143 739,143 000000000000000000054f8bada57a050e5596478e4c585621376199cbffe3a7 1,192 0.61/1.00 vMB 7
739,142 739,142 00000000000000000003617437202e06ecc51b7a5c79e7fdb11bb3824d9eb78d 2,318 1.00/1.00 vMB 9
739,141 739,141 000000000000000000087ebd9dff3f7a61903d2ac110a50f4413189493785bc4 3,105 1.00/1.00 vMB 7
739,140 739,140 000000000000000000008978f12e97c0e63672411ef76a239c0199987a2b72f6 3,125 1.00/1.00 vMB 22
739,139 739,139 000000000000000000060b8f76cd3cbc7b83a6ff94a2231c8d8d4fce46fbf141 2,135 1.00/1.00 vMB 14
739,138 739,138 0000000000000000000549cc81e5e8be8190753bf4109d19209c7cb9eeedb7ec 1,093 1.00/1.00 vMB 15
739,137 739,137 00000000000000000004165c07770c3b0978250268ec7122936285cf39fc4c0e 2,265 1.00/1.00 vMB 22
739,136 739,136 00000000000000000001b97c27b156fc4360f5591918407976b96eefb087c445 2,463 1.00/1.00 vMB 22
739,135 739,135 00000000000000000003d509f8aebfb724466795b12ac235d0fc03c704b359ba 2,520 1.00/1.00 vMB 8
739,134 739,134 000000000000000000052561edd5c00bda45d4fe0718465944f450aa2081d4f6 2,674 1.00/1.00 vMB 23
739,133 739,133 0000000000000000000840eefc50b72577d2b8f1f351e27861b0721fe03d47f8 1,804 0.86/1.00 vMB 6
739,132 739,132 000000000000000000034e81a8465052105694f9d771a892de3bb959f0f4a67d 1,837 1.00/1.00 vMB 11
739,131 739,131 000000000000000000087b8e8f8dd783518006aad04b51c7f8d6f48ecd38c46c 2,683 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.