Loading Tool

Explorer IconExplorer

Memory Pool

34,962 transactions
18.91 vMB
0.06543459 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 102.78/200 MB

Candidate Block

Mining Attempt 39e30d872ae4e69ed31b3e50f8aabfa88f14c45bdc4bf2a20691add2732bbc6c
Version 20000000
Previous Block 00000000000000000000c12df07ff2559c79ae854d2e90581fb0dc800ce4d302
Merkle Root b0fe4442afafa68b2273d10ff44980f0382955e5f615c9c7b9d5c8c5db89f8f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,488
Size: 0.9979915 1.00 vMB
Total Fees: 0.02994887 BTC
Feerates: 502.62 > 3.00 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,847 (753,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
160,435 160,435 0000000000000213879183c4ed01b45816b3cc7bc08ae2613d6afbeea637bd4b 57 0.05/1.00 vMB 386
160,434 160,434 00000000000009e0a312b0d0f247aa3668897be8958c2b78e6f194e351fc2638 8 0.00/1.00 vMB 38
160,433 160,433 000000000000001037e6ffb90836bfcf52ca91696ee8fca4f7c130421f257b4b 38 0.01/1.00 vMB 134
160,432 160,432 00000000000007e9c2bc4edc19292e70112188e4801189e8d9c3262e27031dc9 15 0.00/1.00 vMB 51
160,431 160,431 00000000000006a657b31fc61496a273f553767839f9c2a9403194d4e51a7d31 85 0.03/1.00 vMB 135
160,430 160,430 0000000000000257a1390b873ce15d2f05194f295303a81a474aac180cef5a72 24 0.01/1.00 vMB 65
160,429 160,429 000000000000061fd931f3bd6b8a4754fb17b2742806565550dd0300b1afe5c1 36 0.04/1.00 vMB 62
160,428 160,428 000000000000034390b706aee0b6bc4733240245dc619e202dae5a7bdbc54b36 1 0.00/1.00 vMB 0
160,427 160,427 00000000000004a75663e6409a76789d8295ed18453420abdffff56c71206911 20 0.05/1.00 vMB 45
160,426 160,426 0000000000000c34c61377370bfe3a8bfea7b745b810433cf2b677a7a54beebe 13 0.00/1.00 vMB 251
160,425 160,425 0000000000000a240cf5fb77c84f15ef7e8716c524263a603c906e551bc81c42 58 0.02/1.00 vMB 43
160,424 160,424 00000000000009651acafb056c549fd91dd0d175731d5b9f147e61d4336f4708 1 0.00/1.00 vMB 0
160,423 160,423 0000000000000674756b9f62c844cded498e04beb3d2dc68bdc688d12396095f 12 0.00/1.00 vMB 50
160,422 160,422 00000000000002084f6b48c44474548cb4f209f8d863cbbffe24dde707b5238f 11 0.00/1.00 vMB 419
160,421 160,421 0000000000000d06565a874bc916213acff1d3b76d3f6d7e37011b863d88341b 9 0.00/1.00 vMB 351
160,420 160,420 00000000000008fcb1ce84bf95038b6e52618cd3ceef6366419242cce4c372d5 4 0.00/1.00 vMB 29
160,419 160,419 00000000000002fea8ba602b7a8630d450a2893fb42dfa4e8f36ea747258cfdf 68 0.02/1.00 vMB 431
160,418 160,418 00000000000008e38e0d6b4b63f16128994a67de4a02bae133052164b9e69b13 11 0.00/1.00 vMB 1,104
160,417 160,417 000000000000044209d2d54d75f12c293682a4b6c0eda7ba083e1080306d27d1 12 0.00/1.00 vMB 0
160,416 160,416 0000000000000d09ec1a5eecb45d2d7890fbb90920fc7a7f21945e0e67d45de8 36 0.01/1.00 vMB 112
160,415 160,415 000000000000024db22de2a8390ae82c0a37a4efce9777223ba1661ab26d6b35 15 0.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 780.34 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 521.81 GB
    • Received: 4.85 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.